summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2013-10-06 08:50:53 -0400
committerEric S. Raymond <esr@thyrsus.com>2013-10-06 08:50:53 -0400
commit1dfb1154882170136dc633b1781dbddbb8e634c5 (patch)
tree519d7627044f3fcab52bda16e96a71d49b82b383 /gps.h
parenta8537e5c3598fb092b7f816be3945921673162d6 (diff)
downloadgpsd-1dfb1154882170136dc633b1781dbddbb8e634c5.tar.gz
Inland AIS full support (untested).
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h12
1 files changed, 12 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index 1e9d063c..10f7f494 100644
--- a/gps.h
+++ b/gps.h
@@ -1298,6 +1298,18 @@ struct ais_t
#define DAC200FID24_GAUGE_LEVEL_UNKNOWN 0
} gauges[4];
} dac200fid24;
+ struct {
+ signed int lon; /* Signal Longitude */
+ signed int lat; /* Signal Latitude */
+ unsigned int form; /* Signal form */
+#define DAC200FID40_FORM_UNKNOWN 0
+ unsigned int facing; /* Signal orientation */
+#define DAC200FID40_FACING_UNKNOWN 0
+ unsigned int direction; /* Direction of impact */
+#define DAC200FID40_DIRECTION_UNKNOWN 0
+ unsigned int status; /* Light Status */
+#define DAC200FID40_STATUS_UNKNOWN 0
+ } dac200fid40;
/* IMO236 - Meteorological-Hydrological data
* Trial message, not to be used after January 2013
* Replaced by IMO289 (DAC 1, FID 31)