summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-22 16:49:43 -0700
committerGary E. Miller <gem@rellim.com>2018-09-22 16:49:43 -0700
commit98ecf3843e330ec209424238328c4ce650c3671f (patch)
treee2cc3c79c6f3578b41d8732ab2b990410b0c8a4d /gps.h
parent3c52fb3d526413120a38f15dcc123ae2f98fc1e5 (diff)
downloadgpsd-98ecf3843e330ec209424238328c4ce650c3671f.tar.gz
gps.h: add fregid for GLONASS.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gps.h b/gps.h
index a322e177..4af5370b 100644
--- a/gps.h
+++ b/gps.h
@@ -1846,6 +1846,7 @@ struct satellite_t {
* GLONASS: 1 = L1 OF, 3 = L2 OF
*/
unsigned char sigid;
+ unsigned char freqid; /* The GLONASS (Only) frequency, 0 - 13 */
};
struct attitude_t {