![]() ![]() ![]() ![]() SAE J2735-Draft-Rev29 [issued: 12-11-08]
-
82 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_BasicSafetyMessage_Verbose <ASN> <XML>. In addition, this item may be used by data
structures in other ITS standards.
Remarks: Note that besides the width and length which are always present in the BSM Part I, other values
data can also be sent in Part II including mass and bumper heights.
6.51 Data Frame: DF_VehicleStatusRequest
Use: The VehicleStatusRequest is used to request complex content along with threshold settings in the
vehicle probe management process.
ASN.1 Representation:
VehicleStatusRequest ::= SEQUENCE {
dataType VehicleStatusDeviceTypeTag,
subType INTEGER (1..15) OPTIONAL,
sendOnLessThenValue INTEGER (-32767..32767) OPTIONAL,
sendOnMoreThenValue INTEGER (-32767..32767) OPTIONAL,
sendAll BOOLEAN OPTIONAL,
...
}
XML Representation:
<xs:complexType name="VehicleStatusRequest" >
<xs:sequence>
<xs:element name="dataType" type="VehicleStatusDeviceTypeTag" />
<xs:element name="subType" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:unsignedByte">
<xs:minInclusive value="1"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="sendOnLessThenValue" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:short">
<xs:minInclusive value="-32767"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="sendOnMoreThenValue" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:short">
<xs:minInclusive value="-32767"/>
</xs:restriction>
</xs:simpleType>
</xs:element>
<xs:element name="sendAll" minOccurs="0">
<xs:simpleType>
<xs:restriction base="xs:boolean"/>
</xs:simpleType>
</xs:element>
</xs:sequence>
</xs:complexType>
In addition, this item may be used by data structures in other ITS standards.
Remarks: Range settings must match the range allowed by the subject data item. Units are as defined by
the subject data item.
6.52 Data Frame: DF_VehicleStatus
Use: A data frame that is used to relate specific items of the vehicles status. This structure relates all the
different types of information that can be related about the vehicle inside a probe message of in a BSM part
|