Navigation bar
  Print document Start Previous page
 49 of 240 
Next page End  

SAE J2735-Draft-Rev26 [issued: 09-18-08] 
-
49 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
   nodeList            NodeList,
                       -- path details of the Barrier
   ... 
   }
XML Representation:
<xs:complexType name="BarrierLane" >
      <xs:sequence>
         <xs:element name="laneNumber" type="LaneNumber" />
         <xs:element name="laneWidth" type="LaneWidth"  minOccurs="0"/>
         <xs:element name="barrierAttributes" type="BarrierAttributes" />
         <xs:element name="nodeList" type="NodeList" />
         <!-- path details of the Barrier -->
      </xs:sequence>
</xs:complexType>
Used By: This entry is used directly by one other data structure in this standard, a DF called
DF_Approach <ASN> <XML>.   In addition, this item may be used by data structures in other ITS
standards.
6.8 Data Frame: DF_BreadCrumbVersion-1
Use: The BreadCrumbVersion-1 data frame one of a set of related items to carry breadcrumb data
(typically vehicle trials).  In use, sequences of this data set are sent (one per crumb).  In this data frame
each element is delimited by tags, in other variants the data is expressed in a single octet blob.
ASN.1 Representation:
BreadCrumbVersion-1 ::= SEQUENCE {
    longOffset INTEGER (-32767..32767), 
               -- where the LSB is in 
               -- units of 1/8th micro degree
               -- max delta vaue 4095 mDeg (about ~1500 ft)
               -- 2 bytes in length
    latOffset  INTEGER (-32767..32767), 
               -- where the LSB is in 
               -- units of 1/8th micro degree
               -- 2 bytes in length
    zOffset    INTEGER (-127..127) OPTIONAL,  
              
-- where the LSB is in 
               -- units of 20 cm 
               -- max delta value is about 25.4 meters
               -- 1 byte in length
    time       INTEGER (1..32758) OPTIONAL,
               -- where the LSB is in 
               -- units of 0.1 milliSeconds
               -- max delta value about 54.6 minutes
               -- 2 bytes in length
    accuracy   PositionalAccuracy OPTIONAL, 
               -- 4 bytes in length
    heading    INTEGER (-127..128) OPTIONAL, 
               -- where the LSB is in 
               -- units of 0.02136 degreees 
               -- from the last heading
               -- 1 byte in length
    speed      INTEGER (0..255) OPTIONAL 
               -- where the LSB is in 
               -- units of 0.01 m/s
               -- max delta value of 2.55 m/s
               -- 1 byte in length
    } 
    -- with tagging could be as long as 28 bytes 
    -- or as short as 3 bytes
XML Representation:
<xs:complexType name="BreadCrumbVersion-1" >
      <xs:annotation>
         <xs:documentation>       
Click to Convert - Powerful PDF Converter and HTML Converter.