AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Various parameters that define the characteristics of the shared debug memory space. SDK 16.0 introduced a new stats measurement feature that still allows logging to work in pre-16.0 clients. More...
Macros | |
#define | AJA_DEBUG_MAGIC_ID AJA_FOURCC('D','B','U','G') |
#define | AJA_DEBUG_VERSION 110 |
#define | AJA_DEBUG_UNIT_ARRAY_SIZE 65536 |
#define | AJA_DEBUG_SEVERITY_ARRAY_SIZE 64 |
#define | AJA_DEBUG_MAX_NUM_STATS 256 |
#define | AJA_DEBUG_STAT_DEQUE_SIZE 11 |
#define | AJA_DEBUG_MESSAGE_MAX_SIZE 512 |
#define | AJA_DEBUG_MESSAGE_RING_SIZE 4096 |
#define | AJA_DEBUG_FILE_NAME_MAX_SIZE 512 |
#define | AJA_DEBUG_SHARE_NAME "aja-shm-debug" |
#define | AJA_DEBUG_TICK_RATE 1000000 |
#define | AJA_DEBUG_STATE_FILE_VERSION 510 |
Typedefs | |
typedef enum _AJADebugStats | AJADebugStats |
Various parameters that define the characteristics of the shared debug memory space. SDK 16.0 introduced a new stats measurement feature that still allows logging to work in pre-16.0 clients.
#define AJA_DEBUG_FILE_NAME_MAX_SIZE 512 |
Maximum size of a file name
Definition at line 187 of file debugshare.h.
#define AJA_DEBUG_MAGIC_ID AJA_FOURCC('D','B','U','G') |
Magic identifier of the debug system
Definition at line 179 of file debugshare.h.
#define AJA_DEBUG_MAX_NUM_STATS 256 |
Max number of individual stats measurements (multiple of 64)
Definition at line 183 of file debugshare.h.
#define AJA_DEBUG_MESSAGE_MAX_SIZE 512 |
Maximum size of a message
Definition at line 185 of file debugshare.h.
#define AJA_DEBUG_MESSAGE_RING_SIZE 4096 |
Size of the message ring
Definition at line 186 of file debugshare.h.
#define AJA_DEBUG_SEVERITY_ARRAY_SIZE 64 |
Number of severity destinations
Definition at line 182 of file debugshare.h.
#define AJA_DEBUG_SHARE_NAME "aja-shm-debug" |
Name of the shared memory for the debug messages
Definition at line 188 of file debugshare.h.
#define AJA_DEBUG_STAT_DEQUE_SIZE 11 |
Definition at line 184 of file debugshare.h.
#define AJA_DEBUG_STATE_FILE_VERSION 510 |
Version number of the state file format
Definition at line 190 of file debugshare.h.
#define AJA_DEBUG_TICK_RATE 1000000 |
Resolution of debug time in ticks/second
Definition at line 189 of file debugshare.h.
#define AJA_DEBUG_UNIT_ARRAY_SIZE 65536 |
Number of unit destinations
Definition at line 181 of file debugshare.h.
#define AJA_DEBUG_VERSION 110 |
Version of the debug system
Definition at line 180 of file debugshare.h.
typedef enum _AJADebugStats AJADebugStats |
Predefined debug (telemetry) statistics.
enum _AJADebugStats |
Predefined debug (telemetry) statistics.
Definition at line 222 of file debugshare.h.