summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* Type cleanup.Eric S. Raymond2005-06-101-2/+3
* Zero splint warnings!Eric S. Raymond2005-06-081-2/+3
* 41 splint warnings.Eric S. Raymond2005-06-071-27/+29
* 560 splint errors.Eric S. Raymond2005-05-291-0/+1
* 1383 splint error messages.Eric S. Raymond2005-05-261-2/+2
* Down to 1562 splint warnings.Eric S. Raymond2005-05-261-8/+8
* Followup to the TSIP patch; also, a manual-page correction.Eric S. Raymond2005-05-261-2/+2
* Change API so raw_hook takes a length argument; supports dumping binary packets.Eric S. Raymond2005-05-261-4/+4
* Support R=2.Eric S. Raymond2005-05-241-4/+4
* Preparation for the TSIP driver.Eric S. Raymond2005-05-241-1/+1
* Rthe range of atan2() includes -1.Eric S. Raymond2005-05-241-2/+2
* Separate the synchronous from asynchronous hooks in the user library.Eric S. Raymond2005-05-231-0/+1
* OOps, add appropriate constant.Eric S. Raymond2005-05-221-0/+1
* Pass along, or compute, TDOP and GDOP.Eric S. Raymond2005-05-221-1/+1
* Merged in thread-callback and C++-wrapper support fom Alfredo Pironti.Eric S. Raymond2005-05-201-0/+2
* DBUS broadcast support by Amaury Jaquot.Eric S. Raymond2005-05-201-1/+1
* Rob Janssen's second big timekeeping patch.Eric S. Raymond2005-05-161-2/+2
* 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