summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2015-04-01 16:07:15 -0400
committerEric S. Raymond <esr@thyrsus.com>2015-04-04 13:20:07 -0400
commit3658842bb86d52126fd46893bbcecd2851444415 (patch)
tree91b4dea4916a292a0144e908ed6888ad12e45376 /gpsd.h-tail
parenteafd2ee908832f18b56f2ba986fde17a378e4791 (diff)
downloadgpsd-3658842bb86d52126fd46893bbcecd2851444415.tar.gz
Steps 2 and 3 of the field addition procedure for PPS precision.
Steps 4 and 5 remain to be done.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail4
1 files changed, 3 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index d01aba33..dfffd849 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -30,9 +30,11 @@
* (Thus, the 'scaled' flag no longer affects display of these fields.)
* PPS drift message ships nsec rather than msec.
* 3.10 The obsolete tag field has been dropped from JSON.
+ * 3.11 A precision field, log2 of the time source jitter, as been added
+ * to the PPS report. See ntpshm.h for more details.
*/
#define GPSD_PROTO_MAJOR_VERSION 3 /* bump on incompatible changes */
-#define GPSD_PROTO_MINOR_VERSION 10 /* bump on compatible changes */
+#define GPSD_PROTO_MINOR_VERSION 11 /* bump on compatible changes */
#define JSON_DATE_MAX 24 /* ISO8601 timestamp with 2 decimal places */