Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_REF_GetChannelStatusRaw (int32_t cardIndex, int32_t module, uint32_t channel, nai_ref_status_access_type_t accessType, uint32_t *outstatusraw) |
Retrieves the raw data value in the status register associated with the status type specified. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_REF_ClearChannelStatusRaw (int32_t cardIndex, int32_t module, uint32_t channel) |
Retrieves the raw data value in the status register associated with the status type specified. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_REF_SetValueRaw (int32_t cardIndex, int32_t module, nai_ref_value_type_t type, uint32_t inRawData) |
Sets the raw data value in the register associated to the property type specified. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_REF_GetValueRaw (int32_t cardIndex, int32_t module, nai_ref_value_type_t type, uint32_t *outRawData) |
Gets the raw data value in the register associated to the property type specified. | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_REF_GetMeasuredValueRaw (int32_t cardIndex, int32_t module, nai_ref_measured_type_t type, uint32_t *outRawData) |
Gets the measured raw data value in the register of the reference module associated to the specified type. | |
NAIBRDFUNC nai_status_t NAIAPI naibrd_REF_ClearChannelStatusRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t | channel ) |
Retrieves the raw data value in the status register associated with the status type specified.
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]). |
NAIBRDFUNC nai_status_t NAIAPI naibrd_REF_GetChannelStatusRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
uint32_t | channel, | ||
nai_ref_status_access_type_t | accessType, | ||
uint32_t * | outstatusraw ) |
Retrieves the raw data value in the status register associated with the status type specified.
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]). |
accessType | : (Input) Latched or Realtime status: refer to nai_ref_status_access_type_t definition. |
outstatusraw | : (Output) Raw Data Value. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_REF_GetMeasuredValueRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
nai_ref_measured_type_t | type, | ||
uint32_t * | outRawData ) |
Gets the measured raw data value in the register of the reference module associated to the specified 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_ref_measured_type_t definitions. |
outRawData | : (Output) uint32_t Raw Data. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_REF_GetValueRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
nai_ref_value_type_t | type, | ||
uint32_t * | outRawData ) |
Gets the raw data value in the register associated to the property type specified.
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_ref_value_type_t definitions. |
outRawData | : (Output) uint32_t Raw Data. |
NAIBRDFUNC nai_status_t NAIAPI naibrd_REF_SetValueRaw | ( | int32_t | cardIndex, |
int32_t | module, | ||
nai_ref_value_type_t | type, | ||
uint32_t | inRawData ) |
Sets the raw data value in the register associated to the property type specified.
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_ref_value_type_t definitions. |
inRawData | : (Input) Raw Data. |