summaryrefslogtreecommitdiff
path: root/monitor_garmin.c
Commit message (Collapse)AuthorAgeFilesLines
* More portable equivalent of #pracgma pack, will work with clang.Eric S. Raymond2015-02-201-4/+5
| | | | No code changes. All regression tests pass.
* cppcheck cleanup.Eric S. Raymond2015-01-221-0/+7
|
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-2/+2
| | | | All regression tests pass.
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
|
* More cppcheck warning fixups. All regression tests pass.Eric S. Raymond2012-05-181-0/+2
|
* Garmin Serial binary monitor. When GPS have status nofix error value is very ↵Michael Tatarinov2011-10-311-0/+2
| | | | | | large. Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Revert "Garmin binary driver. Fixed bug in getting leap seconds."Eric S. Raymond2011-10-251-1/+1
| | | | Originator withdrew the patch after noticing his assumptions were wrong.
* Garmin binary driver. Fixed bug in getting leap seconds.Michael Tatarinov2011-10-251-1/+1
| | | | Signed-off-by: Eric S. Raymond <esr@thyrsus.com>
* Compiler warning and splint cleanup.Eric S. Raymond2011-10-241-4/+5
|
* GPS monitor for Garmin Serial binary protocol.Michael Tatarinov2011-10-241-0/+296
Signed-off-by: Eric S. Raymond <esr@thyrsus.com>