summaryrefslogtreecommitdiff
path: root/gpsd.h-tail
diff options
context:
space:
mode:
authorThomas Sprinkmeier <thomas.sprinkmeier@cohdawireless.com>2011-02-01 13:34:55 -0500
committerEric S. Raymond <esr@thyrsus.com>2011-02-01 13:34:55 -0500
commit786d419a427e5e0a2a2622d33da001a45506ffd5 (patch)
treeac2a3f22a6123f9df7f210896768e69abd88121d /gpsd.h-tail
parenta96df0cffdfe0eed07468e4c63a0bec135f79335 (diff)
downloadgpsd-786d419a427e5e0a2a2622d33da001a45506ffd5.tar.gz
Process GPGST into noise statistics. All regression tests pass.
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
Diffstat (limited to 'gpsd.h-tail')
-rw-r--r--gpsd.h-tail3
1 files changed, 2 insertions, 1 deletions
diff --git a/gpsd.h-tail b/gpsd.h-tail
index 8febc016..c62d366b 100644
--- a/gpsd.h-tail
+++ b/gpsd.h-tail
@@ -262,7 +262,8 @@ typedef enum {
#define PACKET_IS 0x10000000u
#define CLEAR_IS 0x20000000u /* sentence starts a reporting cycle */
#define REPORT_IS 0x40000000u /* sentence ends a reporting cycle */
-#define NODATA_IS 0x80000000u /* no data read from fd */
+#define NOISE_IS 0x80000000u /* sentence contains pseudorange noise information */
+#define NODATA_IS 0x8000000000000000llu /* no data read from fd */
#define DATA_IS ~(ONLINE_IS|PACKET_IS|CLEAR_IS|REPORT_IS)
typedef /*@unsignedintegraltype@*/ unsigned int driver_mask_t;