summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-02-24 14:53:00 -0500
committerEric S. Raymond <esr@thyrsus.com>2015-02-24 14:53:00 -0500
commit404dc3b20f7e091fc0b9d333e643505fb174ac71 (patch)
treed8f4151756a6d1feae315e6926ec82cb3d8c81b5
parent036dd27f1b3711b707b8e3f338ce56a1186a285f (diff)
downloadgpsd-404dc3b20f7e091fc0b9d333e643505fb174ac71.tar.gz
Documentation update; cross off a to-do item.
-rw-r--r--TODO15
-rw-r--r--monitor_proto.c5
2 files changed, 5 insertions, 15 deletions
diff --git a/TODO b/TODO
index 93db70da..6147a7a8 100644
--- a/TODO
+++ b/TODO
@@ -131,21 +131,6 @@ However, Iván Sánchez Ortega notes:
>I, for one, would like to see the secs/msecs problem solved before GPSD
>embarks on the enterprise of writing TAGblocks.
-*** Time offset debugging in gpsmon ***
-
-Hall Murray:
-> The gpsmon logging stuff should include time stamps.
->
-> There should be some way for gpsmon to display the time offset that it would
-> send to NTP via SHM. I don't see any obvious empty space on the screen. If
-> nothing else, it could use the PPS space or alternate with the PPS info,
-> perhaps via a keyboard command.
->
-> Or perhaps a higher level keyboard command to switch into timekeeping
-> debugging mode rather than position debugging mode.
-
-Add PPS offset to each PPS bar.
-
**** Speed, mode and rate-changes in client-mode gpsmon.
Are not implemented. In theory they could be.
diff --git a/monitor_proto.c b/monitor_proto.c
index b3e98bc1..60c0bc4e 100644
--- a/monitor_proto.c
+++ b/monitor_proto.c
@@ -70,6 +70,11 @@ static void PROTO_update(void)
* Use this function to update devicewin. The packet will be echoed to
* packetwin immediately after this function is called; you can use this
* function to write a prefix on the line.
+ *
+ * Helpers available include (1) toff_update, for throwing the
+ * TOFF data from the last time fix on the screen, and (2)
+ * pps_update, for throwing the PPS data from the last 1PPS event on
+ * the screen, and
*/
}