Skip to content

Commit

Permalink
Improve trunk/hood documentation (COVESA#480)
Browse files Browse the repository at this point in the history
Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>

Signed-off-by: Erik Jaegervall <erik.jaegervall@se.bosch.com>
  • Loading branch information
erikbosch authored and jdacoello committed Feb 15, 2023
1 parent 0a2786c commit 354b43b
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions spec/Body/Body.vspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,19 +28,26 @@ RefuelPosition:
Hood:
type: branch
description: Hood status.
comment: The hood is the hinged cover over the engine compartment of a motor vehicles.
Depending on vehicle, it can be either in the front or back of the vehicle.
Luggage compartments are in VSS called trunks, even if they are located at the front of the vehicle.

Hood.IsOpen:
datatype: boolean
type: actuator
description: Hood open or closed. True = Open. False = Closed.


#
# Trunk description
#
Trunk:
type: branch
instances: ["Front", "Rear"]
description: Trunk status.
comment: A trunk is a luggage compartment in a vehicle.
Depending on vehicle, it can be either in the front or back of the vehicle.
Some vehicles may have trunks both at the front and at the rear of the vehicle.

Trunk.IsOpen:
datatype: boolean
Expand Down

0 comments on commit 354b43b

Please sign in to comment.