Forwards messages in sequence order. More...
#include <flow_graph.h>
Public Types | |
typedef T | input_type |
The input type of this receiver. | |
typedef T | output_type |
The output type of this sender. | |
typedef sender< input_type > | predecessor_type |
The predecessor type for this node. | |
typedef receiver< output_type > | successor_type |
The successor type for this node. | |
Public Member Functions | |
template<typename Sequencer > | |
sequencer_node (graph &g, const Sequencer &s) | |
Constructor. | |
sequencer_node (const sequencer_node &src) | |
Copy constructor. | |
~sequencer_node () | |
Destructor. | |
Protected Types | |
enum | op_stat { WAIT = 0, SUCCEEDED, FAILED } |
typedef buffer_node< T, A > ::size_type | size_type |
typedef buffer_node< T, A > ::buffer_operation | sequencer_operation |
Forwards messages in sequence order.