![]() ![]() ![]() ![]() SAE J2735-Draft-Rev29 [issued: 12-11-08]
-
208 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
or automatically (rain sensor activated) to provide additional information as to driving conditions in the
area of the vehicle.
ASN.1 Representation:
WiperStatusRear ::= ENUMERATED {
notEquipped (0),
off (1),
intermittent (2),
low (3),
high (4),
washerInUse (126), -- washing solution being used
automaticPresent (127), -- Auto wipper equipped
... -- # LOCAL_CONTENT
}
XML Representation:
<xs:simpleType name="WiperStatusRear" >
<xs:annotation>
<xs:appinfo>
notEquipped (0)
off (1)
intermittent (2)
low (3)
high (4)
washerInUse (126) -- washing solution being used
automaticPresent (127) -- Auto wipper equipped
</xs:appinfo>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="127"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="notEquipped"/>
<xs:enumeration value="off"/>
<xs:enumeration value="intermittent"/>
<xs:enumeration value="low"/>
<xs:enumeration value="high"/>
<xs:enumeration value="washerInUse"/>
<xs:enumeration value="automaticPresent"/>
</xs:restriction>
</xs:simpleType >
<xs:simpleType>
<xs:restriction base="local:WiperStatusRear" />
</xs:simpleType>
</xs:union>
</xs:simpleType>
Used By: This entry is directly used by the following 2 other data structures in this standard (record type,
descriptive name, ASN.1, and XML name (if present) of each):
DF
<XML>, and
DF
In addition, this item may be used by data structures in other ITS standards.
Remarks: See also the data element WiperRate which conveys the current sweep rate of wiper strokes.
7.156 Data Element: DE_YawRateConfidence
Use: This DE is used to provide to listeners the confidence interval of the 95% confidence level for the
currently reported value of DE_YAWRate, taking into account the current calibration and precision of the
|