summaryrefslogtreecommitdiff
path: root/pseudonmea.c
Commit message (Collapse)AuthorAgeFilesLines
* Include the whole config file in gpsd.h.Eric S. Raymond2009-11-201-1/+0
| | | | | | | 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.
* In the gpsdata structure, satellites -> satellites_visibleEric S. Raymond2009-10-011-5/+5
| | | | All regression tests pass, code splints clean.
* Zero some NaNs in reports, prevent duplicative reports...Eric S. Raymond2009-09-211-2/+2
| | | | | ...when multiple channels are active. Codebase splints clean, all regression tests pass
* Splint cleanup. All regression tests pass.Eric S. Raymond2009-09-171-1/+4
|
* Disentangle the packet raw hook used on the client side...Eric S. Raymond2009-09-171-2/+2
| | | | | | ...from the internals of gpsd. Besides being better factoring, this will give us better control of the daemon's report-generation policy in the future. All regression tests pass. Codebase splints clean.
* Changing a guard in gpsd_binary_dump() gets rid of a bunch of junk GSAs...Eric S. Raymond2009-09-151-24/+28
| | | | ...in the Trimble output, and adds some good ones elsewhere.
* Split libgpsd_core.c in half. Eric S. Raymond2009-09-151-0/+241
The code for dumping pseudo-NMEA needs an overhaul and may end up at a different layer of the architecture. All regression tests pass.