AJA NTV2 SDK  17.0.1.1246
NTV2 SDK 17.0.1.1246
AJA_DEBUG_DESTINATION

Bit definitions that specify the destination of a debug message. More...

Macros

#define AJA_DEBUG_DESTINATION_NONE   0
 
#define AJA_DEBUG_DESTINATION_DEBUG   0x00000001
 
#define AJA_DEBUG_DESTINATION_CONSOLE   0x00000002
 
#define AJA_DEBUG_DESTINATION_LOG   0x00000004
 
#define AJA_DEBUG_DESTINATION_DRIVER   0x00000008
 

Detailed Description

Bit definitions that specify the destination of a debug message.

Use logical OR for multiple destinations.

Macro Definition Documentation

◆ AJA_DEBUG_DESTINATION_CONSOLE

#define AJA_DEBUG_DESTINATION_CONSOLE   0x00000002

Send message to the console

Definition at line 167 of file debugshare.h.

◆ AJA_DEBUG_DESTINATION_DEBUG

#define AJA_DEBUG_DESTINATION_DEBUG   0x00000001

Send message to the debug window

Definition at line 166 of file debugshare.h.

◆ AJA_DEBUG_DESTINATION_DRIVER

#define AJA_DEBUG_DESTINATION_DRIVER   0x00000008

Send message directly to driver output (driver messages only)

Definition at line 169 of file debugshare.h.

◆ AJA_DEBUG_DESTINATION_LOG

#define AJA_DEBUG_DESTINATION_LOG   0x00000004

Send message to a log file

Definition at line 168 of file debugshare.h.

◆ AJA_DEBUG_DESTINATION_NONE

#define AJA_DEBUG_DESTINATION_NONE   0

Unknown destination, used as default

Definition at line 165 of file debugshare.h.