LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
|
Add a edge to a graph. More...
Classes | |
class | lci::graph_add_edge_x |
The actual implementation for graph_add_edge. More... | |
Add a edge to a graph.
[in] | comp | of type comp_t; positional argument; The graph to add node. |
[in] | src | of type graph_node_t; positional argument; The src node. |
[in] | dst | of type graph_node_t; positional argument; The dst node. |
[in] | fn | of type graph_edge_run_cb_t; optional argument; The function to run when the edge is triggered. |
[in] | runtime | of type runtime_t; optional argument; The runtime object. |