summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorEric S. Raymond <esr@thyrsus.com>2011-03-15 10:09:35 -0400
committerEric S. Raymond <esr@thyrsus.com>2011-03-15 10:09:35 -0400
commitb226eaeab6661983e6342c944c86d30754b0f841 (patch)
treebe3036a67287394c78595bfb745ecbbc33ef6f01 /gps.h
parentb6d425608824a90cafaaa89cd848f1ce44a8fc2c (diff)
downloadgpsd-b226eaeab6661983e6342c944c86d30754b0f841.tar.gz
rangerr -> prc, rangerate -> rrc in RTCM2
I was unaware of standard terminology/abbreviations. Fixing this now, before Version 5 API freezes.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/gps.h b/gps.h
index 76390a4b..b8f706d2 100644
--- a/gps.h
+++ b/gps.h
@@ -170,8 +170,8 @@ struct rtcm2_t {
unsigned ident; /* satellite ID */
unsigned udre; /* user diff. range error */
unsigned iod; /* issue of data */
- double rangerr; /* range error */
- double rangerate; /* range error rate */
+ double prc; /* range error */
+ double rrc; /* range error rate */
} sat[MAXCORRECTIONS];
} gps_ranges;
struct { /* data for type 3 messages */
@@ -235,8 +235,8 @@ struct rtcm2_t {
unsigned udre; /* user diff. range error */
unsigned tod; /* issue of data */
bool change; /* ephemeris change bit */
- double rangerr; /* range error */
- double rangerate; /* range error rate */
+ double prc; /* range error */
+ double rrc; /* range error rate */
} sat[MAXCORRECTIONS];
} glonass_ranges;
/* data from type 16 messages */