summaryrefslogtreecommitdiffstats
path: root/lib/usrp/usrp.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-98/+0
|
* Made use of templated dict to replace used of mapJosh Blum2010-02-121-3/+2
| | | | and to get rid of utility call.
* Added a templated dictionary class because its more useful than map.Josh Blum2010-02-121-4/+11
| | | | | | | 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.
* Getting hello packets from the usrp2 with ip and mac addrs.Josh Blum2010-02-111-2/+2
| | | | Cleaned up the mb build system a bit.
* added transport directory and udp transportJosh Blum2010-02-091-7/+7
|
* renamed usrp_uhd to uhdJosh Blum2010-02-091-6/+6
|
* Work on the properties framwork with wax::obj.Josh Blum2010-02-011-5/+5
| | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Added gain handler class to manage wildcard gain settings.Josh Blum2010-01-281-5/+2
| | | | | Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name.
* Switched from indexed properties to named properties.Josh Blum2010-01-261-10/+13
| | | | | Added some new properties for getting a list of antenna names, pps sources, ref sources...
* Added more to the mboard test and the usrp device.Josh Blum2010-01-211-4/+25
|
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-211-0/+58
Added a usrp mboard named test, its empty for now.