[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[gpsd-dev] [PATCH 2/2] Fix documentation following patches that fix the
From: |
Christian Gagneraud |
Subject: |
[gpsd-dev] [PATCH 2/2] Fix documentation following patches that fix the missing initialisations in the attitude structure |
Date: |
Sat, 28 Apr 2012 21:23:05 +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 documentation and testsuites 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>