summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-03-09 05:45:57 -0500
committerEric S. Raymond <esr@thyrsus.com>2012-03-09 05:45:57 -0500
commit2ea4f1f65418e9c5204062ff34e44a398c9953e1 (patch)
tree4740e7ec209c4f7beca70d62bc8affa021d4d0d7 /packet_states.h
parent84fd587d93b477e6587e34510fcd68e248aea09f (diff)
downloadgpsd-2ea4f1f65418e9c5204062ff34e44a398c9953e1.tar.gz
Added support for SDDBT sentences from a depth sounder.
All regression tests pass, including the new one for the sounder.
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/packet_states.h b/packet_states.h
index 800fb4e1..79a134e8 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -26,6 +26,7 @@
SEATALK_LEAD_1, /* SeaTalk/Garmin packet leader 'I' */
ECDIS_LEAD_1, /* ECDIS packet leader 'E' */
+ SOUNDER_LEAD_1, /* Depth sounder packet leader 'S' */
#endif /* NMEA_ENABLE */
DLE_LEADER, /* we've seen the TSIP/EverMore leader (DLE) */