![]() ![]() ![]() ![]() SAE J2735-Draft-Rev29 [issued: 12-11-08]
-
83 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
II section. Typically these are used in data event snapshots which are gathered and periodically reported to
an RSU or as part of the BSM Part II content.
Observe that this data structure makes use of other defined data elements and data frames, enclosing them
in a sequence structure so that a number of such items can be sent within the VehicleStatus instance but that
this data follows the definition of each defined elsewhere.
ASN.1 Representation:
VehicleStatus ::= SEQUENCE {
-- data which follows must still fit within any message size limits
events EventFlags OPTIONAL, -- events
lights ExteriorLights OPTIONAL, -- Exterior Lights
lightBar LightbarInUse OPTIONAL, -- PS Lights
wipers SEQUENCE {
statusFront WiperStatusFront,
rateFront WiperRate,
statusRear WiperStatusRear OPTIONAL,
rateRear WiperRate OPTIONAL
} OPTIONAL, -- Wipers
brakeStatus BrakeSystemStatus OPTIONAL,
-- 2 bytes with the following in it:
-- wheelBrakes BrakeAppliedStatus,
-- -x- 4 bits
-- traction TractionControlState,
-- -x- 2 bits
-- abs AntiLockBrakeStatus,
-- -x- 2 bits
-- scs StablityControlStatus,
-- -x- 2 bits
-- brakeBoost BrakeBoostApplied,
-- -x- 2 bits
-- spareBits
-- -x- 4 bits
-- Note that is present in BSM Part I
-- Braking Data
brakePressure BrakeAppliedPressure OPTIONAL, -- Braking Pressure
roadFriction CoefficientOfFriction OPTIONAL, -- Roadway Friciton
sunData SunSensor OPTIONAL, -- Sun Sensor
rainData RainSensor OPTIONAL, -- Rain Sensor
airTemp AmbientAirTemperature OPTIONAL, -- Air Temperature
airPres AmbientAirPressure OPTIONAL, -- Air Pressure
steering SEQUENCE {
angle SteeringWheelAngle,
confidence SteeringWheelAngleConfidence OPTIONAL,
rate SteeringWheelAngleRateOfChange OPTIONAL,
wheels DrivingWheelAngle OPTIONAL
} OPTIONAL, -- steering data
accelSets SEQUENCE {
accell4way AccelerationSet4Way OPTIONAL,
vertAccelThres VerticalAccelerationThreshold OPTIONAL,
-- Wheel Exceeded point
yawRateCon YawRateConfidence OPTIONAL,
-- Yaw Rate Confidence
hozAccelCon AccelerationConfidence OPTIONAL,
-- Acceleration Confidence
confidenceSet ConfidenceSet OPTIONAL
-- is this one still wanted?
} OPTIONAL, -- acceleration data
-- acceleration data
|