summaryrefslogtreecommitdiff
path: root/libgpsd.xml
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-05-26 03:31:10 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-05-26 03:31:10 +0000
commitcfa56298e82f1a68f3f1e752fc26724cedd96b6a (patch)
tree811879f99f6075eb74e5b93de6ac9235d5ea2294 /libgpsd.xml
parent358bb84f5e6e0c4b31a3085c4690cd7c3e633d2c (diff)
downloadgpsd-cfa56298e82f1a68f3f1e752fc26724cedd96b6a.tar.gz
Change API so raw_hook takes a length argument; supports dumping binary packets.
Diffstat (limited to 'libgpsd.xml')
-rw-r--r--libgpsd.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/libgpsd.xml b/libgpsd.xml
index 4452ccf6..242c4ac1 100644
--- a/libgpsd.xml
+++ b/libgpsd.xml
@@ -116,7 +116,8 @@ designate a speed to be tried at the front of the hunt queue</para>
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. Parameters are a pointer to a gps_data structure
-full of parsed data, the sentence, and a rawness level.</para>
+full of parsed data, the sentence, the length of the sentence,
+and a rawness level.</para>
</listitem>
</varlistentry>
</variablelist>