aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard_ctor_args.hpp
Commit message (Collapse)AuthorAgeFilesLines
* Move all license headers to SPDX format.Martin Braun2017-12-221-12/+1
|
* UHD: Add eeprom info to dboard_basemichael-west2017-12-071-3/+3
|
* dboards: Added ability to register a per-dboard container classAshish Chaudhari2016-02-261-1/+7
| | | | | | | | | | - 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-0/+2
|
* usrp: changed opaque pointer implementation for dboard contructor argsJosh Blum2010-07-221-8/+12
|
* Replaced the dboard base constructor args with an opaque type.Josh Blum2010-05-021-0/+32