Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +10 −0 Original line number Diff line number Diff line Loading @@ -437,6 +437,16 @@ const ConfigDeclaration kVehicleProperties[]{ }, .initialValue = {.floatValues = {200.0f}}}, // units in kPa {.config = { .prop = toInt(VehicleProperty::TIRE_PRESSURE_DISPLAY_UNITS), .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, .configArray = {(int)VehicleUnit::KILOPASCAL, (int)VehicleUnit::PSI, (int)VehicleUnit::BAR}, }, .initialValue = {.int32Values = {toInt(VehicleUnit::PSI)}}}, {.config = { .prop = toInt(VehicleProperty::CURRENT_GEAR), Loading Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +10 −0 Original line number Diff line number Diff line Loading @@ -437,6 +437,16 @@ const ConfigDeclaration kVehicleProperties[]{ }, .initialValue = {.floatValues = {200.0f}}}, // units in kPa {.config = { .prop = toInt(VehicleProperty::TIRE_PRESSURE_DISPLAY_UNITS), .access = VehiclePropertyAccess::READ_WRITE, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, .configArray = {(int)VehicleUnit::KILOPASCAL, (int)VehicleUnit::PSI, (int)VehicleUnit::BAR}, }, .initialValue = {.int32Values = {toInt(VehicleUnit::PSI)}}}, {.config = { .prop = toInt(VehicleProperty::CURRENT_GEAR), Loading