summaryrefslogtreecommitdiff
path: root/gpsmon.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-02 16:02:05 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-11-02 16:02:05 -0400
commit76508d80374ffaa85ac4a62f04272c61a2cb2d13 (patch)
tree2560b94088cca8533994ccf74f3eb583aaf47005 /gpsmon.h
parentfa7fd7a281bcbec1a75fe783c9bc10bf7c94bf9c (diff)
downloadgpsd-76508d80374ffaa85ac4a62f04272c61a2cb2d13.tar.gz
Pretty up the PPS display in gpmon.
The idea is to make PPS visually obvious in the packed buffer. Time display should be on the monitor panel with the other derived data. The UBX monitor provides an example of how to do this.
Diffstat (limited to 'gpsmon.h')
-rw-r--r--gpsmon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsmon.h b/gpsmon.h
index cb90da28..370926c3 100644
--- a/gpsmon.h
+++ b/gpsmon.h
@@ -35,6 +35,7 @@ extern void monitor_complain(const char *fmt, ...);
extern WINDOW *devicewin;
extern struct gps_device_t session;
extern bool serial; /* True - direct mode, False - daemon mode */
+extern float timedelta;
#endif /* _GPSD_GPSMON_H_ */
/* gpsmon.h ends here */