![]() ![]() ![]() ![]() SAE J2735-Draft-Rev15 [issued: 01-30-07]
-
106 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
Used by: This entry is directly used by the following 3 other data structures in this standard (record type, descriptive name,
ASN.1, and XML name (if present) of each):
DF
DF
DF
In addition, this item may be used by data structures in other ITS standards.
7.67 Data Element: DE_WiperRate
Use: The current rate at which wiper sweeps are taking place on the subject vehicle. In units of sweeps per
minute. Use a value of 1 for any sweep rate with a period greater than 60 seconds.
ASN.1 Representation:
WiperRate ::= INTEGER (0..255) -- units of sweeps per minute
XML Representation:
<xs:simpleType name="WiperRate" >
<xs:annotation>
<xs:documentation>
units of sweeps per minute
</xs:documentation>
</xs:annotation>
<xs:restriction base="xs:unsignedByte"/>
</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
DF
In addition, this item may be used by data structures in other ITS standards.
7.68 Data Element: DE_WiperStatus
Use: The current status of the wiper system on the subject vehicle.
The "Wiper Status" Probe Data Element is intended to inform Probe Data Users whether or not it was
raining/snowing at the vehicles location at the time the Probe Data snapshot was taken. The element also
provides an indication as to how hard it was raining/snowing by including the "Swipes Per Minute" of the wiper
blades across the windshield. The higher the "Swipes Per Minute", the harder it was raining/snowing. The
element also includes whether the wipers were turned on manually (driver activated) or automatically (rain sensor
activated) to provide additional information as to driving conditions in the area of the vehicle.
ASN.1 Representation:
WiperStatus ::= ENUMERATED {
notEquipped (0),
off (1),
intermittent (2),
low (3),
high (4),
automaticPresent (256), -- Auto wipper equipped
... -- # LOCAL_CONTENT
}
XML Representation:
<xs:simpleType name="WiperStatus" >
<xs:annotation>
<xs:appinfo>
notEquipped (0)
|