summaryrefslogtreecommitdiffstats
path: root/test/usrp_dboard_test.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-60/+0
|
* Compiling under old fedora8 with boost 1.37.Josh Blum2010-02-131-2/+2
| | | | | Fixed somethings that caused errors and warnings. Cannot get rid of all warnings on this system.
* renamed usrp_uhd to uhdJosh Blum2010-02-091-2/+2
|
* Made get_link the only way to create nested props.Josh Blum2010-02-051-2/+2
| | | | | Removed the obj::ptr and sptr typedefs. The dboard manager now must store not the subdevs, but their proxies.
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Added dboard id enum.Josh Blum2010-01-291-1/+1
| | | | Moved timespec into its own header.
* Added boost system (needed with asio) and date time (will need for ↵Josh Blum2010-01-271-0/+2
| | | | | | | | threading/sleeping). Added to dboard interface to get clock rates. Added OTHERS properties and some documentation type notes. Added more TODOs to the utils.
* Switched from indexed properties to named properties.Josh Blum2010-01-261-6/+6
| | | | | Added some new properties for getting a list of antenna names, pps sources, ref sources...
* Various tweaks, switched to boost unit testing.Josh Blum2010-01-251-20/+6
|
* Integrated cppunit into the build system.Josh Blum2010-01-151-0/+59
Added new test for the usrp dboard stuff.