aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/gain_group.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-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 nameJosh Blum2010-10-201-4/+22
|
* uhd: created floor_step to handle floating-point errors in gain groupJosh Blum2010-08-121-6/+25
|
* uhd: fix device recv docs on timeout, also fix typoJosh Blum2010-08-081-1/+1
|
* uhd: use int to round down for gain groupJosh Blum2010-08-061-5/+2
|
* Merge branch 'master' into codec_gainsJosh Blum2010-08-041-0/+152
Conflicts: host/lib/CMakeLists.txt host/lib/utils/gain_handler.cpp