Skip to content

Commit

Permalink
Removal of deprecated signals from VSS v3.1
Browse files Browse the repository at this point in the history
Two signals were listed as deprecated in VSS v3.1: Vehicle.TravelledDistance and Vehicle.Powertrain.FuelSystem.TimeSinceStart. Therefore, since the current (in-development) version is a major release (v4.0), these two signals should not appear.

Signed-off-by: Nick Russell <nrussell@blackberry.com>
  • Loading branch information
nickrbb committed May 3, 2023
1 parent affef9d commit b3e448d
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 14 deletions.
7 changes: 0 additions & 7 deletions spec/Powertrain/FuelSystem.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -86,13 +86,6 @@ ConsumptionSinceStart:
A trip is considered to end when engine is no longer enabled.
The signal may however keep the value of the last trip until a new trip is started.

TimeSinceStart:
deprecation: V3.1 replaced by Vehicle.StartTime and Vehicle.TripDuration
datatype: uint32
type: sensor
unit: s
description: Time in seconds elapsed since start of current trip.

IsEngineStopStartEnabled:
datatype: boolean
type: sensor
Expand Down
7 changes: 0 additions & 7 deletions spec/Vehicle/Vehicle.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,6 @@ Speed:
unit: km/h
description: Vehicle speed.

TravelledDistance:
deprecation: V3.1 moved to Vehicle.TraveledDistance
datatype: float
type: sensor
unit: km
description: Odometer reading, total distance traveled during the lifetime of the vehicle.

TraveledDistance:
datatype: float
type: sensor
Expand Down

0 comments on commit b3e448d

Please sign in to comment.