summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-03-23 19:26:55 -0700
committerGary E. Miller <gem@rellim.com>2019-03-23 19:26:55 -0700
commit057aff4800f6a7712071c4b03d8e77c494c3c2ca (patch)
tree72a561ed7aeabd659255bcb75dd62810dcd3b6d1 /driver_nmea0183.c
parente4d19509f441c653862cc7fa657401f95028cd5c (diff)
downloadgpsd-057aff4800f6a7712071c4b03d8e77c494c3c2ca.tar.gz
driver_nmae0183: Command on $GPGBS.
Diffstat (limited to 'driver_nmea0183.c')
-rw-r--r--driver_nmea0183.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/driver_nmea0183.c b/driver_nmea0183.c
index eb7f050e..e8293491 100644
--- a/driver_nmea0183.c
+++ b/driver_nmea0183.c
@@ -1598,6 +1598,8 @@ static gps_mask_t processGBS(int c UNUSED, char *field[],
* 7) Estimate of bias in meters on most likely failed satellite
* 8) Standard deviation of bias estimate
* 9) Checksum
+ *
+ * Fields 2, 3 and 4 are one standard deviation.
*/
gps_mask_t mask = ONLINE_SET;