summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-06-01 11:39:22 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-06-01 11:39:22 -0400
commit82cfcbbaee2287df11694c9b2de6c260335a28fe (patch)
tree34c31882cd1e26fdedc51e089ea4308b27c0a542 /gpsd.h-tail
parent23302c786579af070cc270d642b94f48bd0cb57d (diff)
downloadgpsd-82cfcbbaee2287df11694c9b2de6c260335a28fe.tar.gz
Service and source types are not meant to be protocol-specific.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail3
1 files changed, 1 insertions, 2 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 59c6d70b..d11795b6 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -349,11 +349,11 @@ typedef enum {source_unknown,
source_rs232, /* potential GPS source, not discoverable */
source_usb, /* potential GPS source, discoverable */
source_bluetooth, /* potential GPS source, discoverable */
+ source_can, /* potential GPS source, fixed CAN format */
source_pty, /* PTY: we don't require exclusive access */
source_tcp, /* TCP/IP stream: case detected but not used */
source_udp, /* UDP stream: case detected but not used */
source_gpsd, /* Remote gpsd instance over TCP/IP */
- source_nmea2000, /* potential GPS source, fixed CAN format */
} sourcetype_t;
/*
@@ -363,7 +363,6 @@ typedef enum {service_unknown,
service_sensor,
service_dgpsip,
service_ntrip,
- service_nmea2000
} servicetype_t;
/*