summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-23 15:22:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-23 15:22:49 -0400
commit3f51a3473aeeecf668bff11739e2e2ea45544f6b (patch)
tree3501cfb7ec6aefd9a4e74b3cc3dfd4574e5ab1ec /gps.h
parente7cc65587ab1adbd73f1d4d086914e1d7f39d4a3 (diff)
downloadgpsd-3f51a3473aeeecf668bff11739e2e2ea45544f6b.tar.gz
Full implementation of AIS 'structured' bit. All regression tests pass.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index 2bf031cf..32e1c5f7 100644
--- a/gps.h
+++ b/gps.h
@@ -1258,6 +1258,7 @@ struct ais_t
unsigned int beam; /* Beam of ship */
unsigned int shiptype; /* Ship/combination type */
unsigned int hazard; /* Hazardous cargo */
+#define DAC200FID10_HAZARD_MAX 5
unsigned int draught; /* Draught */
unsigned int loaded; /* Loaded/Unloaded */
bool speed_q; /* Speed inf. quality */