LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Add a node to a graph. More...
Classes | |
class | lci::graph_add_node_x |
The actual implementation for graph_add_node. More... | |
Add a node to a graph.
[in] | comp | of type comp_t; positional argument; The graph to add node. |
[in] | fn | of type graph_node_run_cb_t; positional argument; The function to run when the node is triggered. |
[in] | value | of type void*; optional argument; The arbitrary user-defined value associated with this node. |
[in] | free_cb | of type graph_node_free_cb_t; optional argument; The callback to trigger when the node is freed. |
[in] | runtime | of type runtime_t; optional argument; The runtime object. |