![]() ![]() ![]() ![]() SAE J2735-Draft-Rev29 [issued: 12-11-08]
-
186 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
units in meters
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedShort">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="30000"/>
</xs:restriction>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Provided by VII POC-A team.
7.128 Data Element: DE_TerminationTime
Use: Provides a Time-to-Live type of time-out. Allows users to provide the number of seconds at which
time the probe management process ceases and the default condition is applied.
ASN.1 Representation:
TermTime ::= INTEGER (1..1800) -- units of sec
XML Representation:
<xs:simpleType name="TermTime" >
<xs:annotation>
<xs:documentation>
units of sec
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedShort">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="1800"/>
</xs:restriction>
</xs:simpleType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Provided by VII POC-A team.
7.129 Data Element: DE_ThrottleConfidence
Use: This DE is used to provide to listeners the confidence interval of the 95% confidence level for the
currently reported value of DE_Throttle, taking into account the current calibration and precision of the
sensor(s) used to measure and/or calculate the value. This data element is only to provide the listener with
information on the limitations of the sensing system; not to support any type of automatic error correction
or to imply a guaranteed maximum error. This data element should not be used for fault detection or
diagnosis, but if a vehicle is able to detect a fault, the confidence interval should be increased accordingly.
ASN.1 Representation:
ThrottleConfidence ::= ENUMERATED {
notEquipped (0), -- B'00 Not Equipped
prec10percent (1), -- B'01 10 percent
prec1percent (2), -- B'10 1 percent
prec0-5percent (3) -- B'11 0.5 percent
}
-- Encoded as a 2 bit value
XML Representation:
<xs:simpleType name="ThrottleConfidence" >
<xs:annotation>
<xs:appinfo>
notEquipped (0) -- B'00 Not Equipped
prec10percent (1) -- B'01 10 percent
prec1percent (2) -- B'10 1 percent
prec0 5percent (3) -- B'11 0.5 percent
</xs:appinfo>
|