summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* Move magnetic separation into the fix structure...Eric S. Raymond2005-04-301-0/+2
* O command now reports speeds in meters/sec, making the O report all SI units.Eric S. Raymond2005-04-271-1/+3
* Name of 'valid' member was misleading, fix it.Eric S. Raymond2005-04-131-1/+1
* Another attempt to sort out validity bits.Eric S. Raymond2005-04-121-3/+8
* Introduce explicit OOB value for uncertainty fields.Eric S. Raymond2005-04-121-0/+1
* Device list editing through a separate control socket.Eric S. Raymond2005-04-031-22/+30
* Create new status flag to avoid spurious error messages in NMEA mode.Eric S. Raymond2005-03-311-0/+1
* Add tag field to 'o' response.Eric S. Raymond2005-03-301-2/+2
* Add a sentence_time member...Eric S. Raymond2005-03-261-0/+1
* We process GPZDA now, and deduce timestamps from old GPRMCs.Eric S. Raymond2005-03-261-1/+2
* New date logic -- get dates from last GPRMC, not system time.Eric S. Raymond2005-03-261-0/+2
* gpsutils.c needed its own header.Eric S. Raymond2005-03-241-4/+1
* Document uncertainties better.Eric S. Raymond2005-03-231-7/+10
* Split up the estimated-error validity masks.Eric S. Raymond2005-03-231-19/+23
* Compute derived uncertainties for 'O' command.Eric S. Raymond2005-03-231-3/+3
* Zodiac returns estimated speed error.Eric S. Raymond2005-03-221-1/+1
* Second step in library refactoring.Eric S. Raymond2005-03-221-2/+3
* Add validity mask to the gps_data_t structure.Eric S. Raymond2005-03-221-5/+6
* Big structure reorganization.Eric S. Raymond2005-03-221-37/+54
* Remove more timestamp fields. Soon there will only be one per fix.Eric S. Raymond2005-03-221-35/+15
* Eliminate track stamp in favor of out-of-band value.Eric S. Raymond2005-03-211-2/+1
* Driver-mode field is continuously valid.Eric S. Raymond2005-03-211-1/+0
* Get ride of status and mode timestamps, these are continuously valid.Eric S. Raymond2005-03-211-4/+2
* Remove redundant timestamps.Eric S. Raymond2005-03-211-2/+0
* Daemon no longer depends on the raw hook to trigger watcher notifications.Eric S. Raymond2005-03-181-0/+17
* Document the unit-conversion multipliers better.Eric S. Raymond2005-03-171-7/+11
* gps_poll now handles multi-line resonses.Eric S. Raymond2005-03-141-1/+1
* First step towards implementing -'n' command -- define the driver slot.Eric S. Raymond2005-03-141-1/+3
* Prerelease cleanup.Eric S. Raymond2005-03-101-8/+2
* gps_open() docuementation error.Gary E. Miller2005-03-071-1/+1
* All timestamps are now millisecond resolution or better.Eric S. Raymond2005-03-051-2/+5
* Don't need this anymore since gpsd got autoconfiguration.Eric S. Raymond2005-03-031-1/+1
* Vertical Speed now stored in sensible units (meters/sec), same as altitude. Gary E. Miller2005-03-021-1/+1
* Insulation against future version-skew problems.Eric S. Raymond2005-03-011-1/+2
* Enable profiling all the time by default.Eric S. Raymond2005-03-011-3/+1
* Garmin now reports altitude velocityGary E. Miller2005-02-281-1/+1
* Alpha version of SiRF-II driver. Doesn't get GSA information out yet, Eric S. Raymond2005-02-281-0/+2
* Support for Garmin PGMRE sentence. Next step is to compute this from Eric S. Raymond2005-02-261-0/+7
* e now iterate over 1 or 2 stop bits as well as baudrates.Eric S. Raymond2005-02-261-2/+2
* Implemented the I command.Eric S. Raymond2005-02-231-6/+13
* Be a little smarter about PIGary E. Miller2005-02-211-0/+2
* Precision changes.Eric S. Raymond2005-02-211-1/+1
* Measure RS232 transmission time rather than deducing it.Eric S. Raymond2005-02-171-1/+2
* Better name for DTIME macro. Other small cleanups.Eric S. Raymond2005-02-171-5/+1
* Still producing negative E1+T1, but the client code looks better.Eric S. Raymond2005-02-161-0/+3
* Track sentences seen.Eric S. Raymond2005-02-161-0/+9
* This version breaks profiling (the problem is in gpsy.py somewhere)Eric S. Raymond2005-02-161-2/+11
* Gary Miller's second version of the Garmin support.Eric S. Raymond2005-02-151-1/+1
* Fully implement C (cycle) command.Eric S. Raymond2005-02-141-0/+1
* Profiling flag is now a per-session variable.Eric S. Raymond2005-02-131-0/+1