summaryrefslogtreecommitdiff
path: root/nmea_parse.c
Commit message (Expand)AuthorAgeFilesLines
* It is now possible to configure out NMEA support.Eric S. Raymond2005-07-081-19/+21
* Report uniform 95% confidence intervals.Eric S. Raymond2005-07-081-5/+5
* Big driver structure refactoring.Eric S. Raymond2005-07-081-119/+116
* USED_SET needs to be a separate mask from SATELLITES_SET...Eric S. Raymond2005-07-081-1/+1
* Added Sony support.Eric S. Raymond2005-07-061-2/+5
* More prep work for 16-channel receivers.Eric S. Raymond2005-06-221-2/+2
* Ready to ship 2.26.Eric S. Raymond2005-06-211-2/+6
* Turn PPS off by default. Fix off-by-one error in ZDA processing.Eric S. Raymond2005-06-211-1/+1
* New packet-return API using newdata and explicit merging.Eric S. Raymond2005-06-151-34/+34
* First cut at implementing the CYCLE_START_SET flag.Eric S. Raymond2005-06-151-9/+19
* splint cleanup after NAN change.Eric S. Raymond2005-06-151-1/+1
* Use NAN consistently for out-of-bound values of double type.Eric S. Raymond2005-06-151-1/+1
* Various small cleanups.Eric S. Raymond2005-06-151-1/+1
* Type cleanup.Eric S. Raymond2005-06-101-1/+1
* Zero splint warnings!Eric S. Raymond2005-06-081-2/+2
* 41 splint warnings.Eric S. Raymond2005-06-071-14/+16
* 560 splint errors.Eric S. Raymond2005-05-291-8/+10
* 698 splint warnings.Eric S. Raymond2005-05-271-8/+8
* Get rid of more sprintfs.Eric S. Raymond2005-05-271-1/+1
* 1474 splint warnings.Eric S. Raymond2005-05-261-13/+13
* Make a start at cleaning up splint warnings.Eric S. Raymond2005-05-261-2/+2
* Fix embarassing unit-conversion bug.Eric S. Raymond2005-05-221-1/+1
* Head off the too-many-satellites error.Eric S. Raymond2005-05-201-0/+5
* Don't rely on the system clock under any circumstances.Eric S. Raymond2005-05-201-7/+3
* More attempts to squash the devicename-smashing bug.Eric S. Raymond2005-05-201-3/+7
* Avoid potential divide-by-zero error.Eric S. Raymond2005-05-201-1/+1
* Rob Janssen's second big timekeeping patch.Eric S. Raymond2005-05-161-6/+3
* Another round of fixes from Rob Janssen.Eric S. Raymond2005-04-301-3/+2
* Compute WGS84 separation if an NMEA GPS doesn't supply it.Eric S. Raymond2005-04-301-7/+2
* O command now reports speeds in meters/sec, making the O report all SI units.Eric S. Raymond2005-04-271-1/+1
* Arrange for O notifications to get shipped whenever the mode changes.Eric S. Raymond2005-04-121-2/+8
* Another Magellan workaround.Eric S. Raymond2005-04-121-1/+5
* Interpret satellite counts more carefully.Eric S. Raymond2005-04-111-1/+9
* More geoid tweaks.Gary E. Miller2005-04-011-0/+12
* Create new status flag to avoid spurious error messages in NMEA mode.Eric S. Raymond2005-03-311-12/+17
* OK, let's try this again. Only you can prevent malicious buffer overruns!Eric S. Raymond2005-03-311-1/+1
* Add tag field to 'o' response.Eric S. Raymond2005-03-301-1/+1
* Make NMEA parser independent of talker ID.Eric S. Raymond2005-03-291-4/+5
* More cleanup.Eric S. Raymond2005-03-291-4/+2
* Fix nmea_parse to no longer require alloca().Eric S. Raymond2005-03-291-36/+13
* Make sure all drivers set the packet tag field.Eric S. Raymond2005-03-291-1/+1
* Make the talker ID prefix a compile-time parameter.Eric S. Raymond2005-03-291-6/+8
* Make the code for converting GMT dates independent of Unix time-zone weirdness.Eric S. Raymond2005-03-281-4/+4
* Add a sentence_time member...Eric S. Raymond2005-03-261-4/+4
* Cope with midnight wrap -- GGA or GLL coming in just after midnight...Eric S. Raymond2005-03-261-0/+4
* We process GPZDA now, and deduce timestamps from old GPRMCs.Eric S. Raymond2005-03-261-21/+37
* New date logic -- get dates from last GPRMC, not system time.Eric S. Raymond2005-03-261-49/+33
* WHOLE_CYCLE could never work. Eric S. Raymond2005-03-261-14/+1
* Correct 8661 to 8601.Eric S. Raymond2005-03-251-3/+3
* Fix a logic bug that was keeping altitude from persisting when it should.Eric S. Raymond2005-03-241-11/+3