Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | This is a manual merge of codec_gains2 into usrp2py. | Nick Foster | 2010-07-27 | 1 | -121/+0 |
| | |||||
* | Renamed the prop set/get error macros so they make sense for not-implemented ↵ | Josh Blum | 2010-04-26 | 1 | -2/+2 |
| | | | | properties. | ||||
* | Work on exceptions. | Josh Blum | 2010-04-25 | 1 | -3/+3 |
| | | | | | Added props exception macro to make the set/get prop switch statements easier. Made use of boost throw exception macro for throw-site information in throw assert. | ||||
* | renamed dict get key and value methods | Josh Blum | 2010-04-05 | 1 | -1/+1 |
| | |||||
* | moved props into usrp and multiple hpp files | Josh Blum | 2010-04-01 | 1 | -1/+1 |
| | |||||
* | Added tune helper to utils. | Josh Blum | 2010-03-29 | 1 | -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. | ||||
* | minor fix to wax test to get unit testing working on windows, added missing ↵ | Josh Blum | 2010-03-28 | 1 | -2/+2 |
| | | | | config include to static.hpp to compile under windows | ||||
* | refactored types.hpp into types directory | Josh Blum | 2010-03-27 | 1 | -11/+11 |
| | |||||
* | Moved typedefs from props.hpp into new file types.hpp. | Josh Blum | 2010-03-21 | 1 | -6/+5 |
| | | | | | | | 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 Blum | 2010-03-15 | 1 | -6/+6 |
| | | | | program options). | ||||
* | Removed freq min and max and gain min, max, and step... | Josh Blum | 2010-03-12 | 1 | -48/+32 |
| | | | | | 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 Blum | 2010-03-11 | 1 | -4/+14 |
| | | | | | | 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 level | Josh Blum | 2010-02-17 | 1 | -0/+128 |