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. | |
NAIBRDFUNC int32_t NAIAPI naibrd_AR_GetChannelCount | ( | uint32_t | modId | ) |
Returns the number of channels for the specified ARINC Module ID.
modId | : (Input) ARINC Module ID |
NAIBRDFUNC int32_t NAIAPI naibrd_AR_GetMaxDataRate | ( | uint32_t | modId | ) |
Returns the max Data Rate for the specified ARINC Module ID.
modId | : (Input) ARINC Module ID |
NAIBRDFUNC int32_t NAIAPI naibrd_AR_GetMaxFifoCount | ( | uint32_t | modId | ) |
Returns the max Fifo count for the specified ARINC Module ID.
modId | : (Input) ARINC Module ID |