summaryrefslogtreecommitdiff
path: root/gps.py
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-08-13 08:21:35 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-08-13 08:21:35 +0000
commit6241042c874c6c164c057ce714b71702a9ef920d (patch)
tree076ebef1841ba179821ee79a38626193c7b619c8 /gps.py
parent0621e860e0a692088d331444273bb1b700991cd7 (diff)
downloadgpsd-6241042c874c6c164c057ce714b71702a9ef920d.tar.gz
Add some constants (not yet used, but it's good to stay in sync).
Diffstat (limited to 'gps.py')
-rwxr-xr-xgps.py3
1 files changed, 3 insertions, 0 deletions
diff --git a/gps.py b/gps.py
index 2eef5895..b8a576d9 100755
--- a/gps.py
+++ b/gps.py
@@ -38,6 +38,9 @@ DEVICELIST_SET = 0x00800000
DEVICEID_SET = 0x01000000
ERROR_SET = 0x02000000
CYCLE_START_SET = 0x04000000
+RTCM2_SET = 0x20000000
+RTCM3_SET = 0x40000000
+AIS_SET = 0x80000000
FIX_SET = (TIME_SET|MODE_SET|TIMERR_SET|LATLON_SET|HERR_SET|ALTITUDE_SET|VERR_SET|TRACK_SET|TRACKERR_SET|SPEED_SET|SPEEDERR_SET|CLIMB_SET|CLIMBERR_SET)
STATUS_NO_FIX = 0