summaryrefslogtreecommitdiff
path: root/packet_states.h
diff options
context:
space:
mode:
authorChristian Gagneraud <chgans@gna.org>2012-04-21 10:34:18 +0100
committerEric S. Raymond <esr@thyrsus.com>2012-04-21 09:30:34 -0400
commit608546ca51443587a72c86224549d7b12078d07a (patch)
treec9f59d818b04457ebb5a757246a761ee3e4b2697 /packet_states.h
parent9976cc4a356a759a1625e490161f107dcc560ade (diff)
downloadgpsd-608546ca51443587a72c86224549d7b12078d07a.tar.gz
Add new NMEA talker ID (WI, HC and TI)
WI: Weather instrument HC: Heading, magnetic compass TI: Turn rate indicator Asssociated NMEA sentences: WIMDA, WIMWD, WIMWV, WIVWR, WIVWT, TIROT, HCHDG, HCHDT Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'packet_states.h')
-rw-r--r--packet_states.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/packet_states.h b/packet_states.h
index 79a134e8..454f815f 100644
--- a/packet_states.h
+++ b/packet_states.h
@@ -25,6 +25,9 @@
AIS_LEAD_2, /* seen I of possible marine AIS message */
SEATALK_LEAD_1, /* SeaTalk/Garmin packet leader 'I' */
+ WEATHER_LEAD_1, /* Weather instrument packet leader 'W' */
+ HEADCOMP_LEAD_1, /* Heading/compass packet leader 'H' */
+ TURN_LEAD_1, /* Turn indicator packet leader 'T' */
ECDIS_LEAD_1, /* ECDIS packet leader 'E' */
SOUNDER_LEAD_1, /* Depth sounder packet leader 'S' */
#endif /* NMEA_ENABLE */