summaryrefslogtreecommitdiff
path: root/jsongen.py.in
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 /jsongen.py.in
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 'jsongen.py.in')
-rw-r--r--jsongen.py.in18
1 files changed, 0 insertions, 18 deletions
diff --git a/jsongen.py.in b/jsongen.py.in
index 5363770f..4a97014a 100644
--- a/jsongen.py.in
+++ b/jsongen.py.in
@@ -214,24 +214,6 @@ ais_specs = (
),
},
{
- "initname" : "json_ais6_fid32",
- "headers": ("AIS_HEADER","AIS_TYPE6",),
- "structname": "ais->type6.dac1fid32",
- "fieldmap":(
- # fieldname type default
- ('month', 'uinteger', '0'),
- ('day', 'uinteger', '0'),
- ('lon', 'integer', '0'),
- ('lat', 'integer', '0'),
- ('from_hour', 'uinteger', 'AIS_HOUR_NOT_AVAILABLE'),
- ('from_min', 'uinteger', 'AIS_MINUTE_NOT_AVAILABLE'),
- ('to_hour', 'uinteger', 'AIS_HOUR_NOT_AVAILABLE'),
- ('to_min', 'uinteger', 'AIS_MINUTE_NOT_AVAILABLE'),
- ('cdir', 'uinteger', '0'),
- ('cspeed', 'uinteger', '0'),
- ),
- },
- {
"initname" : "json_ais7",
"headers": ("AIS_HEADER",),
"structname": "ais->type7",