Navigation bar
  Print document Start Previous page
 123 of 210 
Next page End  

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
123 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
ASN.1 Representation:
SteeringWheelAngle ::= INTEGER (-32767..32768) 
   -- LSB units of 0.02 degrees. 
   -- a range of 655.36 degrees each way
XML Representation:
<xs:simpleType name="SteeringWheelAngle" >
      <xs:annotation>
         <xs:documentation>       
            LSB units of 0.02 degrees.
            a range of 655.36 degrees each way
            (1.82 full rotations in either direction)
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:int">
         <xs:minInclusive value="-32767"/>
         <xs:maxInclusive value="32768"/>
      </xs:restriction>
</xs:simpleType>
Used by: This entry is directly used by the following 3 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF 
<XML>, and
DF 
<XML>, and
MSG
In addition, this item may be used by data structures in other ITS standards.
7.81 Data Element: DE_SunSensor
Use: The "Sun Sensor" Probe Data Element is intended to inform Probe Data Users as to the level of Sun
Light in the area the vehicle was traveling at the time the Probe Data snapshot was taken.  The value of the
Sun Sensor data element ranges from 0-7, with 0 indicating "Complete Darkness", 1 indicating "Minimal
Sun Light", and 7 indicating "Maximum Sun Light".  This information could be sent to vehicles
approaching the area to tell drives to be prepared for sunny/clouding conditions ahead or a Weather Server
for monitoring weather conditions in the area.
ASN.1 Representation:
SunSensor ::= INTEGER (0..1000) -- units of watts / m2
  -- Note that units are still TBD, 
  -- perhasps a log scale is wanted here
XML Representation:
<xs:simpleType name="SunSensor" >
      <xs:annotation>
         <xs:documentation>       
            units of watts / m2
            Note that units are still TBD,
            perhasps a log scale is wanted here
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedShort">
         <xs:maxInclusive value="1000"/>
      </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 
<XML>, and
DF