summaryrefslogtreecommitdiff
path: root/driver_nmea0183.c
Commit message (Expand)AuthorAgeFilesLines
* driver_nmea0183: Note new 4.1+ fields in GNS, GSA, GSV, and GBSGary E. Miller2019-05-051-19/+23
* driver_nmea0183: Fix for undocuemnted QZSS 6 and 7Gary E. Miller2019-05-031-3/+5
* driver_nmea0183: Enforce NMEA 4.0 type PRNs.Gary E. Miller2019-05-021-37/+176
* driver_nmea0183: Fix xxGSA field count. Decode NMEA gnssid.Gary E. Miller2019-05-011-13/+28
* driver_nmea0183: Add nmea_gnssid parameter to nmeaid_to_prn()Gary E. Miller2019-05-011-6/+15
* driver_nmea0183: remane satnbmum -> nmea_satnum.Gary E. Miller2019-05-011-24/+25
* driver_nmea0183: rename svid to ubx_svid and nmea_svid.Gary E. Miller2019-05-011-16/+16
* driver_nmea0183: DOn't mark sat as used if ss==0Gary E. Miller2019-04-301-1/+5
* driver_nmea: Add comment that NMEA 4.10+ PRN changed from 4.0Gary E. Miller2019-04-301-19/+24
* driver_nmea0183: Update xxGSV to handle NMEA 4.10.Gary E. Miller2019-04-191-20/+91
* driver_nmea0183: remove redundant clears., add comment.Gary E. Miller2019-04-191-2/+4
* driver_nmea0183: Whoops, debug code removed.Gary E. Miller2019-04-191-2/+2
* ubxtool: Fix output of UBX-COMMS portId.Gary E. Miller2019-04-191-2/+10
* driver_nmea0183: Minor code cleanup. No functional change.Gary E. Miller2019-04-181-9/+36
* driver_nmea0183: Prep work to support gnssid in xxGSV.Gary E. Miller2019-04-121-3/+18
* driver_nmea0183: Comment on NMEA 4.10 additions to xxGSAGary E. Miller2019-04-111-1/+13
* driver_nmea0183: Comment new xxGSV field in NMEA 4.10Gary E. Miller2019-04-111-0/+11
* driver_nmea0183: rearrange nmeaid_to_prn(), no functional change.Gary E. Miller2019-04-111-21/+37
* driver_nmea0813: Add unused sentence types to table.Gary E. Miller2019-03-261-0/+17
* gpsd_error_model(): be more consistent with HERR_SET.Gary E. Miller2019-03-261-0/+2
* driver_nmea0183: Add decode for $PGRME.Gary E. Miller2019-03-251-11/+86
* driver_nmea0183: Minor table format cleanup.Gary E. Miller2019-03-251-2/+2
* drivber_nmae0183: Comment $xxDTM fails due to cycle ender.Gary E. Miller2019-03-251-0/+1
* driver_nmea0183: Decode $xxDTM for datum.Gary E. Miller2019-03-251-1/+72
* gps_data_t: Add datum field. Add decode for $PGRMM.Gary E. Miller2019-03-251-2/+28
* driver_nmea0183: Tweak $PSRFEPE. No regressions changes.Gary E. Miller2019-03-251-5/+8
* VERR_SET: Removed flag from daemon. No regressions changed.Gary E. Miller2019-03-251-1/+0
* driver_nmea0183: Use eph from $PSRFEPE if available.Gary E. Miller2019-03-251-2/+4
* driver_nmea0183: Use epv from $PSRFEPE if available.Gary E. Miller2019-03-251-2/+1
* driver_nmae0183: Command on $GPGBS.Gary E. Miller2019-03-231-0/+2
* driver_nmea0183: Add 3 more NMEA messages, but no new decodes.Gary E. Miller2019-03-231-1/+4
* 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