summaryrefslogtreecommitdiff
path: root/driver_evermore.c
Commit message (Collapse)AuthorAgeFilesLines
* change the signal strength member to float.Chris Kuethe2009-06-221-4/+3
| | | | | | 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.
* Might fix an odd bug reported by Greg Troxel.Eric S. Raymond2009-03-071-1/+1
|
* .cycle_chars is gone, replaced by min_cycle.Eric S. Raymond2009-03-071-1/+1
|
* Remove 'cycle' member from device structure. Eric S. Raymond2009-03-071-1/+0
| | | | | | | It was only ever being set to constant 1. Instead, we keep the current cycle in gpsdata and initialize it in gpsd_init(). This makes no behavioral changes, but clears the decks for better handling of rate switchers.
* Support --disable-controlsendEric S. Raymond2009-03-061-45/+49
|
* Simplify the way ALLOW_RECONFIGURE works.Eric S. Raymond2009-03-061-19/+10
| | | | | | | | | | It now conditions out the speed-switcher, mode-switcher, and rate-switcher methods of the driver structure entirely. This makes it possible to condition out whole functions (rather than small bits that do device writes) almost everywhere. Build tested with ALLOW_RECONFIGURE off. This improvement should make the embedded people happy.
* EverMore gets a rate-switcher method.Eric S. Raymond2009-03-051-1/+25
|
* squelch warning about sign comparisonChris Kuethe2009-03-051-1/+1
|
* repository beautification, part 2:Chris Kuethe2009-03-021-0/+522
rename the packet drivers to driver_$(protocol).c