Skip to content

Commit

Permalink
android type map: ABS/Engine signal changed
Browse files Browse the repository at this point in the history
These signals had been renamed in the latest VSS version:

- Vehicle.Powertrain.CombustionEngine.Engine.EOT
- Vehicle.ADAS.ABS.IsActive

Update mapping file accordingly so the test build does not fail
  • Loading branch information
Gunnar Andersson authored and erikbosch committed Feb 26, 2024
1 parent d1b6742 commit 4589de5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions contrib/vspec2aaproperties/vspec2prop_mapping.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,12 +47,12 @@
# an empty stub function will be generated, for a human programmer to later
# fill in with any desired code logic.

Vehicle.ADAS.ABS.IsActive:
Vehicle.ADAS.ABS.IsEngaged:
#convertBool
aospId: VehicleProperty::ABS_ACTIVE
aospArea: VehicleArea::GLOBAL

Vehicle.Powertrain.CombustionEngine.Engine.EOT:
Vehicle.Powertrain.CombustionEngine.EOT:
#convertFloatLinear
aospId: VehicleProperty::ENGINE_OIL_TEMP
aospArea: VehicleArea::GLOBAL
Expand Down

0 comments on commit 4589de5

Please sign in to comment.