summaryrefslogtreecommitdiff
path: root/monitor_nmea0183.c
Commit message (Collapse)AuthorAgeFilesLines
* Fix fatal typo in gpsmon.Eric S. Raymond2015-02-241-1/+1
|
* In gpsmon, refactor so PPS field updates are done by common code.Eric S. Raymond2015-02-241-22/+1
|
* gpsmon: refactoring step, make utility function for TOS display.Eric S. Raymond2015-02-241-19/+1
|
* TOFF display in gpsmon.Eric S. Raymond2015-02-241-7/+10
|
* Incomplete TOFF display code for gpsmon in NMEA0183 mode.Eric S. Raymond2015-02-231-5/+31
| | | | Fields have been moved to accommodate TOFF but it is not yet displayed.
* monitor_nme0183.c: factor out a utility function.Eric S. Raymond2015-02-231-18/+27
| | | | gpsmon behavior is unchanged.
* In NMEA0183 monitor, macroize some magic numbers.Eric S. Raymond2015-02-231-16/+20
| | | | | | We're going to use them to move fields around. gpsmon shows PPS in direct mode.
* Abolish all confusing uses of the word 'drift' for a time delta.Eric S. Raymond2015-02-231-3/+3
| | | | No logic changes. All regression tesrs pass. Live PPS observed.
* monitor_nmea.c -> monitor_nmea0183.cEric S. Raymond2015-02-201-0/+532