![]() ![]() ![]() ![]() SAE J2735-Draft-Rev26 [issued: 09-18-08]
-
163 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
notActiveWithCall (3) -- Not Active With Call
entryStarted (4) -- Entry Started
trackService (5) -- Track Service
dwell (6) -- Dwell
linkActive (7) -- Link Active
existStarted (8) -- Exit Started
maximumPresence (9) -- Max Presence
activeButOverridden (10) -- Active but Over-ridden
</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="10"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="none"/>
<xs:enumeration value="other"/>
<xs:enumeration value="notActive"/>
<xs:enumeration value="notActiveWithCall"/>
<xs:enumeration value="entryStarted"/>
<xs:enumeration value="trackService"/>
<xs:enumeration value="dwell"/>
<xs:enumeration value="linkActive"/>
<xs:enumeration value="existStarted"/>
<xs:enumeration value="maximumPresence"/>
<xs:enumeration value="activeButOverridden"/>
</xs:restriction>
</xs:simpleType >
<xs:simpleType>
<xs:restriction base="local:PreemptState" />
</xs:simpleType>
</xs:union>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Used in the SignalState definition (a complex octet encoding).
7.107 Data Element: DE_PriorityState
Use: The PriorityState data element is used to relate the current priority state of a signal system. TSP
stands for Transit Signal Priority, a term used in NTCIP and in TCIP. Note that this data element follows
the values defined in the tspInputStatus object defned in the NYC ASTC2 traffic controller effort.
ASN.1 Representation:
PriorityState ::= ENUMERATED {
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
|