ACU6 Device API
Data Structures | Enumerations | Functions
ipc_bub_export_generated.h File Reference

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...
 

Functions

A_IPC_RESULT a_ipc_init_bub_request_req (a_ipc_msg *msg, uint32_t user_maxlength)
 Initialize the message buffer to contain a_ipc_msg_bub_request_req. More...
 
A_IPC_RESULT a_ipc_init_bub_request_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bub_request_rsp. More...
 
A_IPC_RESULT a_ipc_init_bub_release_req_norsp (a_ipc_msg *msg, uint32_t user_maxlength)
 Initialize the message buffer to contain a_ipc_msg_bub_release_req_norsp. More...
 
A_IPC_RESULT a_ipc_init_bub_status_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bub_status_req. More...
 
A_IPC_RESULT a_ipc_init_bub_status_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bub_status_rsp. More...
 
A_IPC_RESULT a_ipc_init_bub_battery_temperature_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bub_battery_temperature_req. More...
 
A_IPC_RESULT a_ipc_init_bub_battery_temperature_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bub_battery_temperature_rsp. More...
 
A_IPC_RESULT a_ipc_init_bub_board_temperature_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bub_board_temperature_req. More...
 
A_IPC_RESULT a_ipc_init_bub_board_temperature_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_bub_board_temperature_rsp. More...