aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/utils/gain_group.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: replaced many conditional prints with UHD_LOG usageJosh Blum2011-05-041-3/+3
|
* uhd: switch algorithm namespace to uhdJosh Blum2011-02-241-3/+3
|
* uhd: renamed the assert header to assert hasJosh Blum2011-02-241-1/+1
| | | | | | | | only the assert has implementation is in this header uhd assert throw moved to the exception header updated code base includes to match
* uhd: replace all the instances of float not pertaining to io types with ↵Josh Blum2011-01-111-9/+9
| | | | double, simplifies life
* uhd: update copyright datesJosh Blum2011-01-051-1/+1
|
* uhd: replaced templated ranges with one range thing using doubles only to ↵Josh Blum2011-01-051-9/+9
| | | | avoid trouble with compiler portability
* 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