Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | changes to get tuning working | Josh Blum | 2010-03-16 | 1 | -2/+10 |
| | |||||
* | Replaced uses of wax:cast with the templated as method (like in boost ↵ | Josh Blum | 2010-03-15 | 1 | -27/+27 |
| | | | | program options). | ||||
* | Removed freq min and max and gain min, max, and step... | Josh Blum | 2010-03-12 | 1 | -34/+22 |
| | | | | | replaced it with gain and freq range tuples. This simplifies the api calls and subdev properties. | ||||
* | Filled in dboard code for basics and lf type boards. | Josh Blum | 2010-03-10 | 1 | -2/+12 |
| | | | | | | The dboard is now just a uint16 (dont bother with the enums). The dboard manager now registers subdevs with a name. The basic board code uses a static block to register itself. | ||||
* | Added simple device to handle wrapping general properties up into simple api. | Josh Blum | 2010-03-10 | 1 | -0/+303 |
Added setting time capability to the usrp2 impl. Messing with props and time specs... |