summaryrefslogtreecommitdiffstats
path: root/lib/gain_handler.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-167/+0
|
* Compiling under old fedora8 with boost 1.37.Josh Blum2010-02-131-13/+18
| | | | | Fixed somethings that caused errors and warnings. Cannot get rid of all warnings on this system.
* renamed usrp_uhd to uhdJosh Blum2010-02-091-3/+3
|
* Made get_link the only way to create nested props.Josh Blum2010-02-051-1/+1
| | | | | Removed the obj::ptr and sptr typedefs. The dboard manager now must store not the subdevs, but their proxies.
* Work on the properties framwork with wax::obj.Josh Blum2010-02-011-10/+10
| | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Added gain handler class to manage wildcard gain settings.Josh Blum2010-01-281-0/+149
Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name.