summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2009-11-26 04:55:22 +0000
committerEric S. Raymond <esr@thyrsus.com>2009-11-26 04:55:22 +0000
commit805a81c22888a2f69c31286924a2ede10d3fe59b (patch)
treefadbc8ad3d8a81152ecac84ee400b1a7d187ec79 /gps.h
parentad2de8fb0b85e78f228a605fa5f405b4dd743b10 (diff)
downloadgpsd-805a81c22888a2f69c31286924a2ede10d3fe59b.tar.gz
Corrections to the AIS specification, and one fieldname.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index 4496377c..e690ac6e 100644
--- a/gps.h
+++ b/gps.h
@@ -724,7 +724,7 @@ struct ais_t
} type20;
/* Type 21 - Aids to Navigation Report */
struct {
- uint type; /* aid type */
+ uint aid_type; /* aid type */
char name[35]; /* name of aid to navigation */
bool accuracy; /* position accuracy */
int lon; /* longitude */