summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
Commit message (Expand)AuthorAgeFilesLines
* driver_nmea0183: adjust $GL, $QZ PRN offsets.Gary E. Miller2018-10-021-2/+2
* driver_nmea0813: tweak to PRN decode.Gary E. Miller2018-09-251-7/+7
* driver_nmea0183: Decode gnssid:svid from $xxGSV.Gary E. Miller2018-09-191-16/+62
* driver_nmea0183: Fix NMEA PRN mapping in comments.Gary E. Miller2018-09-191-9/+10
* ATT: centralize clearing of the attitude data.Gary E. Miller2018-09-111-39/+0
* Add regression for hemisphere GPS. Fix detection of empty GPHDT.Gary E. Miller2018-09-111-4/+17
* driver_nmea0183: 1st cut at support OxTS PASHR.Gary E. Miller2018-06-171-2/+14
* Support Galileo $GA... talkers and fix a couple of $GB casesChris Lawrence2018-06-151-6/+13
* driver_nmea shorten overlong lines. No functional changes.Gary E. Miller2018-06-141-20/+40
* driver_nmea083.c Add test for field 9 in GPVTG.Gary E. Miller2018-06-141-2/+36
* Implement processing of NMEA0183 - $GPVTG messagesdwilliams2018-06-131-1/+37
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
* Clean up C and Python code-checker warnings.Eric S. Raymond2017-09-061-2/+2
* cppcheck: error - use of uninitialized variableRobert Norris2017-02-091-2/+2
* nmea 0183: better fix for non-updating DOPs.Gary E. Miller2017-01-091-2/+6
* nmea 0183: fix TDOP only compuetd once at startup.Gary E. Miller2017-01-091-0/+2
* Fixes spurious GSV warning on multi-GNSS receivers.Fred Wright2016-12-201-1/+3
* for vsnprintf() FreeBSD wants __ISO_C_VISIBLE >= 1999Gary E. Miller2016-08-161-0/+4
* uint was rmoved in C99. If gpsd enforce C99, then uint must go.Gary E. Miller2016-08-151-1/+1
* No need to use abs() on an unsigned int.Gary E. Miller2016-08-091-1/+1
* Note difference between Skytraq Integer and Float RTK mode.Gary E. Miller2016-07-221-0/+3
* Gack. revert $STI handling, it breaks the regressions.Gary E. Miller2016-07-211-1/+1
* Decode SkytTraq undocumented $STI sentence.Gary E. Miller2016-07-211-6/+29
* Initial support for undocumented SkyTraq $STI sentence.Gary E. Miller2016-07-201-1/+27
* Improve xxGSA commentsGary E. Miller2016-06-211-4/+6
* Add some commments on xxGSA.Gary E. Miller2016-06-211-0/+6
* PPSTIME -> NTPTIMEGary E. Miller2016-04-241-1/+1
* Fixes phantom satellites from xxGSVs with a real signal ID.Fred Wright2016-04-211-2/+1
* Fixes bug in filtering of ID 0 in satellite views.Fred Wright2016-04-211-1/+1
* Stop adding 37 to some GN PRN's.Gary E. Miller2016-04-071-1/+1
* GPGSV took a blank as 0 then converted that to a PRNGary E. Miller2016-04-071-3/+9
* Ooops, two steps forward, one back.Gary E. Miller2016-04-071-1/+4
* GGA is sats visible, not sats used.Gary E. Miller2016-04-071-1/+1
* @ Skytraq tweaks: Add a probe, detect RTK.Gary E. Miller2016-04-071-6/+22
* Use the data from Skytraq PSTI,030 sentence.Gary E. Miller2016-04-051-17/+110
* Improve GNGSA handling, add rx210.log which shows the problem.Gary E. Miller2016-04-051-3/+22
* Cleanup: atof() -> safe_atof()Gary E. Miller2016-04-051-2/+2
* Tweak last $PSTI update.Gary E. Miller2016-04-041-2/+2
* Decode more of Skytraq $PSTIGary E. Miller2016-04-041-8/+40
* GPGST time was always 1970-01-03Txxxx. Fixed.Gary E. Miller2016-03-301-1/+7
* Fix GPGSA/BDGSA processing so they combine.Gary E. Miller2016-03-301-6/+33
* Improve a comment.Eric S. Raymond2016-03-301-1/+5
* Improve a comment explaining multiple sat views.Eric S. Raymond2016-03-301-7/+8
* Improve comment on GPGSA/BDGSA problem.Gary E. Miller2016-03-291-2/+7
* Add note about GPGSV/BPGSV not ccombing properly.Gary E. Miller2016-03-291-0/+9
* Skytraq GPGST time has 3 digits past decimal.Gary E. Miller2016-03-281-2/+2
* Comment in the code the accuracy needed for cm level lat/lon.Gary E. Miller2016-03-281-1/+10
* $PSTI means we have subtype Skytraq.Gary E. Miller2016-03-281-0/+3
* Add stub to decode Skytraq $PSTI sentence.Gary E. Miller2016-03-281-3/+42
* Parse iSync $PTNTA oscillator status packetsMichael Brown2016-02-091-0/+58