summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-13 03:37:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-13 03:37:22 +0000
commit83a228a30b666015351ce8550cefbc1f150ab5b4 (patch)
tree20ce89336025a38f354c77045d65a2deae1a3f8c /gpsd.h
parentacb0746f01a40482007abea14a398bf4ba2534e2 (diff)
downloadgpsd-83a228a30b666015351ce8550cefbc1f150ab5b4.tar.gz
Another step towards RTCM104 integration.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h b/gpsd.h
index 77e3e8f1..05c40100 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -109,6 +109,7 @@ struct gps_device_t {
#define TSIP_PACKET 3
#define EVERMORE_PACKET 4
#define ITALK_PACKET 5
+#define RTCM_PACKET 6
unsigned int baudindex;
unsigned int packet_state;
size_t packet_length;