Software Library API naibrd 1.62
See all documentation at naii.docs.com
Module Properties Functions

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.