diff options
author | Eric S. Raymond <esr@thyrsus.com> | 2005-05-26 03:31:10 +0000 |
---|---|---|
committer | Eric S. Raymond <esr@thyrsus.com> | 2005-05-26 03:31:10 +0000 |
commit | cfa56298e82f1a68f3f1e752fc26724cedd96b6a (patch) | |
tree | 811879f99f6075eb74e5b93de6ac9235d5ea2294 /libgpsd.xml | |
parent | 358bb84f5e6e0c4b31a3085c4690cd7c3e633d2c (diff) | |
download | gpsd-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.xml | 3 |
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> |