Loading automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +10 −0 Original line number Diff line number Diff line Loading @@ -713,6 +713,16 @@ const std::vector<ConfigDeclaration> kVehicleProperties = { }, .initialValue = {.int32Values = {toInt(VehicleIgnitionState::ON)}}}, {.config = { .prop = toInt(VehicleProperty::ENGINE_COOLANT_TEMP), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::CONTINUOUS, .minSampleRate = 1.0f, .maxSampleRate = 10.0f, }, .initialValue = {.floatValues = {75.0f}}}, {.config = { .prop = toInt(VehicleProperty::ENGINE_OIL_LEVEL), Loading Loading
automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +10 −0 Original line number Diff line number Diff line Loading @@ -713,6 +713,16 @@ const std::vector<ConfigDeclaration> kVehicleProperties = { }, .initialValue = {.int32Values = {toInt(VehicleIgnitionState::ON)}}}, {.config = { .prop = toInt(VehicleProperty::ENGINE_COOLANT_TEMP), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::CONTINUOUS, .minSampleRate = 1.0f, .maxSampleRate = 10.0f, }, .initialValue = {.floatValues = {75.0f}}}, {.config = { .prop = toInt(VehicleProperty::ENGINE_OIL_LEVEL), Loading