summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-05-26 08:31:50 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-05-26 08:31:50 -0400
commit3f1df8b8fd869c256c2c6bcbe4bcf066f6af7d84 (patch)
treed0d5ae29980c54950e34ad68532f91c75f13f882 /gps.h
parentca9f363c457b42372fc10c2883535035bcd7a1fe (diff)
downloadgpsd-3f1df8b8fd869c256c2c6bcbe4bcf066f6af7d84.tar.gz
Back out AIS Tidal Window message support.
It wasn't dealing with the variable-length segment at the end properly.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h13
1 files changed, 0 insertions, 13 deletions
diff --git a/gps.h b/gps.h
index 027123a4..ad279f36 100644
--- a/gps.h
+++ b/gps.h
@@ -1033,19 +1033,6 @@ struct ais_t
#define AIS_DAC1FID30_TEXT_MAX 154 /* 920 bits of six-bit, plus NUL */
char text[AIS_DAC1FID30_TEXT_MAX];
} dac1fid30;
- /* IMO236 & IMO289 - Tidal Window */
- struct {
- unsigned int month; /* month of year */
- unsigned int day; /* day of month */
- signed int lon; /* fairway latitude */
- signed int lat; /* fairway longitude */
- unsigned int from_hour; /* window opens at hour */
- unsigned int from_min; /* window opens at minute */
- unsigned int to_hour; /* window closes at hour */
- unsigned int to_min; /* window closes at minute */
- unsigned int cdir; /* predicted current dir. */
- unsigned int cspeed; /* predicted current speed */
- } dac1fid32;
};
} type6;
/* Type 7 - Binary Acknowledge */