anbox-platform-sdk  1.23.0
Anbox Platform SDK API documentation
AnboxVhalPropertyValue Struct Reference

AnboxVhalPropertyValue describes the current value of a VHAL property, as returned by a get call to the Android VHAL. More...

#include <types.h>

+ Collaboration diagram for AnboxVhalPropertyValue:

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
 

Detailed Description

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.

Definition at line 1457 of file types.h.

Member Data Documentation

◆ area_id

int32_t AnboxVhalPropertyValue::area_id

Definition at line 1459 of file types.h.

◆ bytes

uint8_t* AnboxVhalPropertyValue::bytes

Definition at line 1469 of file types.h.

◆ bytes_size

uint32_t AnboxVhalPropertyValue::bytes_size

Definition at line 1468 of file types.h.

◆ float_values

float* AnboxVhalPropertyValue::float_values

Definition at line 1465 of file types.h.

◆ float_values_size

uint32_t AnboxVhalPropertyValue::float_values_size

Definition at line 1464 of file types.h.

◆ int32_values

int32_t* AnboxVhalPropertyValue::int32_values

Definition at line 1463 of file types.h.

◆ int32_values_size

uint32_t AnboxVhalPropertyValue::int32_values_size

Definition at line 1462 of file types.h.

◆ int64_values

int64_t* AnboxVhalPropertyValue::int64_values

Definition at line 1467 of file types.h.

◆ int64_values_size

uint32_t AnboxVhalPropertyValue::int64_values_size

Definition at line 1466 of file types.h.

◆ prop

int32_t AnboxVhalPropertyValue::prop

Definition at line 1460 of file types.h.

◆ status

AnboxVhalPropertyStatus AnboxVhalPropertyValue::status

Definition at line 1461 of file types.h.

◆ string_value

char* AnboxVhalPropertyValue::string_value

Definition at line 1471 of file types.h.

◆ string_value_size

uint32_t AnboxVhalPropertyValue::string_value_size

Definition at line 1470 of file types.h.

◆ timestamp

int64_t AnboxVhalPropertyValue::timestamp

Definition at line 1458 of file types.h.


The documentation for this struct was generated from the following file: