summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-1/+3
* First steps towards solving Rob Janssen's DOP problem.Eric S. Raymond2005-06-201-0/+1
* Clear the fix flag when nuking a fix.Eric S. Raymond2005-06-171-0/+1
* New data-lifetime code looks like it might be ready for prime time.Eric S. Raymond2005-06-171-12/+14
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-3/+16
* First cut at implementing the CYCLE_START_SET flag.Eric S. Raymond2005-06-151-0/+1
* Use NAN consistently for out-of-bound values of double type.Eric S. Raymond2005-06-151-11/+1
* Collect all policy in one spot. Doing this turned up a bug in speed dumping.Eric S. Raymond2005-06-131-1/+1
* Clean up after the raw_hook architecture change.Eric S. Raymond2005-06-121-4/+4
* 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