CLAM-Development
1.4.0
|
#include <StaticFlowControl.hxx>
Public Member Functions | |
StaticFlowControl (int frameSize, StaticCycle &c) | |
virtual | ~StaticFlowControl () |
void | Do () |
![]() | |
FlowControl () | |
virtual | ~FlowControl () |
virtual void | AttachToNetwork (Network *) |
virtual void | ProcessingAddedToNetwork (Processing &added) |
virtual void | ProcessingRemovedFromNetwork (Processing &removed) |
void | ProcessingConfigured (Processing &configured) |
void | NetworkTopologyChanged () |
Additional Inherited Members | |
![]() | |
bool | HasNetworkTopologyChanged () const |
![]() | |
Network * | mNetwork |
Definition at line 42 of file StaticFlowControl.hxx.
CLAM::StaticFlowControl::StaticFlowControl | ( | int | frameSize, |
StaticCycle & | c | ||
) |
Definition at line 32 of file StaticFlowControl.cxx.
|
inlinevirtual |
Definition at line 46 of file StaticFlowControl.hxx.
|
virtual |
Implements CLAM::FlowControl.
Definition at line 44 of file StaticFlowControl.cxx.