Software Library API naibrd 2.24.0
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.
 

Detailed Description

Function Documentation

◆ naibrd_PB_GetChannelCount()

NAIBRDFUNC int32_t NAIAPI naibrd_PB_GetChannelCount ( uint32_t modId)

Retrieves the number of channels for the specified PB Module ID.

Parameters
modId: (Input) PB Module ID
Returns
  • Number of channels for the Module ID.

◆ naibrd_PB_GetChannelCountForModule()

NAIBRDFUNC int32_t NAIAPI naibrd_PB_GetChannelCountForModule ( uint32_t cardIndex,
uint32_t module )

Returns the number of channels for the specified card and Module.

Parameters
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]).
Returns
  • Number of channels for the Module Index.

◆ naibrd_PB_GetMaxFIFOCount()

NAIBRDFUNC int32_t NAIAPI naibrd_PB_GetMaxFIFOCount ( uint32_t modId)

Returns the max FIFO count for the specified PB Module ID.

Parameters
modId: (Input) PB Module ID
Returns
  • Max Fifo count for the Module ID.