AJA NTV2 SDK  17.5.0.1242
NTV2 SDK 17.5.0.1242
ntv2dynamicdevice.cpp File Reference

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"
Include dependency graph for ntv2dynamicdevice.cpp:

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
 

Detailed Description

Implementations of DMA-related CNTV2Card methods.

Definition in file ntv2dynamicdevice.cpp.

Macro Definition Documentation

◆ DDDBG

#define DDDBG (   __x__)    AJA_sDEBUG (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__)

Definition at line 21 of file ntv2dynamicdevice.cpp.

◆ DDFAIL

#define DDFAIL (   __x__)    AJA_sERROR (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__)

Definition at line 17 of file ntv2dynamicdevice.cpp.

◆ DDINFO

#define DDINFO (   __x__)    AJA_sINFO (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__)

Definition at line 20 of file ntv2dynamicdevice.cpp.

◆ DDNOTE

#define DDNOTE (   __x__)    AJA_sNOTICE (AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__)

Definition at line 19 of file ntv2dynamicdevice.cpp.

◆ DDWARN

#define DDWARN (   __x__)    AJA_sWARNING(AJA_DebugUnit_Firmware, AJAFUNC << ": " << __x__)

Definition at line 18 of file ntv2dynamicdevice.cpp.

Variable Documentation

◆ s_BitfileManager

CNTV2BitfileManager s_BitfileManager
static

Definition at line 24 of file ntv2dynamicdevice.cpp.