![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
214 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
}
-- Encoded as a 3 bit value
XML Representation:
<xs:simpleType name="YawRateConfidence" >
<xs:annotation>
<xs:appinfo>
notEquipped (0) -- B'000 Not Equipped
degSec 100 00 (1) -- B'001 100 deg/sec
degSec 010 00 (2) -- B'010 10 deg/sec
degSec 005 00 (3) -- B'011 5 deg/sec
degSec 001 00 (4) -- B'100 1 deg/sec
degSec 000 10 (5) -- B'101 0.1 deg/sec
degSec 000 05 (6) -- B'110 0.05 deg/sec
degSec 000 01 (7) -- B'111 0.01 deg/sec
</xs:appinfo>
<xs:documentation>
Encoded as a 3 bit value
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="7"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="notEquipped"/>
<xs:enumeration value="degSec 100 00"/>
<xs:enumeration value="degSec 010 00"/>
<xs:enumeration value="degSec 005 00"/>
<xs:enumeration value="degSec 001 00"/>
<xs:enumeration value="degSec 000 10"/>
<xs:enumeration value="degSec 000 05"/>
<xs:enumeration value="degSec 000 01"/>
</xs:restriction>
</xs:simpleType >
</xs:union>
</xs:simpleType>
Used By: This entry is directly used by the following 2 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
DF
In addition, this item may be used by data structures in other ITS standards.
7.164 Data Element: DE_YawRate
Use: The Yaw Rate of the vehicle, a signed value (to the right being positive) and expressed in 0.01
degrees per second. The "Yaw Rate" Probe Data Element is used in conjunction with the "Yaw Rate
Confidence" Probe Data Element to inform Probe Data Users on the amount of a vehicle's rotation about
it's longitudinal axis within a certain time period at the time a Probe Data snapshot was taken. The Yaw
Rate Element reports the vehicle's rotation in degrees per second with the Yaw Rate Confidence Element
providing additional information on the coarseness of the Yaw Rate element also in degrees per second
ASN.1 Representation:
YawRate ::= INTEGER (-32765..32765)
-- LSB units of 0.01 degrees per second (signed)
XML Representation:
<xs:simpleType name="YawRate" >
|