Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC int32_t NAIAPI | naibrd_AD_GetChannelCount (uint32_t modId) |
Returns the number of channels for the specified A/D Module ID. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_AD_GetGroupCount (uint32_t modId) |
Returns the number of channel groups for the specified A/D Module ID. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_AD_GetGroupSize (uint32_t modId) |
Returns the number of channel in each group for the specified A/D Module ID. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_AD_GetMaxFIFOCount (uint32_t modId) |
Returns the maximum size of the FIFO for the specified A/D Module ID. | |
NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetChannelCount | ( | uint32_t | modId | ) |
Returns the number of channels for the specified A/D Module ID.
modId | : (Input) A/D Module ID. |
NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetGroupCount | ( | uint32_t | modId | ) |
Returns the number of channel groups for the specified A/D Module ID.
modId | : (Input) A/D Module ID. |
NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetGroupSize | ( | uint32_t | modId | ) |
Returns the number of channel in each group for the specified A/D Module ID.
modId | : (Input) A/D Module ID. |
NAIBRDFUNC int32_t NAIAPI naibrd_AD_GetMaxFIFOCount | ( | uint32_t | modId | ) |
Returns the maximum size of the FIFO for the specified A/D Module ID.
modId | : (Input) A/D Module ID. |