summaryrefslogtreecommitdiff
path: root/driver_ubx.h
Commit message (Collapse)AuthorAgeFilesLines
* driver_ubx: Add RTCM3 class, used for cconfiguration.Gary E. Miller2019-04-171-0/+1
|
* driver_ubx: Add NAV-SIG decode, fix NAV-HPPOSECEF -HPPOSLLHGary E. Miller2019-04-151-2/+3
|
* driver_ubx: More UBX-NAVB-PVT cleanup.Gary E. Miller2019-04-121-0/+1
|
* driver_ubx: More constants.Gary E. Miller2019-04-121-0/+3
|
* driver_ubx: Add log for UBX-INF-USER.Gary E. Miller2018-10-121-0/+1
| | | | UBX-INF-USER is in driver_ubx.c, but documented where?
* driver_ubx.h: add missing message clases and ids.Gary E. Miller2018-09-251-1/+108
|
* Support UBX NAV-PVTClark Li2017-09-191-0/+7
| | | | | | | NAV-SOL has only been retained for backwards compatibility; users are recommended to use the UBX-NAV-PVT message in preference. A regression test case using ublox-neo-m8n is also added.
* Check valid flags in NAV-TIMEGPSClark Li2017-09-191-0/+4
| | | | Split 22a020ec1c2bc85eff681ecacc6d2bb79fdddc9c Support UBX NAV-PVT
* Revert "Support UBX NAV-PVT"Gary E. Miller2017-09-051-11/+0
| | | | | | | | | This reverts commit 22a020ec1c2bc85eff681ecacc6d2bb79fdddc9c. This commit broke PPS on uBlox. PPS would flip from offset 0 to offset -1, and back, every few minutes. Also stray characters (^M) in the log files.
* Support UBX NAV-PVTClark Li2017-08-071-0/+11
| | | | | | | | | | | | | NAV-SOL has only been retained for backwards compatibility; users are recommended to use the UBX-NAV-PVT message in preference. A regression test case using ublox-neo-m8n is also added. Also fix the checking on valid flags of iTOW and fTOW and process fTOW whose range is +-500us. Update test/dae/ublox-aek-4t.log.chk accordingly. Signed-off-by: Clark Li <clark.li@cohdawireless.com> Signed-off-by: Fred Wright <fw@fwright.net>
* Fix order of UBX-NAV enumsGary E. Miller2015-03-191-1/+1
|
* Placeholder for decode of UBX-NAV-PVTGary E. Miller2015-03-191-0/+1
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
|
* add some more useful flag bitsChris Kuethe2009-03-031-0/+16
|
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+101
rename the packet drivers to driver_$(protocol).c