summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-02-22 08:16:31 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-22 13:01:55 -0500
commitd4c7e7bb9c9bcb0fcbd8af0a3a79e6d884f53dda (patch)
treeb130525a63185405d7044e9fea96fdf8989a0cc8 /gpsd.h-tail
parentaca2b1ad6b2593799a0f3848d84dd95bc039546f (diff)
downloadgpsd-d4c7e7bb9c9bcb0fcbd8af0a3a79e6d884f53dda.tar.gz
Move a warning about speeds < 38400 that triggered too often.
I have profiled. For GPS data, 9600 is sufficient. The exception is if subframe data is enabled.
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 ebdaf40a..43fc49ab 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -350,6 +350,7 @@ struct gps_device_t {
int saved_baud;
struct gps_packet_t packet;
int getcount;
+ int subframe_count;
char subtype[64]; /* firmware version or subtype ID */
double opentime;
double releasetime;