summaryrefslogtreecommitdiff
path: root/monitor_nmea.c
Commit message (Collapse)AuthorAgeFilesLines
* 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
| | | | Also, a splint cleanup or two. All regression tests pass.
* 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
| | | | >From Walkie.
* 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 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
| | | | All regression tests pass, code splints clean.
* couple of little fixes from Hakan JohanssonChris Kuethe2009-07-181-1/+0
|
* change the signal strength member to float.Chris Kuethe2009-06-221-16/+16
| | | | | | it can store all integer values we're likely to see, plus the floating point values that some protocols use in their raw measurement messages. regression tests still pass.
* Support --disable-controlsendEric S. Raymond2009-03-061-0/+8
|
* Label the satellite column PRN instead of SV, following cgps and xgps.Greg Troxel2009-03-051-1/+1
| | | | | SV is a different numbering space; currently SVN 034 is PRN 004; see http://www.navcen.uscg.gov/navinfo/Gps/Nanu.aspx?NanuId=2009018.
* Cleanup some 12-channel-limit assumptions.Eric S. Raymond2009-03-051-4/+11
|
* fix unbounded strcpyChris Kuethe2009-03-031-1/+1
|
* make sure that the Id keyword is present and expandedChris Kuethe2009-03-031-0/+1
|
* Introduce gpsdclient.h header, not shipped. Eric S. Raymond2009-03-021-0/+1
| | | | So we can move stuff used internally by GPSD clients out of gps.h.
* repository beautification, part 1:Chris Kuethe2009-03-021-0/+445
rename the monitor drivers to monitor_$(protocol).c