summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-01 04:32:49 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-01 04:32:49 -0400
commitc7d520bd744044722270b96d8aea81be4d0d52c6 (patch)
treebf09f4b10259f2806a9b48e3c12bf12feb867dd7 /gps.h
parentbcad85b7df2b911cb97904599d690456e323d2ad (diff)
downloadgpsd-c7d520bd744044722270b96d8aea81be4d0d52c6.tar.gz
Axccept Persons On Board as either a type 6 or 8 message.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index 5c908b7e..d00ac49b 100644
--- a/gps.h
+++ b/gps.h
@@ -1319,6 +1319,10 @@ struct ais_t
struct {
unsigned int airdraught; /* Air Draught */
} dac1fid15;
+ /* IMO286 - Number of Persons on board */
+ struct {
+ unsigned persons; /* number of persons */
+ } dac1fid16;
/* IMO289 - VTS-generated/Synthetic Targets */
struct {
signed int ntargets;