summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-23 08:20:38 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-23 08:20:38 -0400
commitfbfc0b76ba6223d5152a412a9e31e3729342a979 (patch)
treebd8437d172d6d9b75016e82b40a4928a20a24015 /gpsd.h-tail
parentb3dbcae121b94dacff00354169520117da0a13d6 (diff)
downloadgpsd-fbfc0b76ba6223d5152a412a9e31e3729342a979.tar.gz
Make all drivers set the PPSTIME_IS mask where appropriate. It's not yet used.
All regression tests pass.
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail1
1 files changed, 1 insertions, 0 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 6ece588f..bb8befcf 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -264,6 +264,7 @@ typedef enum {
#define REPORT_IS ((gps_mask_t)(1llu<<29)) /* ends a reporting cycle */
#define NOISE_IS ((gps_mask_t)(1llu<<30))
#define NODATA_IS ((gps_mask_t)(1llu<<31)) /* no data read from fd */
+#define PPSTIME_IS ((gps_mask_t)(1llu<<32)) /* precision time is available */
#define DATA_IS ~(ONLINE_IS|PACKET_IS|CLEAR_IS|REPORT_IS)
typedef /*@unsignedintegraltype@*/ unsigned int driver_mask_t;