AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
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 |
Bit definitions that specify the destination of a debug message.
Use logical OR for multiple destinations.
#define AJA_DEBUG_DESTINATION_CONSOLE 0x00000002 |
Send message to the console
Definition at line 167 of file debugshare.h.
#define AJA_DEBUG_DESTINATION_DEBUG 0x00000001 |
Send message to the debug window
Definition at line 166 of file debugshare.h.
#define AJA_DEBUG_DESTINATION_DRIVER 0x00000008 |
Send message directly to driver output (driver messages only)
Definition at line 169 of file debugshare.h.
#define AJA_DEBUG_DESTINATION_LOG 0x00000004 |
Send message to a log file
Definition at line 168 of file debugshare.h.
#define AJA_DEBUG_DESTINATION_NONE 0 |
Unknown destination, used as default
Definition at line 165 of file debugshare.h.