gpsd-dev
[Top][All Lists]
Advanced

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

[gpsd-dev] [PATCH 2/3] Fix documentation in the attitude structure


From: Christian Gagneraud
Subject: [gpsd-dev] [PATCH 2/3] Fix documentation in the attitude structure
Date: Sun, 29 Apr 2012 16:14:37 +0100
User-agent: StGIT/0.14.3

A couple of patches have been send recently that initialiasize the temperature
and water depth to NAN when the information is not available.
This has changed the JSON output for certains devices.
This patch fixes the documentation accordingly.

Signed-off-by: Christian Gagneraud <address@hidden>
---

 gpsd_json.xml |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/gpsd_json.xml b/gpsd_json.xml
index 35a9df2..25c6bde 100644
--- a/gpsd_json.xml
+++ b/gpsd_json.xml
@@ -793,7 +793,7 @@ will assert ATT_IS.</para>
 {"class":"ATT","tag":"PTNTHTM","time":1270938096.843,
     "heading":14223.00,"mag_st":"N",
     "pitch":169.00,"pitch_st":"N", "roll":-43.00,"roll_st":"N",
-    "dip":13641.000,"mag_x":2454.000,"temperature":0.000,"depth":0.000}
+    "dip":13641.000,"mag_x":2454.000}
 </programlisting>
 </listitem>
 </varlistentry>




reply via email to

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