summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* Get rid of some now-unused members.Eric S. Raymond2005-03-061-10/+14
* Fix some errors in code conditioning, remove an unused variable.Eric S. Raymond2005-03-051-9/+3
* Probe functions are now a per-driver capability. Eric S. Raymond2005-03-051-2/+1
* We have zero configuration. The -T option is dead.Eric S. Raymond2005-03-041-5/+5
* GetPacket() hangs in a read loop. Gary E. Miller2005-03-021-0/+4
* Make ready for checkpoint release.Eric S. Raymond2005-03-021-24/+28
* Logic to automatically switch to SiRF binary... Eric S. Raymond2005-03-021-0/+1
* Prototype SiRF driver now returns geodetic altitude.Eric S. Raymond2005-03-021-0/+1
* Clean up after PROFILING removal.Eric S. Raymond2005-03-011-2/+0
* Raw mode from binary drivers should report geoidal separation.Eric S. Raymond2005-03-011-0/+1
* Alpha version of SiRF-II driver. Doesn't get GSA information out yet, Eric S. Raymond2005-02-281-0/+2
* Packet engine now copes gracefully when reads span packet boundaries.Eric S. Raymond2005-02-281-8/+3
* Turn the private seconds member into a double so it can hold info aboutEric S. Raymond2005-02-281-1/+2
* Turns out reliable sync isn't good enough for some SiRF chips. you reallyEric S. Raymond2005-02-261-1/+0
* Baud- and stopbit-hunting works well enough now that we no longer need to keepEric S. Raymond2005-02-261-7/+6
* If Garmin sentence is not available, compute estimated position error from DOP.Eric S. Raymond2005-02-261-0/+37
* Explicit support for the FV18 is gone, instead we ship its init string at everyEric S. Raymond2005-02-261-2/+2
* e now iterate over 1 or 2 stop bits as well as baudrates.Eric S. Raymond2005-02-261-1/+2
* Expose another packet-engine entry point.Eric S. Raymond2005-02-251-0/+1
* First step in integrating the new packet sniffer. This version works, Eric S. Raymond2005-02-251-2/+24
* More efficient baud hunting -- always start at the last successful speed,Eric S. Raymond2005-02-241-2/+2
* Factor out sync after write.Eric S. Raymond2005-02-231-0/+1
* Baud-rate changes in this one work on both BU-303 and TN-200.Eric S. Raymond2005-02-211-1/+1
* Buffer size cleanup. Check that we get good data after a baud rateEric S. Raymond2005-02-201-1/+2
* Speed switching is now a per-driver capability.Eric S. Raymond2005-02-201-0/+1
* Better name for DTIME macro. Other small cleanups.Eric S. Raymond2005-02-171-1/+1
* This version breaks profiling (the problem is in gpsy.py somewhere)Eric S. Raymond2005-02-161-0/+4
* Fully implement C (cycle) command.Eric S. Raymond2005-02-141-1/+1
* Refactored so the binary dump stuff is not duplicated.Eric S. Raymond2005-02-141-2/+9
* Integrate first-cut Garmin binary driver.Eric S. Raymond2005-02-141-5/+7
* Refactor so the baud-rate setting is all in one place.Eric S. Raymond2005-02-131-8/+1
* SETTLE_TIME needs to be used in two places.Eric S. Raymond2005-02-131-0/+7
* Library version had to change anyway because of the buffer validationEric S. Raymond2005-02-131-1/+0
* Integrated baud-rate hunting.Eric S. Raymond2005-02-131-0/+1
* Refactor so NMEA validation lives with the parser.Eric S. Raymond2005-02-131-0/+1
* Monitor actual baud rate.Eric S. Raymond2005-02-111-0/+1
* Set the baud rate correctly.Eric S. Raymond2005-02-111-0/+1
* Convert sirf.c to use gpsd's existing NMEA checksum and send code.Eric S. Raymond2005-02-111-1/+1
* Implemented Z command (not yet documented) for profiling.Eric S. Raymond2005-02-081-1/+1
* Consify some arguments.Eric S. Raymond2005-01-011-1/+1
* Move config.h include into gpsd.h so we can never foo up the structure Eric S. Raymond2004-12-301-0/+1
* More code cleanup.Eric S. Raymond2004-10-221-19/+7
* -i has to be available if ZODIAC is. Get rid of an unneeded layer ofEric S. Raymond2004-10-221-9/+5
* No more globals, full re-entrancy.Eric S. Raymond2004-10-221-2/+12
* All code is now in the same brace style.Eric S. Raymond2004-10-051-1/+1
* More code polishing. Includes some portability improvements for the Eric S. Raymond2004-10-051-6/+2
* BSD port fixes and more code cleanup.Eric S. Raymond2004-10-041-0/+1
* Yet more fluff removal.Eric S. Raymond2004-09-301-21/+9
* Input handler does not actually have a rfeturn value, so make it void.Eric S. Raymond2004-09-301-1/+1
* Another compaction pass.Eric S. Raymond2004-09-291-1/+0