summaryrefslogtreecommitdiff
path: root/jsongen.py.in
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2014-08-18 17:40:20 -0400
committerEric S. Raymond <esr@thyrsus.com>2014-08-18 17:40:20 -0400
commitf6bdf97aaf465036516a02ada69561441825d918 (patch)
tree41f580d56a7e1a2e6764c4e0ef733497101d99b7 /jsongen.py.in
parent985639357569344eb951454140d937d8cb327799 (diff)
downloadgpsd-f6bdf97aaf465036516a02ada69561441825d918.tar.gz
Cirresct specification annd processing of Inland AIS Type 10 message.
Diffstat (limited to 'jsongen.py.in')
-rw-r--r--jsongen.py.in4
1 files changed, 2 insertions, 2 deletions
diff --git a/jsongen.py.in b/jsongen.py.in
index 3f14df98..9a500dd4 100644
--- a/jsongen.py.in
+++ b/jsongen.py.in
@@ -355,8 +355,8 @@ ais_specs = (
('vin', 'string', None),
('length', 'uinteger', '0'),
('beam', 'uinteger', '0'),
- ('type', 'uinteger', '0'),
- ('type_text', 'ignore', None),
+ ('shiptype', 'uinteger', '0'),
+ ('shiptype_text', 'ignore', None),
('hazard', 'uinteger', '0'),
('hazard_text','ignore', None),
('draught', 'uinteger', '0'),