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

SAE J2735-Draft-Rev18 [issued: 06-26-07] 
-
113 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
   rightArrow3     (B0010000000000000), -- Right Arrow
   flashing3       (B0100000000000000), -- Flashing ?WHAT? 
   dark            (B1000000000000000)  -- Dark, light inactive
   } (SIZE(16))
XML Representation:
<xs:simpleType name="SignalState-item" >
      <xs:annotation>
         <xs:appinfo>
             -- Green Circular
             -- Left Arrow
             -- Through Arrow
             -- Right Arrow
             -- Flashing ?WHAT?
             -- Yellow Circular
             -- Left Arrow ??
             -- Through Arrow
             -- Right Arrow
             -- Flashing  ?WHAT?
             -- Red Circular
             -- Left Arrow
             -- Through Arrow
             -- Right Arrow
             -- Flashing ?WHAT?
             -- Dark ,  light inactive
         </xs:appinfo>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:int">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="0"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string"/>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>
<xs:simpleType name="SignalState">
   <xs:list itemType="SignalState-item"/>
</xs:simpleType>
Used by: This entry is used directly by one other data structure in this standard, a DF called
DF_MovementState <ASN> <XML>.   In addition, this item may be used by data structures in other
ITS standards.
Remarks: Examples of value when sued would be:  Green ball and green arrow left: b'0000000000000011' 
or Flashing red: b'0100010000000000'
or Yellow left arrow green right arrow b'00000000001001000'
7.73 Data Element: DE_SirenInUse
Use: A data element which is set if any sort of audible alarm is being emitted from the vehicle.  This
includes various common sirens as well as backup up beepers and other slow speed maneuvering alerts. 
Used to reflect any type or style of audio alerting when a vehicle is progressing and transmitting DSRC
messages to others about its path.   Intended to be used as part of the DSRC safety message for public
safety vehicles operating in the area.
ASN.1 Representation:
SirenInUse ::= ENUMERATED {
     notEquipped   (0), 
     notInUse      (1),  
     inUse         (2),