aboutsummaryrefslogtreecommitdiffstats
path: root/host/test/gain_group_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-9/+9
| | | | | | | | | | | | | | 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-2/+2
|
* usrp: needed default constructor for MSVC, fixed gain group float warningsJosh Blum2010-08-111-2/+2
|
* fixed template problems in gain_group_testNick Foster2010-07-271-8/+8
|
* uhd: added gain group and unit testing for itJosh Blum2010-07-271-0/+122