|
flow
3.0
|
| All basic blocks to build a graph of packets streaming across nodes | |
| Contains the different state values | |
| Collection of concrete nodes | |
| Concrete nodes that perform generic tasks | |
| Concrete producer that generates packets by calling a parameter functor | |
| Concrete consumer that outputs packets to a parameter std::ostream | |
| Concrete transformer that clones one input packet to multiple output packets | |
| Concrete transformer that adds a delay to a packet's consumption time | |
| Concrete nodes that perform mathematical operations on their inputs | |
| Concrete transformer that uses operator+= to sum input packets | |
| Concrete transformer that uses operator+= to add a constant value to input packets | |
| Object that manages the connections and state of multiple nodes | |
| Base class for objects that are named | |
| Base class for a node's inlet or outlet | |
| Object that represents a node inlet | |
| Object that represents a node outlet | |
| Base class common to all nodes | |
| Base class from which concrete pure producers derive | |
| Base class from which concrete pure consumers derive | |
| Base class from which concrete transformers derive | |
| Object that carries data from node to node through a pipe | |
| Carries packets from one node to another node on a FIFO basis | |
| Base class for an object that notifies listeners at some interval | |
| Concrete timer that notifies listeners repeatedly at a set interval of time | |
1.8.2