Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Removal of deprecated signals from VSS v3.1 #589

Merged
merged 1 commit into from
May 4, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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