Software Library API naibrd 2.24.0
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CD_GetBitStatus (int32_t cardIndex, int32_t module, naibrd_cd_bit_status_type_t type, nai_status_bit_t *p_outstatusBit) |
Retrieves the bit status for the specified bit status type. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CD_GetChanMappedStatus (int32_t cardIndex, int32_t module, int32_t channel, naibrd_cd_chan_mapped_status_type_t statusType, nai_status_bit_t *p_outstatusBit) |
Retrieves the status for the specified Chip Detect channel and status type. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_CD_ClearChanMappedStatus (int32_t cardIndex, int32_t module, int32_t channel, naibrd_cd_chan_mapped_status_type_t statusType) |
Clears the latched or realtime status for the specified Chip Detect channel and status type. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CD_ClearChanMappedStatus | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_cd_chan_mapped_status_type_t | statusType ) |
Clears the latched or realtime status for the specified Chip Detect channel and status type.
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]). |
statusType | : (Input) Status Type: refer to naibrd_cd_chan_mapped_status_type_t definition. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CD_GetBitStatus | ( | int32_t | cardIndex, |
int32_t | module, | ||
naibrd_cd_bit_status_type_t | type, | ||
nai_status_bit_t * | p_outstatusBit ) |
Retrieves the bit status for the specified bit status type.
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]). |
type | : (Input) Status Type: refer to nai_cd_bit_status_type_t definition. |
p_outstatusBit | : (Output) 0 for Normal, 1 Failure Detected. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_CD_GetChanMappedStatus | ( | int32_t | cardIndex, |
int32_t | module, | ||
int32_t | channel, | ||
naibrd_cd_chan_mapped_status_type_t | statusType, | ||
nai_status_bit_t * | p_outstatusBit ) |
Retrieves the status for the specified Chip Detect channel and status type.
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]). |
statusType | : (Input) Status Type: refer to naibrd_dt_chan_mapped_status_type_t definition. |
p_outstatusBit | : (Output) 0 for Normal, 1 Failure Detected. |