summaryrefslogtreecommitdiff
path: root/test/daemon/greis-test.log.chk
Commit message (Collapse)AuthorAgeFilesLines
* driver_greis: Remove epx/epy computation. Do in gpsd_model_error().Gary E. Miller2019-03-261-37/+37
| | | | Wow, all these various computations of epx/epy, all different...
* Split epe into eph and sep.Gary E. Miller2019-03-221-38/+38
| | | | | | | | 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-38/+38
| | | | Odd that it was never there before...
* pseudonmea: Tweak when $GPGBS is output.Gary E. Miller2019-03-141-33/+0
| | | | Require time, epx and epy. Optional epv.
* pseudonmea: Renable no-time $GPGBS. This time w/o zeros.Gary E. Miller2019-03-131-0/+33
| | | | Ouput time as blank.
* psuedonmea: Make $GPGBS match NMEA 3.0 specGary E. Miller2019-03-131-33/+0
|
* Rebuild tests to address Savannah bug #52678...Eric S. Raymond2018-12-261-308/+308
| | | | ...Get 'scons check' to work with test/daemon/ntrip_sourcetable.log
* GREIS: Add gnssid:svid to skyview.Gary E. Miller2018-09-191-34/+34
| | | | The GREIS->gnssid:svid looks different than the u-blox->gnssid:svid.
* gps.h: remove wrong SBAS_PRN()Gary E. Miller2018-09-191-35/+35
| | | | | This macro was wrong, and causing valid sats to not be included in the COP calculations.
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-0/+308
All functional changes inside "#ifdef GREIS_ENABLE" Includes new regression tests. All regressions tests pass. Developed by Gregory Fong, with help and support from Virgin Orbit. Signed-off-by: Gary E. Miller <gem@rellim.com>