aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard_base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* dboards: Added ability to register a per-dboard container classAshish Chaudhari2016-02-261-1/+1
| | | | | | | | | | - The typical dboard classes are actually "subdev" classes i.e. there is one instance per dboard subdev (front-end). This makes it hard to implement shared functionality between multiple front-ends. - This changes adds the ability to create a container class which is created per group of subdevs and each subdev gets a pointer to the container class for cross linkage.
* usrp: work on dboard code to use subtrees to populate frontend propsJosh Blum2011-11-071-32/+9
|
* uhd: update copyright headers with automated scriptJosh Blum2011-03-231-1/+1
|
* uhd: replaced instanced of std::exception with the uhd exceptionsJosh Blum2011-02-241-8/+8
|
* usrp: changed opaque pointer implementation for dboard contructor argsJosh Blum2010-07-221-3/+3
|
* Created macros for dealing with pimpls and implemented in code.Josh Blum2010-06-021-4/+4
|
* Expanded the dboard id API to create dboard id types from strings and ints.Josh Blum2010-05-031-8/+8
| | | | | | And created utility functions to go between representations. Created to_pp_string for pretty print strings for dboard ids and device addrs. Minor changes to the various classes that call these utilities.
* Replaced the dboard base constructor args with an opaque type.Josh Blum2010-05-021-13/+12
|
* Cleaned up some dboard manager construction logic.Josh Blum2010-05-021-6/+13
| | | | Moved the dboard base private stuff into a forward declaration.
* renamed dboard interface to dboard iface, the lengthy name was getting to be ↵Josh Blum2010-04-141-3/+3
| | | | a burden
* massaged some of the dboard callsJosh Blum2010-03-221-8/+8
|
* Moved lib and include contents of dboard and mboard one directory up and ↵Josh Blum2010-02-211-0/+117
prefixed them with dboard_ and mboard_. And yes, the code is compiling.