summaryrefslogtreecommitdiff
path: root/libgps.c
Commit message (Expand)AuthorAgeFilesLines
* First, and untested, cut at adding environment sensitive measurement units.Gary E. Miller2005-04-161-0/+59
* Name of 'valid' member was misleading, fix it.Eric S. Raymond2005-04-131-35/+34
* Another attempt to sort out validity bits.Eric S. Raymond2005-04-121-19/+35
* Introduce explicit OOB value for uncertainty fields.Eric S. Raymond2005-04-121-9/+9
* Simpler flag-clearing on O=?.Eric S. Raymond2005-04-121-6/+2
* O=? now clears status flags. This allows libgps to flag when a GPS loses a fix.Gary E. Miller2005-04-121-3/+6
* Fix more potential coredumps in libgps.cGary E. Miller2005-04-111-22/+68
* Attempted fix #2 for Gary's Y bug.Eric S. Raymond2005-04-101-2/+2
* Fix for Gary's satellite-picture bug.Eric S. Raymond2005-04-091-1/+1
* Y now has a tag as well as a timestamp.Eric S. Raymond2005-04-041-5/+6
* Device list editing through a separate control socket.Eric S. Raymond2005-04-031-13/+73
* Cope with the case where client has no GPS attached.Eric S. Raymond2005-04-021-8/+25
* Add timestamp to the 'Y' command.Eric S. Raymond2005-04-011-2/+8
* Add tag field to 'o' response.Eric S. Raymond2005-03-301-4/+5
* Daemon no longer needs tzoffset directly.Eric S. Raymond2005-03-281-2/+4
* Make sure the mode gets set properly.Eric S. Raymond2005-03-261-2/+3
* Correct 8661 to 8601.Eric S. Raymond2005-03-251-1/+1
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-4/+6
* Watcher mode now uses 'o' command to dump status.Eric S. Raymond2005-03-231-2/+2
* Enable the library tester to build again.Eric S. Raymond2005-03-231-31/+26
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-0/+40
* Second step in library refactoring.Eric S. Raymond2005-03-221-23/+18
* Big structure reorganization.Eric S. Raymond2005-03-221-62/+44
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-29/+7
* Eliminate track stamp in favor of out-of-band value.Eric S. Raymond2005-03-211-5/+2
* Driver-mode field is continuously valid.Eric S. Raymond2005-03-211-5/+1
* Get ride of status and mode timestamps, these are continuously valid.Eric S. Raymond2005-03-211-10/+2
* Remove redundant timestamps.Eric S. Raymond2005-03-211-18/+6
* N command is now fully implemented.Eric S. Raymond2005-03-151-0/+7
* gps_poll now handles multi-line resonses.Eric S. Raymond2005-03-141-151/+155
* Prerelease cleanup.Eric S. Raymond2005-03-101-2/+2
* Improve gps_poll() documentation of return values.Gary E. Miller2005-03-071-1/+16
* All timestamps are now millisecond resolution or better.Eric S. Raymond2005-03-051-6/+4
* Vertical Speed now stored in sensible units (meters/sec), same as altitude. Gary E. Miller2005-03-021-1/+1
* Enable profiling all the time by default.Eric S. Raymond2005-03-011-9/+0
* Alpha version of SiRF-II driver. Doesn't get GSA information out yet, Eric S. Raymond2005-02-281-0/+7
* Checking for change bits is no longer a driver responsibility, it's now doneEric S. Raymond2005-02-271-2/+2
* Support for Garmin PGMRE sentence. Next step is to compute this from Eric S. Raymond2005-02-261-0/+7
* Don't assert there's no fix if status is good but GSA has not yet been seen.Eric S. Raymond2005-02-241-1/+1
* Implemented the I command.Eric S. Raymond2005-02-231-0/+6
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-2/+2
* Measure RS232 transmission time rather than deducing it.Eric S. Raymond2005-02-171-3/+5
* Better name for DTIME macro. Other small cleanups.Eric S. Raymond2005-02-171-2/+2
* Don't set field timestamps to nonzero at beginning of session -- whenEric S. Raymond2005-02-161-13/+2
* This version breaks profiling (the problem is in gpsy.py somewhere)Eric S. Raymond2005-02-161-3/+23
* Fully implement C (cycle) command.Eric S. Raymond2005-02-141-3/+6
* Don't use colons in B command.Eric S. Raymond2005-02-141-1/+1
* Baud rate querying is now done through B.Eric S. Raymond2005-02-131-0/+3
* Profiling flag is now a per-session variable.Eric S. Raymond2005-02-131-2/+1
* Compensate for stop bits.Eric S. Raymond2005-02-101-1/+2