summaryrefslogtreecommitdiff
path: root/gpsd_json.xml
diff options
context:
space:
mode:
authorChristian Gagneraud <chgans@gna.org>2012-04-28 21:23:05 +0100
committerEric S. Raymond <esr@thyrsus.com>2012-05-01 18:21:38 -0400
commitde4e489cd7d32f92326cce08e626c0e67ab16ee4 (patch)
tree449200e329781a1693020b2723a969d8939029fa /gpsd_json.xml
parentc38110f949d6ccf242c761570c5d4d09e93d8ae9 (diff)
downloadgpsd-de4e489cd7d32f92326cce08e626c0e67ab16ee4.tar.gz
Fix documentation following patches that fix the missing initialisations in the attitude structure
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 <chgans@gna.org> Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'gpsd_json.xml')
-rw-r--r--gpsd_json.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/gpsd_json.xml b/gpsd_json.xml
index 35a9df27..25c6bde4 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>