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

SAE J2735-Draft-Rev28 [issued: 11-10-08] 
-
133 -
This is an SAE Motor Vehicle Council draft document of the DSRC committee, subject to change.
      </xs:restriction>
</xs:simpleType>
Used By: This entry is used directly by one other data structure in this standard, a MSG called
MSG_RoadSideAlert <ASN> <XML>.   In addition, this item may be used by data structures in other
ITS standards.
Remarks: Some message sets allow a request of other relevant messages by use of this ID, some others do
not. Some messages do not yet support this ID and force the message receiver to sort the recovered
message to align event geographically.  This is expected to be an area of harmonization.  Developers should
also note that data from different source agencies can vary with the numbering used as well.
7.50 Data Element: DE_GPSstatus
Use: The DE_GPSstatus data element is used to relate the current stae of a GPS systems in terms of its
general health, lock on satellites in view, and use of any correction information.  Various bits can be
asserted to reflect these values. 
ASN.1 Representation:
GPSstatus ::= BIT STRING {
   unHealthy                  (1),
   unMonitored                (2),
   aFixedBaseStation          (3),
   aMovingBaseStation         (4),
   aPDOPofUnder5              (5),  
                              -- a dilution of precision greater then 5
   inViewOfUnder5             (6),  
                              -- less then 5 satellites in view
   localCorrectionsPresent    (7),
   networkCorrectionsPresent  (8)
   } -- (SIZE(1))
XML Representation:
<xs:simpleType name="GPSstatus-item" >
      <xs:annotation>
         <xs:appinfo>
            unHealthy (1)
            unMonitored (2)
            aFixedBaseStation (3)
            aMovingBaseStation (4)
            aPDOPofUnder5 (5) -- a dilution of precision greater then 5
            inViewOfUnder5 (6) -- less then 5 satellites in view
            localCorrectionsPresent (7)
            networkCorrectionsPresent (8)
         </xs:appinfo>
         <xs:documentation>       
            (SIZE (1) )
         </xs:documentation>
      </xs:annotation>
      <xs:union>
         <xs:simpleType>
            <xs:restriction base="xs:int">
               <xs:minInclusive value="1"/>
               <xs:maxInclusive value="8"/>
            </xs:restriction>
         </xs:simpleType>
         <xs:simpleType>
            <xs:restriction base="xs:string">
               <xs:enumeration value="unHealthy"/>
               <xs:enumeration value="unMonitored"/>
               <xs:enumeration value="aFixedBaseStation"/>
               <xs:enumeration value="aMovingBaseStation"/>
               <xs:enumeration value="aPDOPofUnder5"/>
               <xs:enumeration value="inViewOfUnder5"/>
               <xs:enumeration value="localCorrectionsPresent"/>
               <xs:enumeration value="networkCorrectionsPresent"/>