summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorChristian Gagneraud <cgagneraud@techworks.ie>2012-06-05 13:32:31 +0100
committerChristian Gagneraud <chris@techworks.ie>2012-06-20 10:05:40 +0100
commite4974575fdd9fe5c04f765eecb19a119fd55e3ec (patch)
treedb38ebb3eb0f0b5f65f1c503bc24bdd6108c47a0 /packet_states.h
parent5f2fd318f9c80a57d0897613b2c5b5d5e44893d8 (diff)
downloadgpsd-e4974575fdd9fe5c04f765eecb19a119fd55e3ec.tar.gz
Add BS talker ID (used by AIS base stations)
check and packet-regress passed
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/packet_states.h b/packet_states.h
index 454f815f..b2bfeac9 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -23,6 +23,8 @@
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 */
SEATALK_LEAD_1, /* SeaTalk/Garmin packet leader 'I' */
WEATHER_LEAD_1, /* Weather instrument packet leader 'W' */