#include <uhd/experts/expert_nodes.hpp>
Public Member Functions | |
worker_node_t (const std::string &name) | |
std::list< std::string > | get_inputs () const |
std::list< std::string > | get_outputs () const |
Public Member Functions inherited from uhd::experts::dag_vertex_t | |
virtual | ~dag_vertex_t () |
node_class_t | get_class () const |
const std::string & | get_name () const |
Protected Member Functions | |
void | bind_accessor (data_accessor_t &accessor) |
Protected Member Functions inherited from uhd::experts::dag_vertex_t | |
dag_vertex_t (const node_class_t c, const std::string &n) | |
Additional Inherited Members | |
Public Types inherited from uhd::experts::dag_vertex_t | |
typedef std::function< void(std::string)> | callback_func_t |
class worker_node_t
A node class to implement a function that consumes zero or more input data nodes and emits zero or more output data nodes. The worker can also operate on other non-expert interfaces because worker_node_t is abstract and the client
|
inline |
|
inlineprotected |
|
inline |
|
inline |