From 5b511d159c61adea1245b61704f751a3e6aa3006 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Tue, 20 May 2014 05:17:09 -0400 Subject: Support for some unusual NMEA 4.0 AIS talker IDs. --- packet_states.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) (limited to 'packet_states.h') 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' */ -- cgit v1.2.1