summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-04-20 17:44:16 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-04-20 17:44:16 -0400
commit0a1c0519d81e2aa53cde6736a2d3611038e985cf (patch)
tree09fcdf728d051beabc3443127e01e9acaffce7b1 /gps.h
parent65bfe8487a68e9910764d2cf1d93a8aef19c22c0 (diff)
downloadgpsd-0a1c0519d81e2aa53cde6736a2d3611038e985cf.tar.gz
Support IMO236 FID 15. And polish the code generator a bit.
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 f38d176b..d43b0820 100644
--- a/gps.h
+++ b/gps.h
@@ -946,6 +946,10 @@ struct ais_t
unsigned int amount; /* Amount of Cargo */
unsigned int unit; /* Unit of Quantity */
} dac1fid12;
+ /* IMO236 - Extended Ship Static and Voyage Related Data */
+ struct {
+ unsigned int airdraught; /* Air Draught */
+ } dac1fid15;
/* IMO236 - Number of Persons on board */
struct {
unsigned persons; /* number of persons */