summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-05-20 05:17:09 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-05-20 05:17:09 -0400
commit5b511d159c61adea1245b61704f751a3e6aa3006 (patch)
tree0b55bde4119b0fe191983222f893ef3a416e2d34 /packet_states.h
parent4f35e720288bb67e918c065cebcb177b088e0e4f (diff)
downloadgpsd-5b511d159c61adea1245b61704f751a3e6aa3006.tar.gz
Support for some unusual NMEA 4.0 AIS talker IDs.
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h10
1 files changed, 6 insertions, 4 deletions
diff --git a/packet_states.h b/packet_states.h
index 8077cbf1..28b8272f 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -21,10 +21,12 @@
SIRF_ACK_LEAD_1, /* seen A of possible SiRF Ack */
SIRF_ACK_LEAD_2, /* seen c of possible SiRF Ack */
- AIS_LEAD_1, /* seen A of possible marine AIS message */
- AIS_LEAD_2, /* seen I of possible marine AIS message */
- AIS_LEAD_ALT1, /* seen B of possible marine AIS message */
- AIS_LEAD_ALT2, /* seen S of possible marine AIS message */
+ AIS_LEAD_1, /* seen initial A of possible AIS message */
+ AIS_LEAD_2, /* seen second I/B/N/X of possible AIS message */
+ AIS_LEAD_ALT1, /* seen initial B of possible AIS message */
+ AIS_LEAD_ALT2, /* seen second S of possible AIS message */
+ AIS_LEAD_ALT3, /* seen initial S of possible AIS message */
+ AIS_LEAD_ALT4, /* seen second A of possible AIS message */
SEATALK_LEAD_1, /* SeaTalk/Garmin packet leader 'I' */
WEATHER_LEAD_1, /* Weather instrument packet leader 'W' */