Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC int32_t NAIAPI | naibrd_PB_GetChannelCount (uint32_t modId) |
Retrieves the number of channels for the specified PB Module ID. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_PB_GetChannelCountForModule (uint32_t cardIndex, uint32_t module) |
Returns the number of channels for the specified card and Module. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_PB_GetMaxFIFOCount (uint32_t modId) |
Returns the max FIFO count for the specified PB Module ID. | |
NAIBRDFUNC int32_t NAIAPI naibrd_PB_GetChannelCount | ( | uint32_t | modId | ) |
Retrieves the number of channels for the specified PB Module ID.
modId | : (Input) PB Module ID |
NAIBRDFUNC int32_t NAIAPI naibrd_PB_GetChannelCountForModule | ( | uint32_t | cardIndex, |
uint32_t | module ) |
Returns the number of channels for the specified card and Module.
cardIndex | : (Input) Logical Card Index assigned to connect with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
NAIBRDFUNC int32_t NAIAPI naibrd_PB_GetMaxFIFOCount | ( | uint32_t | modId | ) |
Returns the max FIFO count for the specified PB Module ID.
modId | : (Input) PB Module ID |