aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/wrapper_utils.hpp
Commit message (Collapse)AuthorAgeFilesLines
* uhd: created a meta range that is a range of ranges for gains and freqsJosh Blum2010-11-101-1/+1
| | | | | | | | | | | | | | 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: replaced print warning with a post warning call and registryJosh Blum2010-10-261-2/+2
| | | | | | renamed print warning calls in the implementation fixed issue with dict::pop so it now works even if the value is not comparable
* usrp: moved warnings logic into wrappersJosh Blum2010-10-171-0/+66