summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-01 08:47:17 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-01 08:47:17 -0400
commit89f4aaa3cfe77385938037b2b5567d4a605a66b1 (patch)
tree24d30eb6299099e2226398cda16b44eff8738f8d /gps.h
parentc08194716380e2622fa6a301e598f65293d3f7d6 (diff)
downloadgpsd-89f4aaa3cfe77385938037b2b5567d4a605a66b1.tar.gz
Support for Inland AISNumber of Persons On Board.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h7
1 files changed, 7 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index 5fea89bb..2fde6786 100644
--- a/gps.h
+++ b/gps.h
@@ -1010,6 +1010,13 @@ struct ais_t
#define DAC200FID22_STATUS_OUT_OF_ORDER 2
#define DAC200FID22_STATUS_NOT_AVAILABLE 0
} dac200fid22;
+ /* Inland AIS - Number of persons on board */
+ struct {
+ unsigned int crew; /* # crew on board */
+ unsigned int passengers; /* # passengers on board */
+ unsigned int personnel; /* # personnel on board */
+#define DAC200FID55_COUNT_NOT_AVAILABLE 255
+ } dac200fid55;
/* GLA - AtoN monitoring data (UK/ROI) */
struct {
unsigned int ana_int; /* Analogue (internal) */