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

Go to the source code of this file.

Data Structures

struct  a_ipc_dyn_array_enum_location_result
 Dynamic-length array of a_ipc_enum_location_result. More...
 
struct  a_ipc_msg_location_request_req
 Request the location service to be on. More...
 
struct  a_ipc_msg_location_request_rsp
 Location request response. More...
 
struct  a_ipc_msg_location_release_req_norsp
 Release any requested location service for given user user. More...
 
struct  a_ipc_msg_location_publish_ind
 This message contains the latest known location data. More...
 
struct  a_ipc_msg_location_trigger_gnss_cold_start_req
 Trigger gnss cold start request. More...
 
struct  a_ipc_msg_location_trigger_gnss_cold_start_rsp
 Trigger gnss cold start response. More...
 
struct  a_ipc_msg_location_unsubscribe_req_norsp
 Unsubscribe from updates for location. More...
 

Enumerations

enum  a_ipc_enum_location_result { A_IPC_ENUM_LOCATION_RESULT_OK , A_IPC_ENUM_LOCATION_RESULT_ERROR , A_IPC_ENUM_LOCATION_RESULT_ERROR_NAD_IS_BOOTING }
 Location result. More...
 

Functions

A_IPC_RESULT a_ipc_init_location_request_req (a_ipc_msg *msg, uint32_t user_maxlength)
 Initialize the message buffer to contain a_ipc_msg_location_request_req. More...
 
A_IPC_RESULT a_ipc_init_location_request_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_location_request_rsp. More...
 
A_IPC_RESULT a_ipc_init_location_release_req_norsp (a_ipc_msg *msg, uint32_t user_maxlength)
 Initialize the message buffer to contain a_ipc_msg_location_release_req_norsp. More...
 
A_IPC_RESULT a_ipc_init_location_publish_ind (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_location_publish_ind. More...
 
A_IPC_RESULT a_ipc_init_location_trigger_gnss_cold_start_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_location_trigger_gnss_cold_start_req. More...
 
A_IPC_RESULT a_ipc_init_location_trigger_gnss_cold_start_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_location_trigger_gnss_cold_start_rsp. More...
 
A_IPC_RESULT a_ipc_init_location_subscribe_req (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_location_subscribe_req. More...
 
A_IPC_RESULT a_ipc_init_location_subscribe_rsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_location_subscribe_rsp. More...
 
A_IPC_RESULT a_ipc_init_location_unsubscribe_req_norsp (a_ipc_msg *msg)
 Initialize the message buffer to contain a_ipc_msg_location_unsubscribe_req_norsp. More...