aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/gain_handler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved props into usrp and multiple hpp filesJosh Blum2010-04-011-1/+1
|
* Added tune helper to utils.Josh Blum2010-03-291-1/+1
| | | | | | | Takes a subdevice and dxc properties object and tunes them. Made use of tune helper in simple device. Moved gain handler into utils header dir.
* refactored types.hpp into types directoryJosh Blum2010-03-271-12/+12
|
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-271-1/+1
| | | | | | | static for static block and static instance (singleton) assert for assertion and throwing related stuff algorithm for my addons to std::algorithm (has) and a new one, safe main, for having a main catch-all
* Moved typedefs from props.hpp into new file types.hpp.Josh Blum2010-03-211-16/+12
| | | | | | | Created structs to replace range tuples, and clock config struct. Merged clock config props into one property using config struct. Added templated dict construction to use the assign::map_list_of. Added gcc flag to set visibility to hidden and use the api macro.
* Replaced uses of wax:cast with the templated as method (like in boost ↵Josh Blum2010-03-151-3/+3
| | | | program options).
* Removed freq min and max and gain min, max, and step...Josh Blum2010-03-121-60/+38
| | | | | replaced it with gain and freq range tuples. This simplifies the api calls and subdev properties.
* Cleaned up the gain handler (thing that gets and sets wildcard gains)Josh Blum2010-03-111-114/+150
| | | | | | and made use of it in the dboard manager so it intercepts the sets and gets. While doing this, fixed something with nested links in wax obj. Added some useful macros and templates to the utils.
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-0/+167