summaryrefslogtreecommitdiff
path: root/monitor_proto.c
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 /monitor_proto.c
parent036dd27f1b3711b707b8e3f338ce56a1186a285f (diff)
downloadgpsd-404dc3b20f7e091fc0b9d333e643505fb174ac71.tar.gz
Documentation update; cross off a to-do item.
Diffstat (limited to 'monitor_proto.c')
-rw-r--r--monitor_proto.c5
1 files changed, 5 insertions, 0 deletions
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
*/
}