Navigation bar
  Print document Start Previous page
 164 of 240 
Next page End  

SAE J2735-Draft-Rev26 [issued: 09-18-08] 
-
164 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
   preemptOverride  (13), -- TSP Preempt Over-ride    
   adaptiveOverride (14), -- TSP Adaptive Over-ride    
   reserved         (15),
   ... -- # LOCAL_CONTENT
   } 
   -- To use 4 bits, 
   -- typically packed with other items in a BYTE
XML Representation:
<xs:simpleType name="PriorityState" >
      <xs:annotation>
         <xs:appinfo>
            noneActive (0) -- No signal priority  (same as value = 1)
            none (1) -- TSP None
            requested (2) -- TSP Requested
            active (3) -- TSP Active
            activeButIhibitd (4) -- TSP Reservice  (active but inhibited)
            seccess (5) -- TSP Success
            removed (6) -- TSP Removed
            clearFail (7) -- TSP Clear Fail
            detectFail (8) -- TSP Detect Fail
            detectClear (9) -- TSP Detect Clear
            abort (10) -- TSP Abort  (needed to remain on-line)
            delayTiming (11) -- TSP Delay Timing
            extendTiming (12) -- TSP Extend Timing
            preemptOverride (13) -- TSP Preempt Over-ride
            adaptiveOverride (14) -- TSP Adaptive Over-ride
            reserved (15)
         </xs:appinfo>
         <xs:documentation>       
            To use 4 bits,
            typically packed with other items in a INTEGER  (-128..127)
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:unsignedInt">
               <xs:minInclusive value="0"/>
               <xs:maxInclusive value="15"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="noneActive"/>
               <xs:enumeration value="none"/>
               <xs:enumeration value="requested"/>
               <xs:enumeration value="active"/>
               <xs:enumeration value="activeButIhibitd"/>
               <xs:enumeration value="seccess"/>
               <xs:enumeration value="removed"/>
               <xs:enumeration value="clearFail"/>
               <xs:enumeration value="detectFail"/>
               <xs:enumeration value="detectClear"/>
               <xs:enumeration value="abort"/>
               <xs:enumeration value="delayTiming"/>
               <xs:enumeration value="extendTiming"/>
               <xs:enumeration value="preemptOverride"/>
               <xs:enumeration value="adaptiveOverride"/>
               <xs:enumeration value="reserved"/>
            </xs:restriction>
         </xs:simpleType >
         <xs:simpleType>
            <xs:restriction base="local:PriorityState" /> 
         </xs:simpleType>
      </xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Click to Convert - Powerful PDF Converter and HTML Converter.