summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* This diff goes most of the way to getting us splint-clean again.Eric S. Raymond2009-01-051-1/+1
* Merge code for Oceanserver compass from Stefan de Konink.Eric S. Raymond2009-01-041-0/+16
* access to unnamed unions is illegal in C99. found by pcc.Chris Kuethe2008-08-231-1/+1
* Unify the header protection macro style a bit. Chris Kuethe2008-08-031-5/+4
* Unpack and dump two more RTCM3 messages.Eric S. Raymond2008-07-211-1/+3
* change various PI macros to GPS_PIChris Kuethe2008-07-201-1/+1
* Large step towards RTCM3 dumping. This code is still buggy and incomplete.Eric S. Raymond2008-07-161-2/+3
* Use the new bitfield extractor for RTCM3 fields.Eric S. Raymond2008-07-161-1/+1
* Rudimentary RTCM104v3 support compiles and splints clean. Eric S. Raymond2008-07-101-1/+2
* More preparation for RTCMv3. No behvioral changes yet.Eric S. Raymond2008-07-101-15/+8
* Add 3.1 fields to RTCM reporting structure.Eric S. Raymond2008-07-031-8/+143
* Add a CRC-24Q implementation. It's wrong, but it's a start.Eric S. Raymond2008-06-301-3/+6
* 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