Dataflow Runtime API
4.0.1.0
|
Namespaces | |
test | |
Classes | |
class | ActivePartAbs |
Abstract base class for an ActivePart. More... | |
class | ActivePartContainerAbs |
A container groups several elements together (usually ActiveParts). More... | |
class | ChannelIfc |
Interface of a channel to transmit data to a receiver. More... | |
class | ChannelInternalForwarder |
ChannelInternalForwarder handles the following situations. More... | |
class | ChannelOneToAny |
Send the message on a One-to-Any channel (multiple receivers). More... | |
class | ChannelOneToNull |
Used to connect an output port that is not used to a sink. More... | |
class | ChannelOneToOne |
Send the message on a One-to-One channel. More... | |
class | OneShotTimer |
A one shot timer to be used in an active part. More... | |
class | PeriodicTimer |
A periodic timer to be used in an active part. More... | |
class | PortInput |
Messages can be received on the input port. More... | |
class | PortInputSplit |
Splits a message to multiple input ports. More... | |
class | PortOutput |
Messages can be sent on the output port. More... | |
class | PortOutputJoin |
Joins multiple PortOutputs to a single. More... | |
class | ReceiverIfc |
Interface for any receiver. More... | |
class | VariableOneShotTimer |
A one shot timer to be used in an active part. More... | |