summaryrefslogtreecommitdiff
path: root/driver_greis.c
Commit message (Collapse)AuthorAgeFilesLines
* LICENSE: Update licenses for consistency. No functional changes.Gary E. Miller2018-11-191-1/+1
|
* RAW: Add c2c and l2c measurements.Gary E. Miller2018-11-121-2/+72
| | | | Those are C/A L2 pseudo-range and carrierphase.
* GREIS: Add doppler to RAW.Gary E. Miller2018-11-111-0/+41
|
* GREIS: Add locktime to RAW, it is always LOCKMAX.Gary E. Miller2018-11-111-1/+4
| | | | For some reason GREIS does not report carrierphase slips.
* GREIS: Fix pseudoranges. Meters, not seconds.Gary E. Miller2018-11-101-3/+5
|
* RAW: Save space in the JSON. Data from GREIS.Gary E. Miller2018-11-101-6/+24
|
* GREIS: Add decodes for [RC] and [PC]Gary E. Miller2018-11-101-1/+79
| | | | Pseudo-range and carrier phase.
* driver_greis: fix build with reconfigure disabledBaruch Siach2018-10-091-1/+1
| | | | | | | | | | | | | | | | | | | Unhide the definition of greis_parse_input and greis_event_hook since they are used unconditionally. Fixes the following build failure: driver_greis.c:969:25: error: 'greis_parse_input' undeclared here (not in a function); did you mean 'generic_parse_input'? .parse_packet = greis_parse_input, ^~~~~~~~~~~~~~~~~ generic_parse_input driver_greis.c:973:25: error: 'greis_event_hook' undeclared here (not in a function) .event_hook = greis_event_hook, ^~~~~~~~~~~~~~~~ Cc: Gregory Fong <gregory.fong@virginorbit.com> Signed-off-by: Baruch Siach <baruch@tkos.co.il> Signed-off-by: Gary E. Miller <gem@rellim.com>
* driver_greis: Fix cppcheck scoping nit.Gary E. Miller2018-09-251-2/+1
|
* GREIS: Add gnssid:svid to skyview.Gary E. Miller2018-09-191-2/+38
| | | | The GREIS->gnssid:svid looks different than the u-blox->gnssid:svid.
* Add GREIS (Javad) GPS driver.Gregory Fong2018-07-291-0/+963
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>