From da5f3ad0df0cc5f23d8b0f58dc5b31631577c269 Mon Sep 17 00:00:00 2001 From: "Eric S. Raymond" Date: Fri, 15 Dec 2006 00:50:16 +0000 Subject: Diego Burge's driver builds, but it messes up some regression tests... ...(notably the TSIP ones). There's a conflict... --- packet_states.h | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'packet_states.h') diff --git a/packet_states.h b/packet_states.h index d2ea8d85..66d88a52 100644 --- a/packet_states.h +++ b/packet_states.h @@ -82,6 +82,19 @@ ITALK_RECOGNIZED, /* found end of the iTalk packet */ #endif /* ITALK_ENABLE */ +#ifdef NAVCOM_ENABLE + NAVCOM_EXPECTED, /* expecting Navcom packet */ + NAVCOM_LEADER_1, /* saw leading 0x02 */ + NAVCOM_LEADER_2, /* saw leading 0x99 */ + NAVCOM_LEADER_3, /* saw leading 0x66 */ + NAVCOM_ID, /* saw message ID */ + NAVCOM_LENGTH_1, /* saw first byte of Navcom packet length */ + NAVCOM_LENGTH_2, /* saw second byte of Navcom packet length */ + NAVCOM_PAYLOAD, /* we're in a Navcom payload */ + NAVCOM_CSUM, /* saw checksum */ + NAVCOM_RECOGNIZED, /* found end of the Navcom packet */ +#endif /* NAVCOM_ENABLE */ + /* * Packet formats without checksums start here. We list them last so * that if a format with a conflicting structure *and* a checksum can -- cgit v1.2.1