vehicle_hvac Struct Reference
#include <
vehicle.h
>
HVAC property fields.
Defines various HVAC properties which are packed into vehicle_hvac_t (see below). We define these properties outside in global scope so that HAL implementation and HAL users (JNI) can typecast
vehicle_hvac
correctly.
Definition at line
1452
of file
vehicle.h
.
Define one structure for each possible HVAC property. NOTES: a) Fan speed is a number from (0 - 6) where 6 is the highest speed. (TODO define enum) b) Temperature is a floating point Celcius scale. c) Direction is defined in enum vehicle_fan_direction.
The HAL should create #entries number of vehicle_hvac_properties and assign it to "properties" variable below.
float temperature_current
|
The documentation for this struct was generated from the following file:
-
hardware/libhardware/include/hardware/
vehicle.h
Content and code samples on this page are subject to the licenses described in the Content License. Java and OpenJDK are trademarks or registered trademarks of Oracle and/or its affiliates.
Last updated 2019-10-02 UTC.
[null,null,["Last updated 2019-10-02 UTC."],[],[]]