![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
93 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
<!-- 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 -->
<xs:element name="brakePressure" type="BrakeAppliedPressure" minOccurs="0"/>
<!-- Braking Pressure -->
<xs:element name="roadFriction" type="CoefficientOfFriction" minOccurs="0"/>
<!-- Roadway Friciton -->
<xs:element name="sunData" type="SunSensor" minOccurs="0"/>
<!-- Sun Sensor -->
<xs:element name="rainData" type="RainSensor" minOccurs="0"/>
<!-- Rain Sensor -->
<xs:element name="airTemp" type="AmbientAirTemperature" minOccurs="0"/>
<!-- Air Temperature -->
<xs:element name="airPres" type="AmbientAirPressure" minOccurs="0"/>
<!-- Air Pressure -->
<xs:element name="steering" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="angle" type="SteeringWheelAngle" />
<xs:element name="confidence" type="SteeringWheelAngleConfidence"
minOccurs="0"/>
<xs:element name="rate" type="SteeringWheelAngleRateOfChange"
minOccurs="0"/>
<xs:element name="wheels" type="DrivingWheelAngle" minOccurs="0"/>
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- steering data -->
<xs:element name="accelSets" minOccurs="0">
<xs:complexType>
<xs:sequence>
<xs:element name="vertAccelThres" type="VerticalAccelerationThreshold"
/>
<!-- Wheel Exceeded point -->
<xs:element name="vertAccel" type="VerticalAcceleration" />
<!-- Vertical g Force Value
we do not have a DE for
vert Confidence -->
<xs:element name="hozAccelLong" type="Acceleration" />
<!-- Longitudinal Acceleration -->
<xs:element name="hozAccelLat" type="Acceleration" />
<!-- Lateral Acceleration -->
<xs:element name="hozAccelCon" type="AccelerationConfidence" />
<!-- Acceleration Confidence -->
<xs:element name="accell4way" type="AccelerationSet4Way" />
<xs:element name="confidenceSet" type="ConfidenceSet" />
<!-- is this one still wanted? -->
<xs:element name="yaw" type="YawRate" />
<!-- Yaw Rate -->
<xs:element name="yawRateCon" type="YawRateConfidence" />
<!-- Yaw Rate Confidence -->
</xs:sequence>
</xs:complexType>
</xs:element>
<!-- acceleration data -->
<xs:element name="object" minOccurs="0">
<xs:complexType>
|