aboutsummaryrefslogtreecommitdiffstats
path: root/lib/usrp/mboard
Commit message (Collapse)AuthorAgeFilesLines
* Added dboard id enum.Josh Blum2010-01-291-1/+1
| | | | Moved timespec into its own header.
* Added gain handler class to manage wildcard gain settings.Josh Blum2010-01-281-10/+4
| | | | | 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-0/+6
| | | | | | | | 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-23/+34
| | | | | 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-6/+142
|
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-213-0/+50
| | | | Added a usrp mboard named test, its empty for now.
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-122-0/+9
The fpga and firmware are empty placeholders for now.