aboutsummaryrefslogtreecommitdiffstats
path: root/include/usrp_uhd/usrp/dboard/manager.hpp
Commit message (Collapse)AuthorAgeFilesLines
* renamed usrp_uhd to uhdJosh Blum2010-02-091-82/+0
|
* Made get_link the only way to create nested props.Josh Blum2010-02-051-5/+6
| | | | | 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-2/+1
| | | | Moved timespec into its own header.
* Switched from indexed properties to named properties.Josh Blum2010-01-261-9/+10
| | | | | Added some new properties for getting a list of antenna names, pps sources, ref sources...
* Dboard base class that is no longer also the xcvr.Josh Blum2010-01-151-21/+7
| | | | | | | | | | | | 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-141-2/+37
| | | | | | | | 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 the basic rx and tx skeleton wrapper.Josh Blum2010-01-121-3/+3
| | | | Made autotools mods so it passes distcheck.
* Added base classes for the usrp dboards to inherit.Josh Blum2010-01-121-0/+47
Added a manager class for the subdevs that will create devices, and give out proxies to handle them.