summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* Rename config.h so it can be installed as gpsd_config.h...Chris Kuethe2006-10-261-1/+0
* Partial splint cleanup.Eric S. Raymond2006-10-261-0/+2
* Forgot to include config.h... Chris Kuethe2006-10-111-0/+1
* allow compilation on systems where stdint.h doesn't exist...Chris Kuethe2006-10-111-2/+8
* I broke it, now I fixed it. Problem reported and fix confirmed by Gary MillerChris Kuethe2006-09-211-0/+1
* Add subversion ID tags near the beginning of every file.Chris Kuethe2006-09-211-0/+1
* Type length meditations.Chris Kuethe2006-09-201-1/+1
* The big dead-storage elimination: we get rid of the newdata member.Eric S. Raymond2006-09-091-1/+0
* Properly clear the DOP members in each sentence.Eric S. Raymond2006-09-011-0/+1
* Design decision: Trie North data gets mapped into existing fields (track, etc)Eric S. Raymond2006-08-311-7/+1
* Increase the maximum number of satellites we can handle...Eric S. Raymond2006-08-211-1/+1
* splint cleanup after CK's strcat()/strlcopy() cleanup.Eric S. Raymond2006-08-201-1/+1
* Support code for querying validity of fix fields.Eric S. Raymond2006-08-201-0/+2
* Use OpenBSD's nmea(4) line discipline.Chris Kuethe2006-08-181-0/+3
* Add dgnss.c, which should have been checked in with the NTRIP support.Eric S. Raymond2006-06-071-0/+3
* Slightly more accurate value for MPS to knots.Eric S. Raymond2006-06-061-1/+1
* splint cleanup and cosmetic fixes.Eric S. Raymond2005-09-011-1/+1
* Add new deg_to_str() function to libgps. Gary E. Miller2005-08-251-0/+2
* Teach cgps to use Gary's function for deducing unit defaults.Eric S. Raymond2005-08-171-1/+3
* True North support integrated.Eric S. Raymond2005-08-011-4/+11
* Define fields for pseudo-range data.Eric S. Raymond2005-07-281-10/+26
* Upper level of RTCM encoder works.Eric S. Raymond2005-07-281-1/+1
* First steps towards a working RTCM encoder.Eric S. Raymond2005-07-271-1/+0
* Support compilers that can't do anonymous unions.Eric S. Raymond2005-07-261-1/+1
* Petr Slanky's latest Evermore patch and some splint cleanups.Eric S. Raymond2005-07-251-2/+2
* This change might keep us from losing on a 16-bit machine.Eric S. Raymond2005-07-241-2/+6
* More work at separating the low-level decoder from the RTCM structure stuff.Eric S. Raymond2005-07-241-4/+4
* More work on the repack() function. Avoid a core dump when processing DGPSIP.Eric S. Raymond2005-07-231-1/+2
* Support, and document, dumping packets of unknown type.Eric S. Raymond2005-07-231-6/+6
* More decoder cleanup and repack progress.Eric S. Raymond2005-07-221-0/+1
* RTCM health fields aren't boolean.Eric S. Raymond2005-07-221-2/+6
* Get rid of statetable.el...Eric S. Raymond2005-07-201-1/+3
* Solve a port problem for Wolfgang.Eric S. Raymond2005-07-201-0/+3
* Changes responding to Wolfgang's long response about RTCM, and factoringEric S. Raymond2005-07-201-0/+1
* Turn RTCM processing into a real driver.Eric S. Raymond2005-07-191-2/+2
* RTCM structure is going to have to be user-visible...Eric S. Raymond2005-07-191-0/+87
* Use gpsd_hexdump().Eric S. Raymond2005-07-191-1/+1
* Another EverMore patch from the maintainer.Eric S. Raymond2005-07-181-1/+1
* Add unix_to_gpstime.Eric S. Raymond2005-07-131-1/+2
* Add support for the 2-field return of C to client libraries.Eric S. Raymond2005-07-111-1/+1
* Architecture extension; handle variable sample rates.Eric S. Raymond2005-07-111-1/+1
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-1/+3
* Big driver structure refactoring.Eric S. Raymond2005-07-081-19/+4
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-8/+9
* First cut at Evermore support. Not yet tested.Eric S. Raymond2005-07-061-0/+1
* Avoid a magic number.Eric S. Raymond2005-07-011-0/+1
* Experimental code to hunt for a DGPSIP server.Eric S. Raymond2005-06-291-1/+1
* Eliminate dynamic-memory allocation from the daemon.Eric S. Raymond2005-06-281-1/+2
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-1/+3
* First steps towards solving Rob Janssen's DOP problem.Eric S. Raymond2005-06-201-0/+1