summaryrefslogtreecommitdiff
path: root/nmea_parse.c
Commit message (Expand)AuthorAgeFilesLines
* Provide send_nmea service for drivers.Eric S. Raymond2004-09-031-11/+39
* Clean the vendor-specific stuff out of zodiac.cEric S. Raymond2004-09-021-12/+31
* Shoot PRWIZCH support through the head. Pre-1.10 gpsd never shipped this dataEric S. Raymond2004-08-311-29/+0
* Don't set satellites_used in GGA, it's not coorect to theEric S. Raymond2004-08-311-2/+1
* Fix bug in date copying.Eric S. Raymond2004-08-291-2/+2
* Code cleanup. Make some validity checks uniform.Eric S. Raymond2004-08-291-11/+14
* Timestamps to ISO8601 format -- no more US-centric date format assumptions.Eric S. Raymond2004-08-281-23/+20
* Three sentences, GGA and GGL and RMC, contain timestamps.Eric S. Raymond2004-08-271-50/+87
* Timestamp on GPRMC might have a decimal part. Don't throw it away.Eric S. Raymond2004-08-271-4/+3
* Get rid of an unnecessary buffer copy.Eric S. Raymond2004-08-271-15/+14
* Fix a *nasty* array-overrun bug. The old code was using the "used"Eric S. Raymond2004-08-261-2/+1
* James Cameron's bugfixes.Eric S. Raymond2004-08-251-0/+1
* Documentation tweaks.Eric S. Raymond2004-08-241-1/+1
* Don't discard $ before control word matching.Eric S. Raymond2004-08-241-26/+28
* Disable some data filtering that was causing problems.Eric S. Raymond2004-08-241-21/+0
* Do a better job of filtering junk in satelite data.Eric S. Raymond2004-08-241-10/+17
* A big name change. The gps* and gpsd* namespaces swap places, so gps_*Eric S. Raymond2004-08-221-11/+11
* The gps client now goes through the daemon. Relayerr functionalityEric S. Raymond2004-08-211-24/+42
* Second half of file name change, and some function name changes.Eric S. Raymond2004-08-201-10/+21
* More cleanup after PRWIZCH. Don't build the signal-strength widget inEric S. Raymond2004-08-201-1/+3
* Satellite query command is now working.Eric S. Raymond2004-08-181-2/+2
* Name change before redesigning 'i'.Eric S. Raymond2004-08-181-2/+2
* PRWIZCH handling conditioned out.Eric S. Raymond2004-08-181-5/+16
* Make some fieldnames a bit clearer.Eric S. Raymond2004-08-181-3/+3
* Separate speed and track stamps.Eric S. Raymond2004-08-181-1/+6
* Change some debug levels.Eric S. Raymond2004-08-181-6/+6
* Cleanup of date-parsing code.Eric S. Raymond2004-08-181-20/+17
* Pull the output-data structure into the library namespace.Eric S. Raymond2004-08-171-10/+10
* Split new gps.h from gpsd.h.Eric S. Raymond2004-08-171-1/+3
* Added T command.Eric S. Raymond2004-08-171-2/+2
* Avoid possible Year 2100 bug.Eric S. Raymond2004-08-161-7/+12
* Associate the right stamp with the right field!.Eric S. Raymond2004-08-161-1/+1
* Sanity-check to throw out some malformed BU-303 sentences.Eric S. Raymond2004-08-161-3/+17
* We now compute changed bits for all fields.Eric S. Raymond2004-08-151-53/+71
* Code now consistently uses timestamp objects; the old cflags are gone.Eric S. Raymond2004-08-151-28/+20
* Document some limits.Eric S. Raymond2004-08-151-3/+3
* Include cleanup, add some magic constants.Eric S. Raymond2004-08-151-7/+2
* gps.c and xgpsspeed.c are rewritten to use the new library interface.Eric S. Raymond2004-08-141-1/+1
* Header consolidation. Sinse there is really only one contextEric S. Raymond2004-08-131-14/+13
* Added more documentation on NMEA sentence types.Eric S. Raymond2004-08-131-50/+127
* Finally, re-enable status error checking.Eric S. Raymond2004-08-131-99/+100
* Clean up error-reporting levels.Eric S. Raymond2004-08-131-1/+8
* Define a common data structure for lifetime checks, and accessorEric S. Raymond2004-08-131-6/+8
* invert these so we parse the correct sentence type.Derrick Brashear2004-08-121-2/+2
* Somehow processPMGNST was not in the command dispatcher.Eric S. Raymond2004-08-111-4/+18
* Added interpretation of GPGLL sentence, made code able to interpretEric S. Raymond2004-08-111-3/+90
* ESR's gpsd patch #5: This is the big refactoring patch.Eric S. Raymond2004-08-111-1/+0
* ESR's gpsd patch #4: This is the one that nukes globals.Eric S. Raymond2004-08-111-62/+84
* Need to set timestamp for altitude too.Remco Treffkorn2004-03-231-0/+1
* see CHANGELOG 20040421Remco Treffkorn2004-03-221-22/+25