summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
*/
}