Navigation bar
  Print document Start Previous page
 95 of 321 
Next page End  

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
95 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
ASN.1 Representation:
WiperStatus ::= SEQUENCE {
   statusFront    WiperStatusFront,
   rateFront      WiperRate,
   statusRear     WiperStatusRear      OPTIONAL,
   rateRear       WiperRate            OPTIONAL
   }
XML Representation:
<xs:complexType name="WiperStatus" >
      <xs:sequence>
         <xs:element name="statusFront" type="WiperStatusFront" />
         <xs:element name="rateFront" type="WiperRate" />
         <xs:element name="statusRear" type="WiperStatusRear"  minOccurs="0"/>
         <xs:element name="rateRear" type="WiperRate"  minOccurs="0"/>
      </xs:sequence>
</xs:complexType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Note that when the state changes an event flag may be raised in the BSM and this data frame
may be transmitted in Part II of that message to relate the new state.