summaryrefslogtreecommitdiff
path: root/man
diff options
context:
space:
mode:
authorGary E. Miller <gem@rellim.com>2019-04-19 18:43:46 -0700
committerGary E. Miller <gem@rellim.com>2019-04-19 18:43:46 -0700
commit79aa8c4a4ce3ac700a3675a2a2d80581d69042b5 (patch)
tree56dd91d0547fd8443b7154806ab42bf32598df0a /man
parentd8fe217959643f9034b7730b06f4b450ed82270c (diff)
downloadgpsd-79aa8c4a4ce3ac700a3675a2a2d80581d69042b5.tar.gz
JSON: Add sigid to PRN in SKY.
Update doc to match. Not used, yet.
Diffstat (limited to 'man')
-rw-r--r--man/gpsd_json.xml21
1 files changed, 21 insertions, 0 deletions
diff --git a/man/gpsd_json.xml b/man/gpsd_json.xml
index 59509c88..9dac8891 100644
--- a/man/gpsd_json.xml
+++ b/man/gpsd_json.xml
@@ -510,6 +510,27 @@ error modeling than the covariance calculation.</para>
may be flagged used if the solution has corrections from them,
but not all drivers make this information available.)</entry>
</row>
+<row>
+ <entry>gnssid</entry>
+ <entry>No</entry>
+ <entry>numeric</entry>
+ <entry>The GNSS ID, as defined by u-blox, not NMEA. 0=GPS,
+ 2=Galileo, 3=Beidou, 5=QZSS, 6-GLONASS.</entry>
+</row>
+<row>
+ <entry>svid</entry>
+ <entry>no</entry>
+ <entry>numeric</entry>
+ <entry>The satellite ID within its constellation. As defined
+ by u-blox, not NMEA).</entry>
+</row>
+<row>
+ <entry>sigid</entry>
+ <entry>no</entry>
+ <entry>numeric</entry>
+ <entry>The signal ID of this signal. As defined by u-blox, not
+ NMEA. See u-blox doc for details.</entry>
+</row>
</tbody>
</tgroup>
</table>