AJA NTV2 SDK
17.1.3.1410
NTV2 SDK 17.1.3.1410
|
Declares the CNTV2MailBox class. More...
Go to the source code of this file.
Classes | |
class | CNTV2MailBox |
Macros | |
#define | MB_tWRDATA 0 |
#define | MB_tRDDATA 2 |
#define | MB_tSTATUS 4 |
#define | MB_tERROR 5 |
#define | MB_tSIT 6 |
#define | MB_tRIT 6 |
#define | MB_tIS 8 |
#define | MB_tIE 9 |
#define | MB_tIP 10 |
#define | MBS_RX_EMPTY BIT(0) |
#define | MBS_TX_FULL BIT(1) |
#define | MBS_SEND_LT_TA BIT(2) |
#define | MBS_RCV_GT_TA BIT(3) |
#define | MBE_RX_EMPTY BIT(1) |
#define | MBE_TX_FULL BIT(2) |
#define | MB_RX_INT BIT(1) |
#define | FIFO_SIZE 1024 |
#define | MB_TIMEOUT 50 |
#define | SEQNUM_MIN 1 |
#define | SEQNUM_MAX 500 |
Declares the CNTV2MailBox class.
Definition in file ntv2mailbox.h.
#define FIFO_SIZE 1024 |
Definition at line 36 of file ntv2mailbox.h.
#define MB_RX_INT BIT(1) |
Definition at line 34 of file ntv2mailbox.h.
#define MB_tERROR 5 |
Definition at line 19 of file ntv2mailbox.h.
#define MB_tIE 9 |
Definition at line 23 of file ntv2mailbox.h.
#define MB_TIMEOUT 50 |
Definition at line 37 of file ntv2mailbox.h.
#define MB_tIP 10 |
Definition at line 24 of file ntv2mailbox.h.
#define MB_tIS 8 |
Definition at line 22 of file ntv2mailbox.h.
#define MB_tRDDATA 2 |
Definition at line 17 of file ntv2mailbox.h.
#define MB_tRIT 6 |
Definition at line 21 of file ntv2mailbox.h.
#define MB_tSIT 6 |
Definition at line 20 of file ntv2mailbox.h.
#define MB_tSTATUS 4 |
Definition at line 18 of file ntv2mailbox.h.
#define MB_tWRDATA 0 |
Definition at line 16 of file ntv2mailbox.h.
#define MBE_RX_EMPTY BIT(1) |
Definition at line 31 of file ntv2mailbox.h.
#define MBE_TX_FULL BIT(2) |
Definition at line 32 of file ntv2mailbox.h.
#define MBS_RCV_GT_TA BIT(3) |
Definition at line 29 of file ntv2mailbox.h.
#define MBS_RX_EMPTY BIT(0) |
Definition at line 26 of file ntv2mailbox.h.
#define MBS_SEND_LT_TA BIT(2) |
Definition at line 28 of file ntv2mailbox.h.
#define MBS_TX_FULL BIT(1) |
Definition at line 27 of file ntv2mailbox.h.
#define SEQNUM_MAX 500 |
Definition at line 40 of file ntv2mailbox.h.
#define SEQNUM_MIN 1 |
Definition at line 39 of file ntv2mailbox.h.