![]() ![]() ![]() ![]() SAE J2735-Draft-Rev28 [issued: 11-10-08]
-
193 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
# 7=250 to 1749 Ohms
7.129 Data Element: DE_SystemHealth
Use: The system health of the DSRC system on the vehicle.
ASN.1 Representation:
SystemHealth ::= ENUMERATED {
noFaults (0), -- B'0000 No Faults detected
noReceivedPackets (1),
corruptedMsgs (2),
unauthorizedDataReceived (3),
item-5 (4), -- B'0100
item-6 (5), -- B'0101
item-7 (6), -- B'0110
item-8 (7), -- B'0111
item-9 (8), -- B'1000
item-10 (9), -- B'1001
item-11 (10), -- B'1010
item-12 (11), -- B'1011
item-13 (12), -- B'1100
item-14 (13), -- B'1101
item-15 (14), -- B'1110
item-16 (15) -- B'1111
}
-- Encoded as a 4 bit value
XML Representation:
<xs:simpleType name="SystemHealth" >
<xs:annotation>
<xs:appinfo>
noFaults (0) -- B'0000 No Faults detected
noReceivedPackets (1)
corruptedMsgs (2)
unauthorizedDataReceived (3)
item 5 (4) -- B'0100
item 6 (5) -- B'0101
item 7 (6) -- B'0110
item 8 (7) -- B'0111
item 9 (8) -- B'1000
item 10 (9) -- B'1001
item 11 (10) -- B'1010
item 12 (11) -- B'1011
item 13 (12) -- B'1100
item 14 (13) -- B'1101
item 15 (14) -- B'1110
item 16 (15) -- B'1111
</xs:appinfo>
<xs:documentation>
Encoded as a 4 bit value
</xs:documentation>
</xs:annotation>
<xs:union>
<xs:simpleType>
<xs:restriction base="xs:unsignedInt">
<xs:minInclusive value="0"/>
<xs:maxInclusive value="15"/>
</xs:restriction>
</xs:simpleType>
<xs:simpleType>
<xs:restriction base="xs:string">
<xs:enumeration value="noFaults"/>
<xs:enumeration value="noReceivedPackets"/>
<xs:enumeration value="corruptedMsgs"/>
<xs:enumeration value="unauthorizedDataReceived"/>
<xs:enumeration value="item 5"/>
<xs:enumeration value="item 6"/>
|