aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/usrp2/mboard_impl.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Moved typedefs from props.hpp into new file types.hpp.Josh Blum2010-03-211-46/+28
| | | | | | | 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.
* added install path for dll, fixed idiotic msvc error where making a vector ↵Josh Blum2010-03-191-5/+5
| | | | with proxies crashes the app, seems to be ok with the sptr fix, in other good news, discover usrps works in my vm for the usrp2
* Replaced uses of wax:cast with the templated as method (like in boost ↵Josh Blum2010-03-151-13/+13
| | | | program options).
* handle getting and setting mac and ip addr from the hostJosh Blum2010-03-121-2/+67
|
* Added simple device to handle wrapping general properties up into simple api.Josh Blum2010-03-101-5/+30
| | | | | Added setting time capability to the usrp2 impl. Messing with props and time specs...
* Send the number of samples per datagram over the control.Josh Blum2010-03-011-7/+4
| | | | | | Worked on the io impl for usrp2 (added loop unrolls and 32 bit buffers). Added some vrt rx constants to the fw common used by host and fw. Removed the MTU prop and added a general device prop for num samples.
* Made the usrp2 impl into a device.Josh Blum2010-02-211-2/+9
| | | | | Removed the usrp device wrapper and usrp2 cpp file outside of the usrp2 lib dir. Also removed the mboard base files since we wont be needing them.
* Moved lib and include contents of dboard and mboard one directory up and ↵Josh Blum2010-02-211-0/+196
prefixed them with dboard_ and mboard_. And yes, the code is compiling.