summaryrefslogtreecommitdiff
path: root/libgpsd_core.c
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2005-07-25 16:24:59 +0000
committerEric S. Raymond <esr@thyrsus.com>2005-07-25 16:24:59 +0000
commit69c156b4fa0e1b77908992d2ee607de7f9aae983 (patch)
tree2fee085e06afa1961fdb448cc2894dd58d8d5c9b /libgpsd_core.c
parent0b1674c688c99276b59d3be05feb0615ca7f17ab (diff)
downloadgpsd-69c156b4fa0e1b77908992d2ee607de7f9aae983.tar.gz
More interface narrowing.
Diffstat (limited to 'libgpsd_core.c')
-rw-r--r--libgpsd_core.c12
1 files changed, 1 insertions, 11 deletions
diff --git a/libgpsd_core.c b/libgpsd_core.c
index bb0f54fd..b4508390 100644
--- a/libgpsd_core.c
+++ b/libgpsd_core.c
@@ -653,8 +653,7 @@ char /*@ observer @*/ *gpsd_hexdump(void *binbuf, size_t binbuflen)
#ifdef BINARY_ENABLE
/*@ -usedef @*/
-void gpsd_interpret_subframe(struct gps_device_t *session,
- unsigned int words[])
+void gpsd_interpret_subframe(struct gps_device_t *session,unsigned int words[])
/* extract leap-second from RTCM-104 subframe data */
{
/*
@@ -670,15 +669,6 @@ void gpsd_interpret_subframe(struct gps_device_t *session,
* To date this code has been tested only on SiRFs. It's in the
* core because other chipsets reporting only GPS time but with
* the capability to read subframe data may want it.
- *
- * Chris Kuethe says:
- * "Message 8 is generated as the data is received. It is not
- * buffered on the chip. So when you enable message 8, you'll
- * get one subframe every 6 seconds. Of the data received, the
- * almanac and ephemeris are buffered and stored, so you can
- * query them at will. Alas, the time parameters are not
- * stored, which is really lame, as the UTC-GPS correction
- * changes 1 second every few years. Maybe."
*/
int i;
unsigned int pageid, subframe, leap;