summaryrefslogtreecommitdiffstats
path: root/include/usrp_uhd/props.hpp
Commit message (Collapse)AuthorAgeFilesLines
* renamed usrp_uhd to uhdJosh Blum2010-02-091-165/+0
|
* Work on the properties framwork with wax::obj.Josh Blum2010-02-011-2/+2
| | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Added dboard id enum.Josh Blum2010-01-291-31/+1
| | | | Moved timespec into its own header.
* Added gain handler class to manage wildcard gain settings.Josh Blum2010-01-281-0/+12
| | | | | Gets overall gains and sets overall gains when used. Wild card gain will be a gain with an empty string name.
* Added boost system (needed with asio) and date time (will need for ↵Josh Blum2010-01-271-11/+22
| | | | | | | | 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-10/+15
| | | | | Added some new properties for getting a list of antenna names, pps sources, ref sources...
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-211-0/+154
Added a usrp mboard named test, its empty for now.