aboutsummaryrefslogtreecommitdiffstats
path: root/lib/usrp/dboard/dboards.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Work on the properties framwork with wax::obj.Josh Blum2010-02-011-4/+4
| | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Dboard base class that is no longer also the xcvr.Josh Blum2010-01-151-4/+4
| | | | | | | | | | | | 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/+8
| | | | | | | | 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-0/+34
Made autotools mods so it passes distcheck.