Software Library API naibrd 1.62
See all documentation at naii.docs.com
|
Functions | |
NAIBRDFUNC nai_status_t NAIAPI | naibrd_REF_Onbrd_SetValueRaw (int32_t cardIndex, nai_ref_external_control_type_t extmodctrl, 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_Onbrd_GetValueRaw (int32_t cardIndex, nai_ref_external_control_type_t extmodctrl, 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_Onbrd_GetMeasuredValueRaw (int32_t cardIndex, nai_ref_external_control_type_t extmodctrl, 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_Onbrd_GetMeasuredValueRaw | ( | int32_t | cardIndex, |
nai_ref_external_control_type_t | extmodctrl, | ||
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). |
extmodctrl | : (Input) Module Type of the controlling module. |
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_Onbrd_GetValueRaw | ( | int32_t | cardIndex, |
nai_ref_external_control_type_t | extmodctrl, | ||
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). |
extmodctrl | : (Input) Module Type of the controlling module. |
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_Onbrd_SetValueRaw | ( | int32_t | cardIndex, |
nai_ref_external_control_type_t | extmodctrl, | ||
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). |
extmodctrl | : (Input) Module Type of the controlling module. |
type | : (Input) Status Type: refer to nai_ref_value_type_t definitions. |
inRawData | : (Input) Raw Data. |