Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_TTL_SetEnhanceTriggerEnable (int32_t cardIndex, int32_t module, int32_t channel, naibrd_ttl_enable_type_t enable) |
Sets enhanced operation to disabled or enabled for specified channel. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_TTL_GetEnhanceTriggerEnable (int32_t cardIndex, int32_t module, int32_t channel, naibrd_ttl_enable_type_t *p_outenable) |
Retrieves the present enhance operation enable state for the specified channel. Power on default configuration for the channels is Enhanced Input. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_TTL_SetEnhancedMode (int32_t cardIndex, int32_t module, int32_t channel, naibrd_ttl_enhanced_mode_t mode) |
Sets the Enhanced mode for the specified channel. Default configuration for the channels is Enhanced Input. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_TTL_GetEnhancedMode (int32_t cardIndex, int32_t module, int32_t channel, naibrd_ttl_enhanced_mode_t *p_outmode) |
Retrieves the Operation mode in Enhanced mode for the specified channel. Default configuration for the channels is Enhanced Input. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_TTL_GetEnhancedMode | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_ttl_enhanced_mode_t * | p_outmode ) |
Retrieves the Operation mode in Enhanced mode for the specified channel. Default configuration for the channels is Enhanced Input.
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]). |
p_outmode | : (Input) Available operation modes: Refer to nai_ttl_enhanced_mode_t definitions. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_TTL_GetEnhanceTriggerEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_ttl_enable_type_t * | p_outenable ) |
Retrieves the present enhance operation enable state for the specified channel. Power on default configuration for the channels is Enhanced Input.
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]). |
p_outenable | : (Output) Refer to nai_ttl_enable_type_t definitions. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_TTL_SetEnhancedMode | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_ttl_enhanced_mode_t | mode ) |
Sets the Enhanced mode for the specified channel. Default configuration for the channels is Enhanced Input.
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]). |
mode | : (Input) Available operation modes: Refer to nai_ttl_enhanced_mode_t definitions. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_TTL_SetEnhanceTriggerEnable | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_ttl_enable_type_t | enable ) |
Sets enhanced operation to disabled or enabled for specified 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]). |
enable | : (Input) Refer to nai_ttl_enable_type_t definitions. |