summaryrefslogtreecommitdiff
path: root/test/daemon/skytraq-bin.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* Split epe into eph and sep.Gary E. Miller2019-03-221-9/+9
| | | | | | | | Try to do it with forward and backward compatibility, which is challenging with current miscojson. Sometimes epe was used to 2D estimated erro. Sometimes for 3D error. So make it explicit eph is 2D, and sep is 3D.
* gpsd_json: epe now in the JSON.Gary E. Miller2019-03-151-9/+9
| | | | Odd that it was never there before...
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-4/+4
| | | | | | | | | | | | | | | | 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...
* driver_skytraq: Fix bad decode of ecefvz. Add WIP raw decode.Gary E. Miller2018-11-291-9/+9
| | | | Raw decode commented out for now.
* driver_skytraq: Decode gnssID and svID.Gary E. Miller2018-11-281-9/+9
| | | | Now cgps will show the constellation ID.
* driver_skytraq: report ECEF data in TPV.Gary E. Miller2018-06-171-1/+1
|
* Rebuild tests to deal with the leapsecond bump last night.Eric S. Raymond2017-01-011-16/+16
| | | | | | The broken tests are the ones where we have to do our own conversion from week/second to UTC because the device either doesn't supply UTC or its reporting is broken.
* Add Skytraq binary regression test.Gary E. Miller2016-03-311-0/+20
2d and 3d modes.