Stay organized with collections
Save and categorize content based on your preferences.
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.
[{
"type": "thumb-down",
"id": "missingTheInformationINeed",
"label":"Missing the information I need"
},{
"type": "thumb-down",
"id": "tooComplicatedTooManySteps",
"label":"Too complicated / too many steps"
},{
"type": "thumb-down",
"id": "outOfDate",
"label":"Out of date"
},{
"type": "thumb-down",
"id": "samplesCodeIssue",
"label":"Samples / code issue"
},{
"type": "thumb-down",
"id": "otherDown",
"label":"Other"
}]
[{
"type": "thumb-up",
"id": "easyToUnderstand",
"label":"Easy to understand"
},{
"type": "thumb-up",
"id": "solvedMyProblem",
"label":"Solved my problem"
},{
"type": "thumb-up",
"id": "otherUp",
"label":"Other"
}]
{"lastModified": "Last updated 2019-10-02 UTC."}
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2019-10-02 UTC."]]