summaryrefslogtreecommitdiffstats
path: root/lib/usrp/dboard/base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* moved host code into host directory for clean (unambiguous) top levelJosh Blum2010-02-171-89/+0
|
* renamed usrp_uhd to uhdJosh Blum2010-02-091-2/+2
|
* Work on the properties framwork with wax::obj.Josh Blum2010-02-011-4/+5
| | | | Now the obj handles all 3 things in 1, properties, polymorphic container, proxy.
* added gpl license v3Josh Blum2010-01-291-0/+13
|
* Switched from indexed properties to named properties.Josh Blum2010-01-261-3/+3
| | | | | 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-3/+2
|
* Dboard base class that is no longer also the xcvr.Josh Blum2010-01-151-9/+18
| | | | | | | | | | | | 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-6/+6
| | | | | | | | 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-131-4/+4
| | | | | Made changes to meet compilation. Added test to verify ip and mac addr code.
* Added base classes for the usrp dboards to inherit.Josh Blum2010-01-121-0/+67
Added a manager class for the subdevs that will create devices, and give out proxies to handle them.