Software Library API naibrd 2.24.0
See all documentation at naii.docs.com

Functions

NAIBRDFUNC int32_t NAIAPI naibrd_AR_GetChannelCount (uint32_t modId)
 Returns the number of channels for the specified ARINC Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_AR_GetMaxFifoCount (uint32_t modId)
 Returns the max Fifo count for the specified ARINC Module ID.
 
NAIBRDFUNC int32_t NAIAPI naibrd_AR_GetMaxDataRate (uint32_t modId)
 Returns the max Data Rate for the specified ARINC Module ID.
 

Detailed Description

Function Documentation

◆ naibrd_AR_GetChannelCount()

NAIBRDFUNC int32_t NAIAPI naibrd_AR_GetChannelCount ( uint32_t modId)

Returns the number of channels for the specified ARINC Module ID.

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

◆ naibrd_AR_GetMaxDataRate()

NAIBRDFUNC int32_t NAIAPI naibrd_AR_GetMaxDataRate ( uint32_t modId)

Returns the max Data Rate for the specified ARINC Module ID.

Parameters
modId: (Input) ARINC Module ID
Returns
  • Max Data Rate for the Module ID.

◆ naibrd_AR_GetMaxFifoCount()

NAIBRDFUNC int32_t NAIAPI naibrd_AR_GetMaxFifoCount ( uint32_t modId)

Returns the max Fifo count for the specified ARINC Module ID.

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