summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2010-04-16 19:12:19 -0700
committerGary E. Miller <gem@rellim.com>2010-04-16 19:12:19 -0700
commit15780e298e21349bb1f4e1a7874a46bdb1289494 (patch)
treebe55c4a28247a1f56024b4ea3bd1a7ce38d326a5 /gpsd.h-tail
parentdfaf4f4cf37b4eb1f5705627e21960c4282c7ab5 (diff)
downloadgpsd-15780e298e21349bb1f4e1a7874a46bdb1289494.tar.gz
Tests by Chris Keuthe show that itrax has the same 50BPS issues as
SiRF had. ubx probably the same. So pulled the 50BPS parity checking into a common subroutine for common use.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 7df91bdb..101272ab 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -530,6 +530,7 @@ extern void gpsd_close(struct gps_device_t *);
extern void gpsd_zero_satellites(/*@out@*/struct gps_data_t *sp)/*@modifies sp@*/;
extern void gpsd_interpret_subframe(struct gps_device_t *, unsigned int[]);
+extern int gpsd_interpret_subframe_raw(struct gps_device_t *, unsigned int[]);
extern int gpsd_hexdump_level;
extern /*@ observer @*/ char *gpsd_hexdump(/*@null@*/const void *, size_t);
extern /*@ observer @*/ char *gpsd_hexdump_wrapper(/*@null@*/const void *, size_t, int);