|
Hedgehog
0.0.0
A library to generate hybrid pipeline workflow systems
|
MultiReceivers Behavior definition, node has a list of input types. More...
#include "multi_receivers.h"


Public Types | |
| using | inputs_t = std::tuple< Inputs... > |
| Tuple with the list of input types. | |
Additional Inherited Members | |
Public Member Functions inherited from hh::behavior::Node | |
| virtual std::shared_ptr< core::CoreNode > | core ()=0 |
| Core Accessor. More... | |
| virtual std::string | extraPrintingInformation () const |
| Adds node information to print in the dot file. More... | |
| virtual bool | canTerminate () |
| Determine if the node can terminate. More... | |
MultiReceivers Behavior definition, node has a list of input types.
| Inputs | Input data types |
Definition at line 31 of file multi_receivers.h.