paparazzi-commits
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[paparazzi-commits] [5248] added time of week field in BOOZ_GPS message


From: antoine drouin
Subject: [paparazzi-commits] [5248] added time of week field in BOOZ_GPS message
Date: Fri, 06 Aug 2010 08:41:44 +0000

Revision: 5248
          http://svn.sv.gnu.org/viewvc/?view=rev&root=paparazzi&revision=5248
Author:   poine
Date:     2010-08-06 08:41:44 +0000 (Fri, 06 Aug 2010)
Log Message:
-----------
added time of week field in BOOZ_GPS message

Modified Paths:
--------------
    paparazzi3/trunk/conf/messages.xml

Modified: paparazzi3/trunk/conf/messages.xml
===================================================================
--- paparazzi3/trunk/conf/messages.xml  2010-08-06 08:41:02 UTC (rev 5247)
+++ paparazzi3/trunk/conf/messages.xml  2010-08-06 08:41:44 UTC (rev 5248)
@@ -982,17 +982,18 @@
      <field name="ecef_x"  type="int32" alt_unit="m"   alt_unit_coef="0.01"/>
      <field name="ecef_y"  type="int32" alt_unit="m"   alt_unit_coef="0.01"/>
      <field name="ecef_z"  type="int32" alt_unit="m"   alt_unit_coef="0.01"/>
-    <field name="lat"    type="int32" alt_unit="deg"  
alt_unit_coef="0.0000001"/>
-    <field name="lon"    type="int32" alt_unit="deg"  
alt_unit_coef="0.0000001"/>
-    <field name="alt"    type="int32" alt_unit="m"    alt_unit_coef="0.01"/>
+    <field name="lat"    type="int32"   alt_unit="deg" 
alt_unit_coef="0.0000001"/>
+    <field name="lon"    type="int32"   alt_unit="deg" 
alt_unit_coef="0.0000001"/>
+    <field name="alt"    type="int32"   alt_unit="m"   alt_unit_coef="0.01"/>
      <field name="ecef_xd" type="int32" alt_unit="m/s" alt_unit_coef="0.01"/>
      <field name="ecef_yd" type="int32" alt_unit="m/s" alt_unit_coef="0.01"/>
      <field name="ecef_zd" type="int32" alt_unit="m/s" alt_unit_coef="0.01"/>
      <field name="pacc"    type="int32" alt_unit="m"   alt_unit_coef="0.01"/>
      <field name="sacc"    type="int32" alt_unit="m/s" alt_unit_coef="0.01"/>
+     <field name="tow"     type="uint32"/>
      <field name="pdop"    type="uint16"/>
      <field name="numsv"   type="uint8"/>
-     <field name="fix"     type="uint8"/>
+     <field name="fix"     type="uint8" values="NONE|UKN1|UKN2|3D"/>
  </message>
 
 




reply via email to

[Prev in Thread] Current Thread [Next in Thread]