![]() |
AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Implementations of DMA-related CNTV2Card methods. More...
#include "ntv2card.h"#include "ntv2devicefeatures.h"#include "ntv2utils.h"#include "ntv2bitfile.h"#include "ntv2bitfilemanager.h"#include "ajabase/system/debug.h"Go to the source code of this file.
Macros | |
| #define | DDFAIL(__x__) AJA_sERROR (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
| #define | DDWARN(__x__) AJA_sWARNING(AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
| #define | DDNOTE(__x__) AJA_sNOTICE (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
| #define | DDINFO(__x__) AJA_sINFO (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
| #define | DDDBG(__x__) AJA_sDEBUG (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
Variables | |
| static CNTV2BitfileManager | s_BitfileManager |
Implementations of DMA-related CNTV2Card methods.
Definition in file ntv2dynamicdevice.cpp.
| #define DDDBG | ( | __x__ | ) | AJA_sDEBUG (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
Definition at line 21 of file ntv2dynamicdevice.cpp.
| #define DDFAIL | ( | __x__ | ) | AJA_sERROR (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
Definition at line 17 of file ntv2dynamicdevice.cpp.
| #define DDINFO | ( | __x__ | ) | AJA_sINFO (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
Definition at line 20 of file ntv2dynamicdevice.cpp.
| #define DDNOTE | ( | __x__ | ) | AJA_sNOTICE (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
Definition at line 19 of file ntv2dynamicdevice.cpp.
| #define DDWARN | ( | __x__ | ) | AJA_sWARNING(AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__) |
Definition at line 18 of file ntv2dynamicdevice.cpp.
|
static |
Definition at line 24 of file ntv2dynamicdevice.cpp.