aboutsummaryrefslogtreecommitdiffstats
path: root/include
Commit message (Collapse)AuthorAgeFilesLines
* added utility convenience tune function (wip)Josh Blum2010-01-292-4/+55
|
* Added dboard id enum.Josh Blum2010-01-296-33/+69
| | | | Moved timespec into its own header.
* Added gain handler class to manage wildcard gain settings.Josh Blum2010-01-284-6/+142
| | | | | 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-274-14/+40
| | | | | | | | 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-267-27/+64
| | | | | 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-2/+2
|
* Added more to the mboard test and the usrp device.Josh Blum2010-01-214-30/+24
|
* Added a usrp device abstration that creates usrp mboards.Josh Blum2010-01-219-16/+292
| | | | Added a usrp mboard named test, its empty for now.
* Created device interface for discovery, access, configuration...Josh Blum2010-01-163-34/+77
|
* Dboard base class that is no longer also the xcvr.Josh Blum2010-01-152-28/+27
| | | | | | | | | | | | The xcvr base inherits from this (as does rx and tx base). Added m4 macro to check for compiler flags. The configure checks flags and headers. Merged the register subdev static methods into one method that associates a dboard id with a dboard constructor. The manager code is responsible for checking this association and creating the correct subdev instances.
* Switched dboard ctor arguments with a tuple.Josh Blum2010-01-142-5/+45
| | | | | | | | Sub-classes only need to pass the single argument, makes implementation cleaner. Added a dboard registry and api for the manager. This way, one could externally register custom dboard from the api.
* Added strict compiler flags.Josh Blum2010-01-132-3/+3
| | | | | Made changes to meet compilation. Added test to verify ip and mac addr code.
* Added the basic rx and tx skeleton wrapper.Josh Blum2010-01-123-9/+9
| | | | Made autotools mods so it passes distcheck.
* Added base classes for the usrp dboards to inherit.Josh Blum2010-01-123-1/+130
| | | | | Added a manager class for the subdevs that will create devices, and give out proxies to handle them.
* added interface for usrp dboards to communicate to mboardsJosh Blum2010-01-122-0/+151
|
* Reorganized structure into include, lib, test, firmware, fpga.Josh Blum2010-01-1215-0/+325
The fpga and firmware are empty placeholders for now.