summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-11-10 00:37:46 -0500
committerEric S. Raymond <esr@thyrsus.com>2013-11-10 00:37:46 -0500
commit79c9ef1c9a5455342300d24333b982cadd58815e (patch)
tree2b3c7fa3dba30bb1501f2b8f89523635e240a466 /gps.h
parent038f7c549642d361443e133a0cbcdd89c7c3f24d (diff)
downloadgpsd-79c9ef1c9a5455342300d24333b982cadd58815e.tar.gz
Teach the client library about ppsbar...
...against the extremmely unlikely evebtuality of anything but gpsmon wanting to use it.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index 817627ec..105735a2 100644
--- a/gps.h
+++ b/gps.h
@@ -1917,6 +1917,7 @@ typedef int socket_t;
#define WATCH_TIMING 0x000200u /* timing information */
#define WATCH_DEVICE 0x000800u /* watch specific device */
#define WATCH_SPLIT24 0x001000u /* split AIS Type 24s */
+#define WATCH_PPSBAR 0x002000u /* enable PPS comment packets */
#define WATCH_NEWSTYLE 0x010000u /* force JSON streaming */
#define WATCH_OLDSTYLE 0x020000u /* force old-style streaming */