summaryrefslogtreecommitdiff
path: root/monitor_ubx.c
Commit message (Collapse)AuthorAgeFilesLines
* Be explicit when PPS is not available because the build used pps=no.Eric S. Raymond2013-11-171-2/+5
|
* Fix a misplaced degree symbol.Eric S. Raymond2013-11-131-1/+1
|
* Rename and rationalize driver table instances. No logic changes.Eric S. Raymond2013-11-121-2/+2
|
* splint cleanup.Eric S. Raymond2013-11-121-3/+5
|
* Fix pps=no build.Eric S. Raymond2013-11-121-0/+4
|
* Fix PPS offset display bug by properly thread-locking some accesses.Eric S. Raymond2013-11-121-2/+8
|
* Full splint cleanup.Eric S. Raymond2013-11-121-0/+4
|
* u-blox name cleanup. All regression tests pass, PPS is live.Eric S. Raymond2013-11-091-1/+1
|
* Minor improvements for the UBX monitor.Eric S. Raymond2013-11-091-1/+5
|
* Get the size of the UBX monitor window right.Eric S. Raymond2013-11-031-1/+1
|
* Show PPS offset in the NMEA monitor.Eric S. Raymond2013-11-031-2/+2
|
* Pretty up the PPS display in gpmon.Eric S. Raymond2013-11-021-4/+15
| | | | | | The idea is to make PPS visually obvious in the packed buffer. Time display should be on the monitor panel with the other derived data. The UBX monitor provides an example of how to do this.
* splint simplification and cleanup.Eric S. Raymond2011-02-041-2/+2
|
* splint cleanup.Eric S. Raymond2011-01-201-6/+6
|
* Further reduce dependencies onm the sytem clock.Eric S. Raymond2011-01-201-7/+13
| | | | All regression tests pass.
* Rename the bits.h macros to be explicit about operand length.Eric S. Raymond2010-12-261-19/+19
| | | | | | 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-0/+1
|
* More header portability auditing by deheader.Eric S. Raymond2010-12-221-3/+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-7/+0
|
* monitor_ubx.c: convert usages of mvwprintw to display for consistancyJon Schlueter2010-11-061-3/+3
|
* Revert typo.Gary E. Miller2010-04-181-1/+1
|
* Smoke out more private copies of gps_week and move into session->context. Gary E. Miller2010-04-181-1/+1
| | | | Prepare to do the same for Time of Week (tow).
* Reindent monitor mdules. Live test of gpsmon works.Eric S. Raymond2010-04-141-191/+189
|
* Refactoring step. Change the signature of ecef_to_wgs84fix().Eric S. Raymond2010-04-051-1/+3
| | | | All regression tests pass.
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
|
* 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.
* Fix some whitespace glitches found while experimenting with indent(1).Eric S. Raymond2009-11-171-2/+2
| | | | All regression tests pass.
* In the wake of the change to use only C99 fixed-length types... Eric S. Raymond2009-10-261-5/+5
| | | | ...splint needs some pacifying. This is part 1. All regressions pass.
* Give DOPs their own structure...Eric S. Raymond2009-09-151-2/+2
| | | | | | ...mainly because there will shortly be code to clear it as a unit. Pure refactoring step; all regression tests pass, splint gives no warnings.
* Split eph into epx and epy internally... Eric S. Raymond2009-09-031-2/+3
| | | | | | ...but still report eph by re-mixing them in the JSON dumper. This was worth doing because all regression tests still pass, showing that visible behavior for old-protocol users gas not changed.
* remove some debug formattingChris Kuethe2009-06-191-1/+1
|
* Suppress a spurious memory-leak indication from splint.Eric S. Raymond2009-06-141-0/+2
|
* Splint cleanup.Eric S. Raymond2009-06-141-28/+30
|
* Splint cleanup.Eric S. Raymond2009-06-131-5/+7
|
* make the ubx monitor usefulChris Kuethe2009-05-291-40/+81
|
* more ubx monitor machinery. Chris Kuethe2009-03-121-1/+93
| | | | | not too useful yet, but committing so i won't lose this in a hard drive crash.
* Some things splint just has to be told to shut up about.Eric S. Raymond2009-03-061-1/+3
|
* This finishes cleanup of the splint type warnings...Eric S. Raymond2009-03-061-4/+4
| | | | ...now to figure out what's going on with its storage-class complaints.
* Partial splint cleanup, and a fix for a real bug splint caught...Eric S. Raymond2009-03-061-3/+3
| | | | (reference to wrong variable).
* Compiler warning and partial splint cleanup.Eric S. Raymond2009-03-061-1/+1
|
* Space Vehicle (SV) is not right here. Chris Kuethe2009-03-051-1/+1
| | | | Receivers care about the Pseudo-Random Noise (PRN) code
* move the NAV_SVINFO display up, just like in the italk displayChris Kuethe2009-03-041-1/+1
|
* the decoders should be "static void"Chris Kuethe2009-03-041-3/+3
| | | | remove unneeded, possibly incorrect sanity check from ubx
* Parse the satellite statusChris Kuethe2009-03-031-3/+68
|
* Monitor API has changed, so clean out comments in the three stub monitors.Eric S. Raymond2009-03-031-98/+0
|
* Hook up the framework for a few more monitor typesChris Kuethe2009-03-031-0/+152