![]() |
AJA NTV2 SDK
18.0.0.2122
NTV2 SDK 18.0.0.2122
|
Implements most of CNTV2Card's register-based functions. More...
#include "ntv2card.h"#include "ntv2devicefeatures.h"#include "ntv2utils.h"#include "ntv2registersmb.h"#include "ntv2konaflashprogram.h"#include "ntv2vpid.h"#include "ajabase/system/debug.h"#include <math.h>#include <assert.h>Go to the source code of this file.
Macros | |
| #define | HEX16(__x__) "0x" << hex << setw(16) << setfill('0') << uint64_t(__x__) << dec |
| #define | INSTP(_p_) HEX16(uint64_t(_p_)) |
| #define | CVIDFAIL(__x__) AJA_sERROR (AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
| #define | CVIDWARN(__x__) AJA_sWARNING(AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
| #define | CVIDNOTE(__x__) AJA_sNOTICE (AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
| #define | CVIDINFO(__x__) AJA_sINFO (AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
| #define | CVIDDBG(__x__) AJA_sDEBUG (AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
| #define | NOMINAL_H 0 |
| #define | MIN_H 1 |
| #define | MAX_H 2 |
| #define | NOMINAL_V 3 |
| #define | MIN_V 4 |
| #define | MAX_V 5 |
| #define | K2_NOMINAL_H 0x1000 |
| #define | K2_MIN_H (K2_NOMINAL_H-0x800) |
| #define | K2_MAX_H (K2_NOMINAL_H+0x800) |
| #define | K2_NOMINAL_V 0x0800 |
| #define | K2_MIN_V (K2_NOMINAL_V-0x400) |
| #define | K2_MAX_V (K2_NOMINAL_V+0x400) |
| #define | KLS_NOMINAL_525_H 0x0640 |
| #define | KLS_MIN_525_H 0x0000 |
| #define | KLS_MAX_525_H 0x06B3 |
| #define | KLS_NOMINAL_525_V 0x010A |
| #define | KLS_MIN_525_V 0x0001 |
| #define | KLS_MAX_525_V 0x020D |
| #define | KLS_NOMINAL_625_H 0x0638 |
| #define | KLS_MIN_625_H 0x0000 |
| #define | KLS_MAX_625_H 0x06BF |
| #define | KLS_NOMINAL_625_V 0x0139 |
| #define | KLS_MIN_625_V 0x0001 |
| #define | KLS_MAX_625_V 0x0271 |
Functions | |
| static bool | WriteWatchdogControlBit (CNTV2Card &card, const ULWord inValue, const ULWord inMask, const ULWord inShift) |
Implements most of CNTV2Card's register-based functions.
Definition in file ntv2register.cpp.
| #define CVIDDBG | ( | __x__ | ) | AJA_sDEBUG (AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
Definition at line 28 of file ntv2register.cpp.
| #define CVIDFAIL | ( | __x__ | ) | AJA_sERROR (AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
Definition at line 24 of file ntv2register.cpp.
| #define CVIDINFO | ( | __x__ | ) | AJA_sINFO (AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
Definition at line 27 of file ntv2register.cpp.
| #define CVIDNOTE | ( | __x__ | ) | AJA_sNOTICE (AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
Definition at line 26 of file ntv2register.cpp.
| #define CVIDWARN | ( | __x__ | ) | AJA_sWARNING(AJA_DebugUnit_VideoGeneric, INSTP(this) << "::" << AJAFUNC << ": " << __x__) |
Definition at line 25 of file ntv2register.cpp.
| #define HEX16 | ( | __x__ | ) | "0x" << hex << setw(16) << setfill('0') << uint64_t(__x__) << dec |
Definition at line 22 of file ntv2register.cpp.
| #define INSTP | ( | _p_ | ) | HEX16(uint64_t(_p_)) |
Definition at line 23 of file ntv2register.cpp.
| #define K2_MAX_H (K2_NOMINAL_H+0x800) |
Definition at line 44 of file ntv2register.cpp.
| #define K2_MAX_V (K2_NOMINAL_V+0x400) |
Definition at line 47 of file ntv2register.cpp.
| #define K2_MIN_H (K2_NOMINAL_H-0x800) |
Definition at line 43 of file ntv2register.cpp.
| #define K2_MIN_V (K2_NOMINAL_V-0x400) |
Definition at line 46 of file ntv2register.cpp.
| #define K2_NOMINAL_H 0x1000 |
Definition at line 42 of file ntv2register.cpp.
| #define K2_NOMINAL_V 0x0800 |
Definition at line 45 of file ntv2register.cpp.
| #define KLS_MAX_525_H 0x06B3 |
Definition at line 51 of file ntv2register.cpp.
| #define KLS_MAX_525_V 0x020D |
Definition at line 54 of file ntv2register.cpp.
| #define KLS_MAX_625_H 0x06BF |
Definition at line 58 of file ntv2register.cpp.
| #define KLS_MAX_625_V 0x0271 |
Definition at line 61 of file ntv2register.cpp.
| #define KLS_MIN_525_H 0x0000 |
Definition at line 50 of file ntv2register.cpp.
| #define KLS_MIN_525_V 0x0001 |
Definition at line 53 of file ntv2register.cpp.
| #define KLS_MIN_625_H 0x0000 |
Definition at line 57 of file ntv2register.cpp.
| #define KLS_MIN_625_V 0x0001 |
Definition at line 60 of file ntv2register.cpp.
| #define KLS_NOMINAL_525_H 0x0640 |
Definition at line 49 of file ntv2register.cpp.
| #define KLS_NOMINAL_525_V 0x010A |
Definition at line 52 of file ntv2register.cpp.
| #define KLS_NOMINAL_625_H 0x0638 |
Definition at line 56 of file ntv2register.cpp.
| #define KLS_NOMINAL_625_V 0x0139 |
Definition at line 59 of file ntv2register.cpp.
| #define MAX_H 2 |
Definition at line 35 of file ntv2register.cpp.
| #define MAX_V 5 |
Definition at line 38 of file ntv2register.cpp.
| #define MIN_H 1 |
Definition at line 34 of file ntv2register.cpp.
| #define MIN_V 4 |
Definition at line 37 of file ntv2register.cpp.
| #define NOMINAL_H 0 |
Definition at line 33 of file ntv2register.cpp.
| #define NOMINAL_V 3 |
Definition at line 36 of file ntv2register.cpp.
|
static |
Definition at line 4089 of file ntv2register.cpp.
|
static |
Definition at line 72 of file ntv2register.cpp.
|
static |
Definition at line 66 of file ntv2register.cpp.
|
static |
Definition at line 78 of file ntv2register.cpp.
|
static |
Definition at line 75 of file ntv2register.cpp.
|
static |
Definition at line 86 of file ntv2register.cpp.
|
static |
Definition at line 81 of file ntv2register.cpp.
|
static |
Definition at line 107 of file ntv2register.cpp.
|
static |
Definition at line 109 of file ntv2register.cpp.
|
static |
Definition at line 111 of file ntv2register.cpp.
|
static |
Definition at line 84 of file ntv2register.cpp.
|
static |
Definition at line 122 of file ntv2register.cpp.
|
static |
Definition at line 120 of file ntv2register.cpp.
|
static |
Definition at line 141 of file ntv2register.cpp.
|
static |
Definition at line 144 of file ntv2register.cpp.
|
static |
Definition at line 92 of file ntv2register.cpp.
|
static |
Definition at line 95 of file ntv2register.cpp.
|
static |
Definition at line 130 of file ntv2register.cpp.
|
static |
Definition at line 133 of file ntv2register.cpp.
|
static |
Definition at line 135 of file ntv2register.cpp.
|
static |
Definition at line 138 of file ntv2register.cpp.
|
static |
Definition at line 89 of file ntv2register.cpp.
|
static |
Definition at line 161 of file ntv2register.cpp.
|
static |
Definition at line 165 of file ntv2register.cpp.
|
static |
Definition at line 159 of file ntv2register.cpp.
|
static |
Definition at line 163 of file ntv2register.cpp.
|
static |
Definition at line 168 of file ntv2register.cpp.
|
static |
Definition at line 170 of file ntv2register.cpp.
|
static |
Definition at line 152 of file ntv2register.cpp.
|
static |
Definition at line 156 of file ntv2register.cpp.
|
static |
Definition at line 150 of file ntv2register.cpp.
|
static |
Definition at line 154 of file ntv2register.cpp.
|
static |
Definition at line 147 of file ntv2register.cpp.
|
static |
Definition at line 69 of file ntv2register.cpp.
|
static |
Definition at line 126 of file ntv2register.cpp.
|
static |
Definition at line 124 of file ntv2register.cpp.
|
static |
Definition at line 128 of file ntv2register.cpp.
|
static |
Definition at line 115 of file ntv2register.cpp.
|
static |
Definition at line 117 of file ntv2register.cpp.
|
static |
Definition at line 113 of file ntv2register.cpp.
|
static |
Definition at line 98 of file ntv2register.cpp.
|
static |
Definition at line 100 of file ntv2register.cpp.
|
static |
Definition at line 3070 of file ntv2register.cpp.
|
static |
Definition at line 2645 of file ntv2register.cpp.
|
static |
Definition at line 3857 of file ntv2register.cpp.
|
static |
Definition at line 3859 of file ntv2register.cpp.