summaryrefslogtreecommitdiff
path: root/gps.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Fill Hamish's requist for info about defaults in the usage message.Eric S. Raymond2004-08-261-0/+2
* Clean up things so gpscli_report() is no longer required on client side.Eric S. Raymond2004-08-241-11/+19
* Timeouts at the daemon level were a mistake. This commit removes them.Eric S. Raymond2004-08-231-8/+4
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-6/+6
* Remove unused member.Eric S. Raymond2004-08-221-1/+0
* The gps client now goes through the daemon. Relayerr functionalityEric S. Raymond2004-08-211-0/+1
* Another step in raw-hook support for the client library.Eric S. Raymond2004-08-211-1/+3
* Raw hook is now part of the gps_data structure. This is an essentialEric S. Raymond2004-08-201-0/+3
* Followup on X command -- online member now has its own real version stamp.Eric S. Raymond2004-08-201-0/+1
* New 'X' command and 'online' member in gps_data struct allows clientEric S. Raymond2004-08-201-0/+2
* Declare the public functions.Eric S. Raymond2004-08-181-2/+4