summaryrefslogtreecommitdiff
path: root/test/daemon/geostar-geos1m-binary.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* Split epe into eph and sep.Gary E. Miller2019-03-221-4/+4
| | | | | | | | 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-4/+4
| | | | Odd that it was never there before...
* pseudonmea: Add frac seconds to $GPRMC, no zero times.Gary E. Miller2019-03-131-4/+4
| | | | Replace zero times with blanks.
* pseudonmea: Add fractional seconds to $GPGGAGary E. Miller2019-03-131-4/+4
|
* psuedonmea: Make $GPGBS match NMEA 3.0 specGary E. Miller2019-03-131-4/+4
|
* libgpsd_core: Step clobbering epe when error modeling.Gary E. Miller2019-03-131-0/+1
| | | | | This released a flood of GPGBS. But the GPGBS are wrong format according to NMEA 3.0...
* Change NMEA mode setting, thus major changes in gpsd_error_model().Gary E. Miller2019-03-071-3/+3
| | | | | | | | | | | | | | | | 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...
* Fix pseudo GSA generationGregory Fong2018-07-141-0/+4
| | | | | | | | | | | | At one point, the check for MODE_SET made sense in gpsd_binary_quality_dump(). But since then, the calling code was refactored to only invoke nmea_tpv_dump() when REPORT_IS is set, eliminating the dupes. Remove the MODE_SET check and update the affected binary regression check files to contain the expected GSA sentences. Signed-off-by: Gary E. Miller <gem@rellim.com>
* Shorten many regression tests to improve test time.Eric S. Raymond2015-02-081-557/+0
|
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-106/+106
| | | | | | | | | | | | | | | | | | ...from a set of parallel arrays. This change flushed out a longstanding bug in the computation of DOPs for estimated error bars. Some test-load rebuilds were required: geostar-geos1m-binary.log.chk: With this change error estimates are computed and reported. trimble-lassen_iq-3dfix.log, trimble-lassen_iq-3dfix.log: the change revealed a bug in the computation of satellite-seen bits. Error estimates did not change. navcom.log: Error estimates changed. With these rebuilds, all regression tests pass.
* Fix stupid finger error in DOP computation.Eric S. Raymond2014-09-211-158/+158
|
* Second attempt at DOP computation fix.Eric S. Raymond2014-09-191-158/+158
|
* Fix a subtle error in DOP computation. This makes a prompt release a good idea.Eric S. Raymond2014-09-191-158/+158
|
* Drop the obsolete tag field from JSON output. Bump the minor protocol number.Eric S. Raymond2014-08-241-110/+110
| | | | | | | Required a regression-test rebuild, of course. The field is still set by the TSIP and SiRF drivers; the SiRF driver actually uses it. It may be possible to eliminate the TSIP uses, but so far attempting this has produced odd regression-test failures.
* A fix to internal track interpolation - required some test load rebuilds.Eric S. Raymond2013-11-221-54/+54
|
* Sort out some issues with PRN handling.Eric S. Raymond2011-09-181-220/+220
| | | | | | | | | Add macros for classifying PRNs into GPS, GLONASS, DGPS. Document the PRN ranges on the gps_json manual page. It turns out that U.S. GPS authorities reserve 1-64 for GPS birds, not just 1-32. So the way we map GLONASS PRNs had to change. This required a regression-test rebuild for the geostar driver.
* Emit "mode" before its dependent attributes in TPV, and timestamps with .3f.Eric S. Raymond2011-03-221-55/+55
| | | | Required a regression-test rebuild.
* Timestamps in TPV and SKY go from float seconds since Unix epoch to ISO8601.Eric S. Raymond2011-01-291-55/+55
| | | | | | | | Protocol version number is bumped. Python and C test clients are known to work; interfaces of the C and Python client bindings are unchanged. Third-party client-side bindings which rely on naively copying JSON members will break (implementers have been repeatedly warned not to do this).
* Rebuild Geostar test as required by ckuethe's fix. All regression tests pass.Eric S. Raymond2010-12-261-0/+600
|
* Driver for the GeoS-1M GPS/Glonass moduleViktar Palstsiuk2010-10-301-0/+0