summaryrefslogtreecommitdiffstats
path: root/test/wax_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-98/+0
|
* Getting hello packets from the usrp2 with ip and mac addrs.Josh Blum2010-02-111-6/+0
| | | | Cleaned up the mb build system a bit.
* renamed usrp_uhd to uhdJosh Blum2010-02-091-1/+1
|
* Made get_link the only way to create nested props.Josh Blum2010-02-051-2/+0
| | | | | Removed the obj::ptr and sptr typedefs. The dboard manager now must store not the subdevs, but their proxies.
* Work on the properties framwork with wax::obj.Josh Blum2010-02-011-7/+9
| | | | 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-0/+13
| | | | | Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name.
* Various tweaks, switched to boost unit testing.Josh Blum2010-01-251-26/+6
|
* Integrated cppunit into the build system.Josh Blum2010-01-151-38/+55
| | | | Added new test for the usrp dboard stuff.
* Added strict compiler flags.Josh Blum2010-01-131-1/+1
| | | | | Made changes to meet compilation. Added test to verify ip and mac addr code.
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-121-0/+81
The fpga and firmware are empty placeholders for now.