![]() |
ACU6 Device API
|
Go to the source code of this file.
Data Structures | |
struct | a_ipc_dyn_array_enum_bub_result |
Dynamic-length array of a_ipc_enum_bub_result. More... | |
struct | a_ipc_msg_bub_request_req |
Request a BUB interface. More... | |
struct | a_ipc_msg_bub_request_rsp |
BUB interface request result. More... | |
struct | a_ipc_msg_bub_release_req_norsp |
Release a BUB interface. More... | |
struct | a_ipc_msg_bub_status_req |
Check the state of the BUB interface. More... | |
struct | a_ipc_msg_bub_status_rsp |
BUB status. More... | |
struct | a_ipc_msg_bub_battery_temperature_req |
Request to read the battery temperature. More... | |
struct | a_ipc_msg_bub_battery_temperature_rsp |
Sent in response to bub_battery_temperature_req message. More... | |
struct | a_ipc_msg_bub_board_temperature_req |
Request to read the board temperature. More... | |
struct | a_ipc_msg_bub_board_temperature_rsp |
Sent in response to bub_board_temperature_req message. More... | |
Enumerations | |
enum | a_ipc_enum_bub_result { A_IPC_ENUM_BUB_RESULT_OK , A_IPC_ENUM_BUB_RESULT_NOT_AVAILABLE , A_IPC_ENUM_BUB_RESULT_ERROR_WRONG_STATE , A_IPC_ENUM_BUB_RESULT_ERROR_UNKNOWN } |
Result codes. More... | |