summaryrefslogtreecommitdiff
path: root/driver_italk.h
Commit message (Collapse)AuthorAgeFilesLines
* SPDXify the licerse references.Eric S. Raymond2018-03-081-1/+1
|
* more flag definitionsChris Kuethe2010-05-131-5/+43
|
* XXX -> FIX-ME: Avoids false matches with autoconf cruft.Eric S. Raymond2010-05-121-1/+1
| | | | | | | So we can grep for things that need to be cleaned up without a lot of noise. All regression tests pass.
* Vanish away Id and Rev $ keywords, git won't expand them to anything useful.Eric S. Raymond2010-03-131-2/+1
|
* Copyright stamps everywhere. No code changes.Eric S. Raymond2010-03-111-1/+5
|
* italk can do raw subframe output tooChris Kuethe2009-07-091-0/+3
|
* The itrax03 is a 12-channel receiver. so say all the spec sheets... Chris Kuethe2009-03-041-1/+1
| | | | | yet i'm getting at least 13 SV reports, and that's not counting WAAS birds. maybe they meant "12 GPS channel + a few more for WAAS"
* fix another bug in the italk decoder. Chris Kuethe2009-03-041-0/+2
| | | | | | bad PRN_STATUS messages can cause gpsd to run off the end of allocated space for SV info leading to a bus error later on when we try recalculate the DOPs.
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+498
rename the packet drivers to driver_$(protocol).c