LCI v2.0.0-dev
For Asynchronous Multithreaded Communication
Loading...
Searching...
No Matches
graph_add_edge

Add a edge to a graph. More...

Collaboration diagram for graph_add_edge:

Classes

class  lci::graph_add_edge_x
 The actual implementation for graph_add_edge. More...
 

Detailed Description

Add a edge to a graph.

Parameters
[in]compof type comp_t; positional argument; The graph to add node.
[in]srcof type graph_node_t; positional argument; The src node.
[in]dstof type graph_node_t; positional argument; The dst node.
[in]fnof type graph_edge_run_cb_t; optional argument; The function to run when the edge is triggered.
[in]runtimeof type runtime_t; optional argument; The runtime object.