summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-11 18:28:20 -0700
committerGary E. Miller <gem@rellim.com>2019-04-11 18:28:20 -0700
commit5a588713934bc9b3eb62ad5e09beb55bed6fe695 (patch)
tree9332cd8c6e355ad122be5431b8258cdd829bb4a1 /driver_nmea0183.c
parentb28734bab4f13737463e8787df4f6ba32a511e8a (diff)
downloadgpsd-5a588713934bc9b3eb62ad5e09beb55bed6fe695.tar.gz
driver_nmea0183: Comment new xxGSV field in NMEA 4.10
Diffstat (limited to 'driver_nmea0183.c')
-rw-r--r--driver_nmea0183.c11
1 files changed, 11 insertions, 0 deletions
diff --git a/driver_nmea0183.c b/driver_nmea0183.c
index dcf66be0..def385af 100644
--- a/driver_nmea0183.c
+++ b/driver_nmea0183.c
@@ -1215,6 +1215,17 @@ static gps_mask_t processGSV(int count, char *field[],
* 46 Signal-to-noise ratio in decibels
* <repeat for up to 4 satellites per sentence>
*
+ * NMEA 4.10:
+ * $GAGSV,3,1,09,02,00,179,,04,09,321,,07,11,134,11,11,10,227,,7*7F
+ * after the satellite block, before the checksum, new field:
+ * 7 Signal ID
+ * 1 = GPS L1C/A, BeiDou B1I D1, BeiDou B1I D2, GLONASS L1 OF
+ * 2 = Galileo E5 bl, E5 bQ
+ * 3 = BeiDou B2I D1, B2I D2
+ * 5 = GPS L2 CM
+ * 6 = GPS L2 CL
+ * 7 = Galileo E1C, E1B
+ *
* Can occur with talker IDs:
* BD (Beidou),
* GA (Galileo),