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

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
195 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
DF 
In addition, this item may be used by data structures in other ITS standards.
Remarks: Note: Edited to become 4 bytes (from 6) by recent VSC-A proposal.  Need to determine if this
really is treated as a "mac" and reword the description when this is decided. 
7.131 Data Element: DE_TerminationDistance
Use: Provides a Distance-to-Live type of time-out.  Allows users to provide the distance driven until the
probe management process ceases and the default condition is applied.
ASN.1 Representation:
TermDistance ::= INTEGER (1..30000)   -- units in meters
XML Representation:
<xs:simpleType name="TermDistance" >
      <xs:annotation>
         <xs:documentation>       
            units in meters
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedShort">
         <xs:minInclusive value="1"/>
         <xs:maxInclusive value="30000"/>
      </xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_ProbeDataManagement <ASN> <XML>.   In addition, this item may be used by data structures
in other ITS standards.
Remarks: Provided by VII POC-A team.
7.132 Data Element: DE_TerminationTime
Use: Provides a Time-to-Live type of time-out.  Allows users to provide the number of seconds at which
time the probe management process ceases and the default condition is applied.
ASN.1 Representation:
TermTime ::= INTEGER (1..1800) -- units of sec
XML Representation:
<xs:simpleType name="TermTime" >
      <xs:annotation>
         <xs:documentation>       
            units of sec
         </xs:documentation>
      </xs:annotation>
      <xs:restriction base="xs:unsignedShort">
         <xs:minInclusive value="1"/>
         <xs:maxInclusive value="1800"/>
      </xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_ProbeDataManagement <ASN> <XML>.   In addition, this item may be used by data structures
in other ITS standards.
Remarks: Provided by VII POC-A team.