aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/gain_handler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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