Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | uhd: created a meta range that is a range of ranges for gains and freqs | Josh Blum | 2010-11-10 | 1 | -11/+11 |
| | | | | | | | | | | | | | | created a templated range that that holds a start, stop, and step created a meta-range template that is a vector of ranges meta-range can calculate the overall start, stop, step or be indexed to get at components replaced instances of range.min, max, step with the functions start() stop() and step() the xcvr frequency range is now expressed in as two ranges (have to fix its clip function though) | ||||
* | uhd: added name parameter to gain group, get range, set/get value by name | Josh Blum | 2010-10-20 | 1 | -4/+22 |
| | |||||
* | uhd: created floor_step to handle floating-point errors in gain group | Josh Blum | 2010-08-12 | 1 | -6/+25 |
| | |||||
* | uhd: fix device recv docs on timeout, also fix typo | Josh Blum | 2010-08-08 | 1 | -1/+1 |
| | |||||
* | uhd: use int to round down for gain group | Josh Blum | 2010-08-06 | 1 | -5/+2 |
| | |||||
* | Merge branch 'master' into codec_gains | Josh Blum | 2010-08-04 | 1 | -0/+152 |
Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp |