summaryrefslogtreecommitdiff
path: root/gpsd.h
Commit message (Expand)AuthorAgeFilesLines
* Changed name of gpscli_report to gpsd_report and added stub,Eric S. Raymond2004-09-081-1/+1
* Move a member out of the structure that is visible to clients.Eric S. Raymond2004-09-081-1/+2
* Allow drivers to declare stop bits for their device.Eric S. Raymond2004-09-021-2/+2
* Clean the vendor-specific stuff out of zodiac.cEric S. Raymond2004-09-021-5/+4
* Another step in the Zodiac rename.Eric S. Raymond2004-09-011-2/+2
* Change EarthMate to Zodiac, because the newer EarthMates have aEric S. Raymond2004-09-011-2/+2
* Shoot PRWIZCH support through the head. Pre-1.10 gpsd never shipped this dataEric S. Raymond2004-08-311-0/+12
* Avoid exporting a fixed-size table.Eric S. Raymond2004-08-311-1/+1
* Attempt FV18 support.Eric S. Raymond2004-08-311-0/+1
* About to switch to autogen-based build...Eric S. Raymond2004-08-291-1/+1
* Remove debug member from session structure.Eric S. Raymond2004-08-291-6/+1
* Move some structure members used only for housekeeping out of theEric S. Raymond2004-08-291-2/+14
* Y command now carries information about which satellites were used inEric S. Raymond2004-08-241-1/+0
* Offline check is no longer subject to false positives.Eric S. Raymond2004-08-241-0/+1
* Don't discard $ before control word matching.Eric S. Raymond2004-08-241-8/+8
* Clean up things so gpscli_report() is no longer required on client side.Eric S. Raymond2004-08-241-1/+0
* There is no longer any good reason for passivesock to be in theEric S. Raymond2004-08-231-2/+1
* Timeouts at the daemon level were a mistake. This commit removes them.Eric S. Raymond2004-08-231-1/+1
* Typo fixes.Eric S. Raymond2004-08-231-1/+1
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-19/+19
* 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/+1
* Raw hook is now part of the gps_data structure. This is an essentialEric S. Raymond2004-08-201-1/+0
* Get rid of process_exception(). All the trigger strings by which weEric S. Raymond2004-08-201-0/+2
* Second half of file name change, and some function name changes.Eric S. Raymond2004-08-201-3/+3
* gps_poll() returns an int now.Eric S. Raymond2004-08-201-1/+1
* Hide another #define.Eric S. Raymond2004-08-181-1/+2
* More things are internals now.Eric S. Raymond2004-08-171-13/+11
* Hide more stuff that doesn't need to be visible.Eric S. Raymond2004-08-171-1/+45
* Pull the output-data structure into the library namespace.Eric S. Raymond2004-08-171-1/+1
* Hide some things that don't seed to be visible.Eric S. Raymond2004-08-171-3/+13
* Split new gps.h from gpsd.h.Eric S. Raymond2004-08-171-135/+1
* Change structures so we can set speed explicitly.Eric S. Raymond2004-08-171-3/+3
* Added T command.Eric S. Raymond2004-08-171-1/+1
* We now compute changed bits for all fields.Eric S. Raymond2004-08-151-0/+2
* SEEN no longer depends on the clock.Eric S. Raymond2004-08-151-3/+3
* Code now consistently uses timestamp objects; the old cflags are gone.Eric S. Raymond2004-08-151-10/+7
* Document some limits.Eric S. Raymond2004-08-151-1/+1
* Include cleanup, add some magic constants.Eric S. Raymond2004-08-151-19/+21
* Change the name of the master structure.Eric S. Raymond2004-08-141-12/+12
* No more global context in the library, it's all session pointers now.Eric S. Raymond2004-08-141-5/+7
* gps.c and xgpsspeed.c are rewritten to use the new library interface.Eric S. Raymond2004-08-141-1/+1
* Add an end-of-sssion wrapup function.Eric S. Raymond2004-08-141-0/+1
* More interface cleanup, make operations relative to a session structure.Eric S. Raymond2004-08-141-6/+9
* New library code successfully split out. Now to clean up.Eric S. Raymond2004-08-141-0/+7
* Begin abstracting out the raw-mode handling.Eric S. Raymond2004-08-141-2/+1
* Another step towards a clean library interface.Eric S. Raymond2004-08-141-3/+7
* Header consolidation. Sinse there is really only one contextEric S. Raymond2004-08-131-4/+103
* Namespace control. Give all library functions an appropriate prefix.Eric S. Raymond2004-08-131-8/+11
* Clean up error-reporting levels.Eric S. Raymond2004-08-131-1/+0