summaryrefslogtreecommitdiff
path: root/gpsd.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-11-10 17:35:28 -0800
committerGary E. Miller <gem@rellim.com>2018-11-10 17:35:28 -0800
commit04f67f2a89e11835acea648d3d0494da5353eb22 (patch)
treed58813ce063776dca1df779137e93dbd21a0e481 /gpsd.h
parent57e30974fe358fb4d7af4ba6b22fae7946620d7e (diff)
downloadgpsd-04f67f2a89e11835acea648d3d0494da5353eb22.tar.gz
GREIS: Add decodes for [RC] and [PC]
Pseudo-range and carrier phase.
Diffstat (limited to 'gpsd.h')
-rw-r--r--gpsd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gpsd.h b/gpsd.h
index 7cc56303..c2f19b29 100644
--- a/gpsd.h
+++ b/gpsd.h
@@ -610,6 +610,8 @@ struct gps_device_t {
bool seen_az; /* true if seen AZ message */
bool seen_ec; /* true if seen EC message */
bool seen_el; /* true if seen EL message */
+ /* true if seen a raw measurement message */
+ bool seen_raw;
} greis;
#endif /* GREIS_ENABLE */
#ifdef SIRF_ENABLE