Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | moved host code into host directory for clean (unambiguous) top level | Josh Blum | 2010-02-17 | 1 | -44/+0 |
| | |||||
* | Added a templated dictionary class because its more useful than map. | Josh Blum | 2010-02-12 | 1 | -6/+5 |
| | | | | | | | Made the device addrs into a string:string dict. If its all strings we dont have to change the top level caller for new product. Created shared_iovec class to manage memory for device recvs. Work on the bro/dude control protocol for usrp2. | ||||
* | renamed usrp_uhd to uhd | Josh Blum | 2010-02-09 | 1 | -2/+2 |
| | |||||
* | Work on the properties framwork with wax::obj. | Josh Blum | 2010-02-01 | 1 | -1/+1 |
| | | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy. | ||||
* | added gpl license v3 | Josh Blum | 2010-01-29 | 1 | -0/+13 |
| | |||||
* | Switched from indexed properties to named properties. | Josh Blum | 2010-01-26 | 1 | -2/+2 |
| | | | | | Added some new properties for getting a list of antenna names, pps sources, ref sources... | ||||
* | Various tweaks, switched to boost unit testing. | Josh Blum | 2010-01-25 | 1 | -18/+4 |
| | |||||
* | Added more to the mboard test and the usrp device. | Josh Blum | 2010-01-21 | 1 | -0/+15 |
| | |||||
* | Added a usrp device abstration that creates usrp mboards. | Josh Blum | 2010-01-21 | 1 | -0/+31 |
Added a usrp mboard named test, its empty for now. |