summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2012-05-15 18:51:52 -0400
committerEric S. Raymond <esr@thyrsus.com>2012-05-15 18:54:17 -0400
commit7d5c340cd622e264292474f0bd08ac5c061f8415 (patch)
treef7fa8d23e274ff8a9388328a39c7de05609f2733
parent26881d1bc8a7433cdf1b848fdd1e8f092cc73649 (diff)
downloadgpsd-7d5c340cd622e264292474f0bd08ac5c061f8415.tar.gz
Change a filename to reflect reality. All regression tests pass.
-rw-r--r--SConstruct2
-rw-r--r--driver_ais.c (renamed from driver_aivdm.c)3
2 files changed, 3 insertions, 2 deletions
diff --git a/SConstruct b/SConstruct
index 4125d440..fbc79d8e 100644
--- a/SConstruct
+++ b/SConstruct
@@ -691,7 +691,7 @@ libgpsd_sources = [
"subframe.c",
"timebase.c",
"drivers.c",
- "driver_aivdm.c",
+ "driver_ais.c",
"driver_evermore.c",
"driver_garmin.c",
"driver_garmin_txt.c",
diff --git a/driver_aivdm.c b/driver_ais.c
index 890de12c..f1fb5be2 100644
--- a/driver_aivdm.c
+++ b/driver_ais.c
@@ -1,7 +1,8 @@
/*
- * Driver for AIS/AIVDM messages.
+ * Driver for AIS messages.
*
* See the file AIVDM.txt on the GPSD website for documentation and references.
+ * AIVDM de-armoring is handled elsewhere; this is the binary-packet driver.
*
* Code for message types 1-15, 18-21, and 24 has been tested against
* live data with known-good decodings. Code for message types 16-17,