Navigation bar
  Print document Start Previous page
 129 of 321 
Next page End  

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
129 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
Control Loss:  A loss of control in the vehicle traction system exceeding  400 mSec in length. 
ASN.1 Representation:
EventFlags ::= BIT STRING {
   eventHandbrakeActive         (1),
   eventHoodOpen                (2),
   eventAirBagDeployment        (3),
   eventHazardLights            (4),
   eventStopLineViolation       (5), -- Intersection Violation
   eventHazardousMaterials      (6),
   eventEmergencyResponse       (7),
   eventHardBreaking            (8),
   eventOtherBreaking           (9),
   eventLightsChanged          (10),
   eventWipersChanged          (11),
   eventFlatTire               (12),
   eventControlLoss            (13) -- defined by GM to meean?
   -- above to be reordered when list is complete
   } -- (SIZE(2))
XML Representation:
<xs:simpleType name="EventFlags-item" >
      <xs:annotation>
         <xs:appinfo>
            eventHandbrakeActive (1)
            eventHoodOpen (2)
            eventAirBagDeployment (3)
            eventHazardLights (4)
            eventStopLineViolation (5) -- Intersection Violation
            eventHazardousMaterials (6)
            eventEmergencyResponse (7)
            eventHardBreaking (8)
            eventOtherBreaking (9)
            eventLightsChanged (10)
            eventWipersChanged (11)
            eventFlatTire (12)
            eventControlLoss (13) -- defined by GM to meean?
             -- above to be reordered when list is complete
         </xs:appinfo>
         <xs:documentation>       
            (SIZE (2) )
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:int">
               <xs:minInclusive value="1"/>
               <xs:maxInclusive value="13"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="eventHandbrakeActive"/>
               <xs:enumeration value="eventHoodOpen"/>
               <xs:enumeration value="eventAirBagDeployment"/>
               <xs:enumeration value="eventHazardLights"/>
               <xs:enumeration value="eventStopLineViolation"/>
               <xs:enumeration value="eventHazardousMaterials"/>
               <xs:enumeration value="eventEmergencyResponse"/>
               <xs:enumeration value="eventHardBreaking"/>
               <xs:enumeration value="eventOtherBreaking"/>
               <xs:enumeration value="eventLightsChanged"/>
               <xs:enumeration value="eventWipersChanged"/>
               <xs:enumeration value="eventFlatTire"/>
               <xs:enumeration value="eventControlLoss"/>
            </xs:restriction>
         </xs:simpleType >
      </xs:union>
</xs:simpleType>