summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* RTCM104v3 packet detection. Eric S. Raymond2008-06-301-1/+1
* Introduce RTCM3 reporting structures. No behavioral changes yet.Eric S. Raymond2008-06-271-0/+141
* Typo fix and documentation tweak and a bit of type refactoring.Eric S. Raymond2008-06-271-3/+5
* More preparation for RTCM 3. No behavior changes. All regression tests pass.Eric S. Raymond2008-06-271-7/+7
* Fix to time conversion by Petr Slansky; passes all stable regressions.Eric S. Raymond2007-12-111-1/+1
* Include file untangling.Eric S. Raymond2007-12-051-1/+1
* splint cleanup.Eric S. Raymond2007-12-051-6/+0
* Change return ttype of gpsd_write to be what the Garmin driver was expecting;Eric S. Raymond2007-06-011-1/+0
* First step of a layering fix: move the private ldisc member to gpsd.h.Eric S. Raymond2007-03-261-3/+0
* Better error modelling. Chris Kuethe2007-01-271-0/+1
* Remove a magic number.Eric S. Raymond2006-12-021-0/+1
* Some name changes in formal arguments, No logic changes,Eric S. Raymond2006-11-301-1/+1
* Enhance gps_query so it's sprintf(3)-like, for more conventient assembly Eric S. Raymond2006-10-291-1/+1
* 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