summaryrefslogtreecommitdiff
path: root/libgpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-24 10:12:26 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-24 10:12:26 +0000
commite8a108fc351ac34f32385ed3018f4e036b4a5a0b (patch)
treef2c2785e09d7007276cf7c725e237ec6491166d8 /libgpsd.xml
parent44958a2a8a4ba4c9d3f0c2fecffe0b95722db5f6 (diff)
downloadgpsd-e8a108fc351ac34f32385ed3018f4e036b4a5a0b.tar.gz
Support R=2.
Diffstat (limited to 'libgpsd.xml')
-rw-r--r--libgpsd.xml5
1 files changed, 3 insertions, 2 deletions
diff --git a/libgpsd.xml b/libgpsd.xml
index 44ba3064..4452ccf6 100644
--- a/libgpsd.xml
+++ b/libgpsd.xml
@@ -113,9 +113,10 @@ designate a speed to be tried at the front of the hunt queue</para>
<term><structfield>raw_hook</structfield></term>
<listitem>
<para>A hook function to be executed on each NMEA
-sentence as it is read from the GPS. The data from non-NMEA GPSes like
+sentence or as it is read from the GPS. The data from non-NMEA GPSes like
the EarthMate will be translated to an NMEA sentence before being
-passed to the hook.</para>
+passed to the hook. Parameters are a pointer to a gps_data structure
+full of parsed data, the sentence, and a rawness level.</para>
</listitem>
</varlistentry>
</variablelist>