summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
Commit message (Expand)AuthorAgeFilesLines
* Split epe into eph and sep.Gary E. Miller2019-03-221-3/+3
* Fix fencepost errors in GPS epoch (mainly comments).Fred Wright2019-03-201-2/+2
* driver_nmea0183: Move error checking into do_lat_lon().Gary E. Miller2019-03-191-92/+102
* driver_nmea0183: Tweak xxGGA mode setting.Gary E. Miller2019-03-191-37/+41
* driver_nmea0183: Have xxGNS report No FIX from FAA mode.Gary E. Miller2019-03-191-11/+12
* driver_nmea0183: xxRMC: Stop reporting missing fields as zero.Gary E. Miller2019-03-181-17/+32
* driver_nmea0183: Have xxGGA set time and mode.Gary E. Miller2019-03-181-24/+30
* driver_nmea0183: Fix 32/64 bug in cycle enders.Gary E. Miller2019-03-181-62/+69
* driver_nmea0183: Another place ss.ss -> ss.sssGary E. Miller2019-03-151-1/+1
* driver_nmea0183: remove bad cast.Gary E. Miller2019-03-151-1/+1
* driver_nmea: Another place to report time to %.3fGary E. Miller2019-03-151-1/+1
* driver_nmea0183: Better subseconds in merge_hhmmss().Gary E. Miller2019-03-151-3/+11
* driver_nmea0183: Fix comment about Telit malformed year.Gary E. Miller2019-03-151-1/+1
* driver_nmea0183: Handle 2099 on 32-bits as 1999.Gary E. Miller2019-03-151-1/+13
* Move epe from gps_data_t to be near its friends in gps_fix_t.Gary E. Miller2019-03-151-6/+4
* driver_nmea0183: $PSRFEPE,V sets MODE_NO_FIXGary E. Miller2019-03-141-4/+13
* driver_nmea0183: xxGLL,V now sets MODE_NO_FIX.Gary E. Miller2019-03-141-2/+9
* driver_nmea0183: Be more aggressive reporting NO_FIX in GPRMC.Gary E. Miller2019-03-141-9/+4
* driver_nmea0183: Add STATUS_SIM. Update status in GPGGA.Gary E. Miller2019-03-141-5/+13
* driver_nmea0183: Have $GPRMC,V, report no fix.Gary E. Miller2019-03-141-1/+2
* drier_nmea: Make merge_hhmmss() more paranoid, return error codes.Gary E. Miller2019-03-141-79/+108
* driver_nmea: Fix potential segfault w/ DD() in merge_ddmmyy()Gary E. Miller2019-03-141-3/+4
* driver_nmea0183: Be more paranoid in merge_ddmmyy()Gary E. Miller2019-03-141-2/+28
* driver_nmea0813: Change merge_ddmmyy() to return errors.Gary E. Miller2019-03-141-11/+20
* driver_nmea0183 and more: Decode $PSRFEPE add eps.Gary E. Miller2019-03-131-6/+11
* driver_nmea0183 and more: Decode $PSRFEPE, and epd.Gary E. Miller2019-03-131-2/+66
* driver_nmea0183: Be more consisten on gps_mask_t mask.Gary E. Miller2019-03-131-50/+37
* driver_nmea0183: Change $PSTI,030, use faa_mode() and altitude.Gary E. Miller2019-03-081-50/+35
* driver_nmea0183: Improve GxRMC to decode FAA Mode indicator.Gary E. Miller2019-03-081-2/+2
* driver_nmea: move FAA Mode decode into faa_mode().Gary E. Miller2019-03-081-101/+75
* driver_nmea0183: Add GxGNS decode. No regressions changed.Gary E. Miller2019-03-081-15/+177
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-86/+264
* driver_nmea0183: Clean up fixmode in GGA and RMC.Gary E. Miller2019-02-131-21/+56
* driver_nmea0183: Fix status for GLL and GGA.Gary E. Miller2019-02-061-4/+44
* driver_nmea0183: Fix SiRFstarV in NMEA mode with last_gga_talkerGary E. Miller2019-02-041-7/+31
* driver_nmea0813: Tweak some log messages.Gary E. Miller2019-01-251-4/+4
* driver_nmea0183: Tweak some comments about xxGSA.Gary E. Miller2019-01-251-5/+9
* nmea0183: Use the pdop from GGA.Gary E. Miller2018-12-041-0/+4
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
* driver_nmea0183: Fix off by one error in $GLGSV decode.Gary E. Miller2018-10-251-1/+1
* 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