summaryrefslogtreecommitdiff
path: root/gps.h
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2018-09-22 10:55:51 -0700
committerGary E. Miller <gem@rellim.com>2018-09-22 10:55:51 -0700
commit393bd659f60d1888fb180e255f7c4c37f1749822 (patch)
tree3455cae55bce6694c2f445a2d309d925a5187246 /gps.h
parent522d679025a557701755c729a9b9ae96ad66a583 (diff)
downloadgpsd-393bd659f60d1888fb180e255f7c4c37f1749822.tar.gz
gps.h: Add comment that u-blox 9 does not use PRN.
Diffstat (limited to 'gps.h')
-rw-r--r--gps.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/gps.h b/gps.h
index 83c08dd2..c98d390e 100644
--- a/gps.h
+++ b/gps.h
@@ -1805,7 +1805,8 @@ struct ais_t
};
};
-/* basic data, per PRN, from GPGSA and GPGSV */
+/* basic data, per PRN, from GPGSA and GPGSV, or GPS binary messages */
+/* FIXME: u-blox 9 no longer uses PRN */
struct satellite_t {
double ss; /* signal-to-noise ratio, 0 to 254 dB, -1 for n/a */
bool used; /* this satellite used in solution */