mirror of
https://github.com/Evolution-X/hardware_interfaces
synced 2026-02-03 12:07:58 +00:00
Merge "Added FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME" into tm-qpr-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
0f36c8aef4
@@ -478,6 +478,15 @@ const std::vector<ConfigDeclaration> kVehicleProperties = {
|
||||
},
|
||||
.initialValue = {.int32Values = {(int)VehicleUnit::LITER}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
.prop = toInt(
|
||||
VehicleProperty::FUEL_CONSUMPTION_UNITS_DISTANCE_OVER_VOLUME),
|
||||
.access = VehiclePropertyAccess::READ_WRITE,
|
||||
.changeMode = VehiclePropertyChangeMode::ON_CHANGE,
|
||||
},
|
||||
.initialValue = {.int32Values = {1}}},
|
||||
|
||||
{.config =
|
||||
{
|
||||
.prop = toInt(VehicleProperty::HW_KEY_INPUT),
|
||||
|
||||
Reference in New Issue
Block a user