summaryrefslogtreecommitdiff
path: root/test/daemon/hemi.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* driver_nmea0183: Tweak xxGGA mode setting.Gary E. Miller2019-03-191-16/+16
|
* driver_nmea0183: Have xxGGA set time and mode.Gary E. Miller2019-03-181-16/+210
|
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-16/+16
| | | | | | | | | | | | | | | | The start of this overly large patch was to simply move the test for MODE_2D/3D flipping, which only affect NMEA 183, back into driver_nmea0813.c But that was intertwined with how gpsd_error_model() computes derived variables, which required major changes to how NMEA 183 mode_2D/3D are set. This ultimatly led to major regression test results. Almost all for the better. I tried to break it up, but moving from one paradigm to another needed one big jump...
* Rebuild tests to address Savannah bug #52678...Eric S. Raymond2018-12-261-25/+25
| | | | ...Get 'scons check' to work with test/daemon/ntrip_sourcetable.log
* ATT: change heading to %.3f to match Trimble precision.Gary E. Miller2018-09-111-4/+4
|
* Add regression for hemisphere GPS. Fix detection of empty GPHDT.Gary E. Miller2018-09-111-0/+778
A GPHDT with no heading was output as a heading of 0.00.