|
Libecoli 0.11.1
Extensible COmmand LIne library
|
A pass-through node useful for building graph loops. More...
Functions | |
| struct ec_node * | ec_node_bypass (const char *id, struct ec_node *node) |
| int | ec_node_bypass_set_child (struct ec_node *gen_node, struct ec_node *child) |
A pass-through node useful for building graph loops.
Configuration Schema
A node that does nothing other than calling the child node. It can be helpful to build loops in a node graph.