aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/usrp/dboard_base.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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.