summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Library version had to change anyway because of the buffer validationEric S. Raymond2005-02-131-6/+4
* Compensate for stop bits.Eric S. Raymond2005-02-101-1/+1
* We can now getr the baud rate.Eric S. Raymond2005-02-091-0/+1
* Add name field to profiling data.Eric S. Raymond2005-02-091-0/+2
* We get good profiling data for two steps now.Eric S. Raymond2005-02-091-2/+1
* Implemented Z command (not yet documented) for profiling.Eric S. Raymond2005-02-081-0/+7
* Back out the reconnect patch.Eric S. Raymond2005-01-161-2/+0
* Integrate support for automatic reconnect on connection drop.Eric S. Raymond2005-01-151-0/+2
* James Cameron's --unit patch.Eric S. Raymond2005-01-031-1/+1
* Added -k option to client.Eric S. Raymond2005-01-031-0/+1
* Drop back to void type for the raw-mode hook.Eric S. Raymond2005-01-021-6/+2
* Change to the return type of raw hook.Eric S. Raymond2005-01-021-3/+7
* Consify some arguments.Eric S. Raymond2005-01-011-6/+6
* Use GMT consistently.Eric S. Raymond2004-12-171-4/+1
* Allow M to return MODE_NOT_SEEN.Eric S. Raymond2004-11-171-0/+1
* Unnecessary comment removed.Eric S. Raymond2004-10-241-3/+0
* First step towards C++.Eric S. Raymond2004-10-161-0/+16
* Make sure all files that need config.h inclusion have it.Eric S. Raymond2004-10-051-2/+2
* More fluff removal.Eric S. Raymond2004-09-301-10/+7
* Make conversion constants visible.Eric S. Raymond2004-09-241-0/+5
* Move a member out of the structure that is visible to clients.Eric S. Raymond2004-09-081-1/+0
* Provide send_nmea service for drivers.Eric S. Raymond2004-09-031-2/+6
* Clean the vendor-specific stuff out of zodiac.cEric S. Raymond2004-09-021-3/+3
* Shoot PRWIZCH support through the head. Pre-1.10 gpsd never shipped this dataEric S. Raymond2004-08-311-11/+0
* libgps.a interface change, everything goes in a malloced struct now.Eric S. Raymond2004-08-291-4/+6
* Better explanatory comments.Eric S. Raymond2004-08-291-29/+26
* Last-fix updates now happen on all three of GPRMC, GPGGA, and GPGSA.Eric S. Raymond2004-08-271-4/+16
* Acknowledge a theological dispute.Eric S. Raymond2004-08-271-1/+8
* Oops. Unfrotz the default port number.Eric S. Raymond2004-08-271-1/+1