aboutsummaryrefslogtreecommitdiffstats
path: root/host/lib/experts
Commit message (Collapse)AuthorAgeFilesLines
* experts: Print values of data nodes when debuggingAshish Chaudhari2016-03-212-2/+32
|
* experts: Added additional assignment operator to data writerAshish Chaudhari2016-03-211-1/+6
|
* experts: Multiple minor fixes/enhancementsAshish Chaudhari2016-02-263-10/+31
| | | | | | | | - Fixed segfault issue for graph modification errors - Demangled node type names and added quotes to "dot" labels to allow fully qualified C++ names - add_prop_node functions initialize the property objects in the tree in addition to data nodes - Passed in resolve mutex to desired data node correctly - Added == and != operators to data accessors
* uhd: Added expert dependency tracking infrastructureAshish Chaudhari2016-02-126-0/+1550
- Code location uhd/lib/experts - expert_nodes.hpp contains all node definitions: data and worker - expert_container.hpp contains the memory manager and resolver for expert nodes - expert_factory contains the initializer and modifier for expert_container