summaryrefslogtreecommitdiff
path: root/monitor_nmea.c
Commit message (Expand)AuthorAgeFilesLines
* Widen PPS offset field in the three montors (NMEA, uBlox, SiRF) that report it.Eric S. Raymond2015-02-121-4/+4
* Replace Gary's magic number 22 with TIMESPEC_LEN.Eric S. Raymond2015-02-121-1/+1
* In gpsmon, attempt to banish edge-of-screen cruft from initialization JSON.Eric S. Raymond2015-02-121-4/+4
* cppcheck and Coverity cleanup; all regression tests pass.Eric S. Raymond2015-02-091-1/+1
* splint cleanup. All regressiion tests pass.Eric S. Raymond2015-02-091-2/+2
* Add function timespec_str(), and use it.Gary E. Miller2015-02-051-8/+3
* Remove exiguous comma from PPS offset display.Eric S. Raymond2015-02-031-1/+1
* Fix a carry error in TS_SUB()Gary E. Miller2015-02-021-3/+3
* Fix sign of PPS offset in gpsmon.Gary E. Miller2015-02-021-4/+10
* Whoops, bad printf formatting. Missing %Gary E. Miller2015-02-021-1/+1
* Fix NMEA and UBX PPS precision in gpsmon hardware modeGary E. Miller2015-02-021-3/+12
* Comment possible numeric overflow in timespec_diff_ns()Gary E. Miller2015-02-021-0/+1
* Add str_{,v}appendf, use it everywhere.Zbigniew Chyla2015-01-211-1/+2
* Refactor representation of satellite data into an array of structs...Eric S. Raymond2014-09-221-7/+8
* Structure member name change: packet -> lexer. No logic changes.Eric S. Raymond2014-08-271-1/+1
* Recreare the driver union, curtting per-device storage requirements.Eric S. Raymond2014-08-241-1/+1
* "Not available" is too long and doesn't fit in window.Michael Tatarinov2014-05-201-1/+1
* Be explicit when PPS is not available because the build used pps=no.Eric S. Raymond2013-11-171-0/+3
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-18/+20
* Fix pps=no build.Eric S. Raymond2013-11-121-7/+11
* Fix PPS offset display bug by properly thread-locking some accesses.Eric S. Raymond2013-11-121-2/+8
* Fix more build breakage. Partial splint cleanup.Eric S. Raymond2013-11-121-2/+2
* Clear the NMEA monitor's sentince list when the driver type switches.Eric S. Raymond2013-11-091-1/+3
* Show PPS offset in the NMEA monitor.Eric S. Raymond2013-11-031-2/+6
* Let gpsmon -n survive AIVDM messages.Reinhard Arlt2013-10-021-0/+12
* Add another obvious guard.Eric S. Raymond2012-10-231-1/+2
* Prevent gpsmon segfault on overlong packet.Eric S. Raymond2012-10-231-1/+2
* Handle overlong NMEA packets better in gpsmon.Eric S. Raymond2012-10-231-1/+1
* Compiler warning and splint cleanup.Eric S. Raymond2011-10-241-0/+1
* The previous round of splint fixups was botched. Remedy this.Eric S. Raymond2011-10-101-11/+13
* const and splint cleanup.Eric S. Raymond2011-10-091-1/+6
* Cosmetic fix from mike_t, slightly hacked. All regression tests pass.Eric S. Raymond2011-06-301-3/+3
* Regularize some names.Eric S. Raymond2011-04-011-6/+6
* Prevent ignored-return warnings.Eric S. Raymond2011-03-301-7/+7
* Clean up more scan-build warnings, from the raw logs this time.Eric S. Raymond2011-03-301-10/+10
* Yet more double->timestamp_t moves.Eric S. Raymond2011-03-101-2/+2
* Process GPGST into noise statistics. All regression tests pass.Thomas Sprinkmeier2011-02-011-1/+29
* Clean up warnings reported by Charles Curley.Eric S. Raymond2011-01-171-2/+2
* More header portability audting with a new version of deheader.Eric S. Raymond2010-12-221-0/+2
* Still more simplification of configuration and header handling.Eric S. Raymond2010-12-141-9/+1
* Unused-header removals by deheader. All regression tests pass.Eric S. Raymond2010-12-011-6/+0
* dead code removalChris Kuethe2010-04-181-18/+0
* Reindent monitor mdules. Live test of gpsmon works.Eric S. Raymond2010-04-141-85/+92
* Checkpoint first cut an gpsnon support for TNT. Not yet working.Eric S. Raymond2010-04-111-3/+2
* 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
* Fix gpsmon for glonass. That is prefix GN instead of GP.Gary E. Miller2009-12-011-4/+12
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-0/+1
* Fix typo. "MKT" should be "MTK", etc. Prompted by heeen on IRCChris Kuethe2009-11-141-5/+5
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-1/+1