CLAM-Development
1.4.0
|
#include <BasicFlowControl.hxx>
Public Member Functions | |
BasicFlowControl () | |
virtual | ~BasicFlowControl () |
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 31 of file BasicFlowControl.hxx.
CLAM::BasicFlowControl::BasicFlowControl | ( | ) |
Definition at line 31 of file BasicFlowControl.cxx.
|
inlinevirtual |
Definition at line 35 of file BasicFlowControl.hxx.
|
virtual |
Implements CLAM::FlowControl.
Definition at line 35 of file BasicFlowControl.cxx.
References CLAM::Network::BeginProcessings(), CLAM::Network::EndProcessings(), and CLAM::FlowControl::mNetwork.