summaryrefslogtreecommitdiff
path: root/driver_nmea.c
Commit message (Collapse)AuthorAgeFilesLines
* change the signal strength member to float.Chris Kuethe2009-06-221-1/+1
| | | | | | it can store all integer values we're likely to see, plus the floating point values that some protocols use in their raw measurement messages. regression tests still pass.
* Fix infinite-looping configuariuon bug reported by Andrew Mileski.Eric S. Raymond2009-03-161-4/+18
|
* Correct checksum computation on AIVDM packets.Eric S. Raymond2009-03-141-1/+1
|
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+936
rename the packet drivers to driver_$(protocol).c