summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-23 15:17:57 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-23 15:17:57 +0000
commitc437f0c939ba9611fa01b1ba341a3fe03c6542fd (patch)
tree57c8ddf5afe1b2cdcbccc5297c48a9e5fe6361c7 /gps.h
parent447a4137a696299725e3dc9840efc1fb94a629e6 (diff)
downloadgpsd-c437f0c939ba9611fa01b1ba341a3fe03c6542fd.tar.gz
Parse CONFIGDEV responses.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index caff8bb9..3b604c16 100644
--- a/gps.h
+++ b/gps.h
@@ -876,7 +876,8 @@ struct gps_data_t {
#define DEVICELIST_SET 0x02000000u
#define DEVICEID_SET 0x04000000u
#define ERROR_SET 0x08000000u
-#define CYCLE_START_SET 0x10000000u
+#define CYCLE_START_SET 0x10000000u /* only used in client library */
+#define CONFIGDEV_SET 0x10000000u /* only used in the daemon */
#define RTCM2_SET 0x20000000u
#define RTCM3_SET 0x40000000u
#define AIS_SET 0x80000000u