Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DIF_CTS_FlushQueues (int32_t cardIndex, int32_t module) |
Flushes the Queue for the specified DIF CTS module. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_DIF_CTS_WriteEvent (int32_t cardIndex, int32_t module, uint32_t course, uint32_t fine, uint32_t data) |
Writes an event to the specified DIF CTS module. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DIF_CTS_FlushQueues | ( | int32_t | cardIndex, |
int32_t | module ) |
Flushes the Queue for the specified DIF CTS module.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_DIF_CTS_WriteEvent | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t | course, | ||
uint32_t | fine, | ||
uint32_t | data ) |
Writes an event to the specified DIF CTS module.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
course | : (Input) Value of Course event to set. |
fine | : (Input) Value of Fine event to set. |
data | : (Input) Value of event data to set. |