anbox-platform-sdk
1.23.0
Anbox Platform SDK API documentation
|
AnboxVhalPropertyValue describes the current value of a VHAL property, as returned by a get call to the Android VHAL. More...
#include <types.h>
Public Attributes | |
int64_t | timestamp |
int32_t | area_id |
int32_t | prop |
AnboxVhalPropertyStatus | status |
uint32_t | int32_values_size |
int32_t * | int32_values |
uint32_t | float_values_size |
float * | float_values |
uint32_t | int64_values_size |
int64_t * | int64_values |
uint32_t | bytes_size |
uint8_t * | bytes |
uint32_t | string_value_size |
char * | string_value |
AnboxVhalPropertyValue describes the current value of a VHAL property, as returned by a get call to the Android VHAL.
Matches the VehiclePropValue struct of the Android VHAL interface.
AnboxVhalPropertyStatus AnboxVhalPropertyValue::status |