Loading automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +2 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,8 @@ const std::vector<ConfigDeclaration> kVehicleProperties = { .prop = toInt(VehicleProperty::EV_CHARGE_TIME_REMAINING), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::CONTINUOUS, .minSampleRate = 1.0f, .maxSampleRate = 10.0f, }, .initialValue = {.int32Values = {20}}}, Loading Loading
automotive/vehicle/aidl/impl/default_config/include/DefaultConfig.h +2 −0 Original line number Diff line number Diff line Loading @@ -326,6 +326,8 @@ const std::vector<ConfigDeclaration> kVehicleProperties = { .prop = toInt(VehicleProperty::EV_CHARGE_TIME_REMAINING), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::CONTINUOUS, .minSampleRate = 1.0f, .maxSampleRate = 10.0f, }, .initialValue = {.int32Values = {20}}}, Loading