summaryrefslogtreecommitdiff
path: root/monitor_oncore.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix an incorrect byte offset.Mick Durkin2013-10-171-1/+1
|
* The previous round of splint fixups was botched. Remedy this.Eric S. Raymond2011-10-101-4/+1
|
* const and splint cleanup.Eric S. Raymond2011-10-091-0/+5
|
* splint simplification and cleanup.Eric S. Raymond2011-02-041-7/+7
|
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-17/+17
| | | | | | With most machines being 64-bit now, the assumption that "word" = 16 bits and "long" = 32 bits is increasingly archaic. This commit removes it from our naming conventions.
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-3/+1
|
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-8/+0
|
* Take programmed oncore PPS offset into account. Name correction delay -> offset.Haakan Johansson2010-12-031-4/+4
| | | | Signed-off-by: Jon Schlueter <jon.schlueter@gmail.com>
* More deheaderizing. All regression tests pass.Eric S. Raymond2010-12-011-5/+0
|
* monitor_oncore.c: fix some old bugs and add survey to the status lineJon Schlueter2010-11-051-10/+11
|
* Reindent monitor mdules. Live test of gpsmon works.Eric S. Raymond2010-04-141-243/+233
|
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-1/+0
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-0/+3
|
* Tweaks to improve Oncore GPS PPS performance.Gary E. Miller2009-12-071-3/+24
| | | | >From Hakan Johansson.
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+1
| | | | | | | That is, instead of sectioning out two little config defines and putting them in. This makes gpsd.h self-copntained (e.g. in case it gets installed as a library header) and means we can get rid of most inclusions of it.
* In the wake of the change to use only C99 fixed-length types... Eric S. Raymond2009-10-261-25/+25
| | | | ...splint needs some pacifying. This is part 1. All regressions pass.
* more fixes from Hakan JohanssonChris Kuethe2009-07-221-7/+98
|
* Connect the oncore decoder to gpsmon, and fix some display errors.Chris Kuethe2009-07-181-5/+5
| | | | >From Hakan Johansson
* Oncore driver for gpsmon, from Hakan JohanssonChris Kuethe2009-07-181-0/+373