Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_ENC_GetModuleRev (int32_t cardIndex, int32_t module, int32_t channel, uint32_t *outModRev) |
Retrieves the module revision for the specified Encoder channel. | |
NAIBRDFUNC int32_t NAIAPI | naibrd_ENC_GetChannelCount (uint32_t modid) |
Returns the number of channels for the specified Encoder Module ID. | |
NAIBRDFUNC float64_t NAIAPI | naibrd_ENC_GetTimeBaseLSB (uint32_t modid) |
Returns the LSB for the timer interval for Debounce for the specified ENC Module ID. LSB in milliseconds. | |
NAIBRDFUNC int32_t NAIAPI naibrd_ENC_GetChannelCount | ( | uint32_t | modid | ) |
Returns the number of channels for the specified Encoder Module ID.
modid | : (Input) Encoder Module ID |
NAIBRDFUNC nai_status_t NAIAPI naibrd_ENC_GetModuleRev | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
uint32_t * | outModRev ) |
Retrieves the module revision for the specified Encoder channel.
cardIndex | : (Input) Logical Card Index assigned to connection with the NAI_BOARD (0 - NAI_MAX_CARDS-1). |
module | : (Input) Module Number of the module to access (1 - [max modules for board]). |
channel | : (Input) Channel Number of the channel to access (1 - [max channels for module]). |
outModRev | : (Output) Module Revision. |
NAIBRDFUNC float64_t NAIAPI naibrd_ENC_GetTimeBaseLSB | ( | uint32_t | modid | ) |
Returns the LSB for the timer interval for Debounce for the specified ENC Module ID. LSB in milliseconds.
modid | : (Input) ENC Module ID |