summaryrefslogtreecommitdiff
path: root/monitor_tnt.c
Commit message (Collapse)AuthorAgeFilesLines
* Fully enable compilation withe NMEA_ENABLE off.Eric S. Raymond2011-02-221-1/+1
|
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-4/+0
|
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-8/+0
|
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-9/+0
|
* Enable much stricter compilation warningsEric S. Raymond2010-09-161-1/+1
| | | | | | | | We now compile with -Wextra on and only the warning on missing fields in initializers turned off (because of the way some of thee JSON code is generated). Cleanups necessary to eliminate all warnings have been done. All regression tests pass.
* Reindent monitor mdules. Live test of gpsmon works.Eric S. Raymond2010-04-141-20/+20
|
* Live monitor_tnt.c, but in a way that breaks gpsd, sigh.Eric S. Raymond2010-04-121-26/+26
| | | | | | The problem is in nmea_parse_input(). Currently we can have recognition of a sentence as a trigger sreing, or we can have NMEA parsing of it, but we can't have both.
* Checkpoint first cut an gpsnon support for TNT. Not yet working.Eric S. Raymond2010-04-111-0/+147
Also, a splint cleanup or two. All regression tests pass.