summaryrefslogtreecommitdiffstats
path: root/host/lib/simple_device.cpp
Commit message (Expand)AuthorAgeFilesLines
* Moved usrp specific things into usrp directories and namespaces.Josh Blum2010-04-011-207/+0
* moved props into usrp and multiple hpp filesJosh Blum2010-04-011-1/+5
* Added utility methods to device addr and mac addr to make them more usable.Josh Blum2010-03-291-25/+1
* use bb_rate and if_rate to handle dxc io ratesJosh Blum2010-03-291-10/+6
* Added tune helper to utils.Josh Blum2010-03-291-71/+3
* refactored types.hpp into types directoryJosh Blum2010-03-271-3/+2
* Split utils.hpp into subdir with multiple files.Josh Blum2010-03-271-2/+2
* Overhaullllllled the way we do streaming. There is an odd bug whereJosh Blum2010-03-251-11/+2
* Added example app to receive timed samples.Josh Blum2010-03-231-0/+16
* Added ability to load modules at runtimeJosh Blum2010-03-211-1/+0
* Moved typedefs from props.hpp into new file types.hpp.Josh Blum2010-03-211-24/+9
* changes to get tuning workingJosh Blum2010-03-161-2/+10
* Replaced uses of wax:cast with the templated as method (like in boost program...Josh Blum2010-03-151-27/+27
* Removed freq min and max and gain min, max, and step...Josh Blum2010-03-121-34/+22
* Filled in dboard code for basics and lf type boards.Josh Blum2010-03-101-2/+12
* Added simple device to handle wrapping general properties up into simple api.Josh Blum2010-03-101-0/+303