summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2006-11-13 07:50:44 +0000
committerEric S. Raymond <esr@thyrsus.com>2006-11-13 07:50:44 +0000
commit9e89bb2ee11ec22840851408c4436367fcc905e6 (patch)
tree0fa86d70875c2c1a5ca9ee5695ca8103b258cb6a /gpsd.h
parentff0a256d632f424305b20aea293c50070811f690 (diff)
downloadgpsd-9e89bb2ee11ec22840851408c4436367fcc905e6.tar.gz
First step towards restoring parameters on close:
undo switch to SiRF binary on close if driver started in SiRF NMEA.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/gpsd.h b/gpsd.h
index 49f00c31..1bb64a89 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -188,6 +188,9 @@ struct gps_device_t {
#define TIME_SEEN_GPS_2 0x02 /* Seen GPS time variant 2? */
#define TIME_SEEN_UTC_1 0x04 /* Seen UTC time variant 1? */
#define TIME_SEEN_UTC_2 0x08 /* Seen UTC time variant 2? */
+#ifdef ALLOW_RECONFIGURE
+ bool back_to_nmea; /* back to NMEA on exit? */
+#endif /* ALLOW_RECONFIGURE */
} sirf;
#endif /* SIRF_ENABLE */
#ifdef TSIP_ENABLE