Loading automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +8 −0 Original line number Diff line number Diff line Loading @@ -596,6 +596,14 @@ const ConfigDeclaration kVehicleProperties[]{ }, .initialValue = {.int32Values = {toInt(VehicleGear::GEAR_PARK)}}}, {.config = { .prop = toInt(VehicleProperty::TURN_SIGNAL_STATE), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, }, .initialValue = {.int32Values = {toInt(VehicleTurnSignal::NONE)}}}, {.config = { .prop = toInt(VehicleProperty::IGNITION_STATE), Loading Loading
automotive/vehicle/2.0/default/impl/vhal_v2_0/DefaultConfig.h +8 −0 Original line number Diff line number Diff line Loading @@ -596,6 +596,14 @@ const ConfigDeclaration kVehicleProperties[]{ }, .initialValue = {.int32Values = {toInt(VehicleGear::GEAR_PARK)}}}, {.config = { .prop = toInt(VehicleProperty::TURN_SIGNAL_STATE), .access = VehiclePropertyAccess::READ, .changeMode = VehiclePropertyChangeMode::ON_CHANGE, }, .initialValue = {.int32Values = {toInt(VehicleTurnSignal::NONE)}}}, {.config = { .prop = toInt(VehicleProperty::IGNITION_STATE), Loading