|
anbox-platform-sdk
1.26.0
Anbox Platform SDK API documentation
|
AnboxVhalAreaConfig describes the configuration of a given area id for a VHAL property. More...
#include <types.h>
Collaboration diagram for AnboxVhalAreaConfig:Public Attributes | |
| int32_t | area_id |
| int32_t | min_int32_value |
| int32_t | max_int32_value |
| int64_t | min_int64_value |
| int64_t | max_int64_value |
| float | min_float_value |
| float | max_float_value |
| uint32_t | area_names_size |
| char(* | area_names )[MAX_VHAL_AREA_NAME_LENGTH] |
AnboxVhalAreaConfig describes the configuration of a given area id for a VHAL property.
Matches the VehicleAreaConfig struct of the Android VHAL interface.
The following properties are not part of the Android VHAL interface but are added for convenience:
| char(* AnboxVhalAreaConfig::area_names)[MAX_VHAL_AREA_NAME_LENGTH] |