Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | usrp: changed opaque pointer implementation for dboard contructor args | Josh Blum | 2010-07-22 | 1 | -3/+3 |
| | |||||
* | Created macros for dealing with pimpls and implemented in code. | Josh Blum | 2010-06-02 | 1 | -4/+4 |
| | |||||
* | Expanded the dboard id API to create dboard id types from strings and ints. | Josh Blum | 2010-05-03 | 1 | -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 Blum | 2010-05-02 | 1 | -13/+12 |
| | |||||
* | Cleaned up some dboard manager construction logic. | Josh Blum | 2010-05-02 | 1 | -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 Blum | 2010-04-14 | 1 | -3/+3 |
| | | | | a burden | ||||
* | massaged some of the dboard calls | Josh Blum | 2010-03-22 | 1 | -8/+8 |
| | |||||
* | Moved lib and include contents of dboard and mboard one directory up and ↵ | Josh Blum | 2010-02-21 | 1 | -0/+117 |
prefixed them with dboard_ and mboard_. And yes, the code is compiling. |