Navigation bar
  Print document Start Previous page
 65 of 177 
Next page End  

SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
65 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
ASN.1 Representation:
Elevation ::= INTEGER (0..16777215) -- 10 cm LSB with a 1Km neg offset
XML Representation:
<xs:simpleType name="Elevation" >
      <xs:annotation>
         <xs:documentation>       
            10 cm LSB with a 1Km neg offset
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedInt">
         <xs:maxInclusive value="16777215"/>
      </xs:restriction>
</xs:simpleType>
Used by: This entry is directly used by the following 7 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
DF 
<ASN> <XML>, and
MSG
<ASN> <XML>, and
DF 
DF_Height:frame
[Height] <Height>, and
DF 
In addition, this item may be used by data structures in other ITS standards.
Remarks: The value of zero SHALL be used when an unknown elevation must be sent.  The Elevation shall be
taken from  the spatial center of the vehicle, when a vehicle is being measured. 
7.19 Data Element: DE_ExteriorLights
Use: The status of various exterior lights encoded in a bit string which can be used to relate the current vehicle
settings.
The "Vehicle Exterior Lights" Probe Data Element provides the status of all exterior lights on the vehicle.  As
currently defined, these are: parking lights, headlights (lo and hi beam, automatic light control), fog lights, daytime
running lights, turn signals (right / left) and hazard signals.  Should the need for additional types of light be needed,
a new data element will be added. 
ASN.1 Representation:
ExteriorLights ::= BIT STRING {   
   allLightsOff               (0), -- B'0000-0000  
   lowBeamHeadlightsOn        (1), -- B'0000-0001
   highBeamHeadlightsOn       (2), -- B'0000-0010
   leftTurnSignalOn           (4), -- B'0000-0100
   rightTurnSignalOn          (8), -- B'0000-1000
   hazardSignalOn            (12), -- B'0000-1100
   automaticLightControlOn   (16), -- B'0001-0000
   daytimeRunningLightsOn    (32), -- B'0010-0000
   fogLightOn                (64), -- B'0100-0000
   parkingLightsOn          (128)  -- B'1000-0000
   } -- to fit in 8 bits
XML Representation:
<xs:simpleType name="ExteriorLights-item" >
      <xs:annotation>
         <xs:appinfo>