![]() ![]() ![]() ![]() SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
99 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
1 LSB is 1/8th micro degree
expressed as a 32 bit value
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:int">
<xs:minInclusive value="-720000000"/>
<xs:maxInclusive value="720000000"/>
</xs:restriction>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
7.59 Data Element: DE_VehicleLength
Use: The length of the vehicle expressed in centimeters, unsigned. Note that this is a 14 bit value and it is
combined with a 10 bit value to form a 3 byte data frame. When sent alone it shall occupy 2 bytes with the upper
two bits being set to zero.
ASN.1 Representation:
VehicleLength ::= INTEGER (0..16383) -- LSB units are 1 cm
XML Representation:
<xs:simpleType name="VehicleLength" >
<xs:annotation>
<xs:documentation>
LSB units are 1 cm
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedShort">
<xs:maxInclusive value="16383"/>
</xs:restriction>
</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.60 Data Element: DE_VehicleLongitude REMOVE
Use: The longitude position of the center of the vehicle, expressed in 1/8th micro degrees and based on the WGS-
84 coordinate system, represented in a 4 byte value.
ASN.1 Representation:
VehicleLongitude ::= INTEGER (-1440000000..1440000000)
-- 1 LSB is 1/8th micro degree
-- expressed as a 32 bit value
XML Representation:
<xs:simpleType name="VehicleLongitude" >
<xs:annotation>
<xs:documentation>
1 LSB is 1/8th micro degree
expressed as a 32 bit value
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:int">
<xs:minInclusive value="-1440000000"/>
<xs:maxInclusive value="1440000000"/>
</xs:restriction>
|