#include <NaiveFlowControl.hxx>
Public Member Functions | |
NaiveFlowControl () | |
virtual | ~NaiveFlowControl () |
void | ProcessingAddedToNetwork (Processing &added) |
void | ProcessingRemovedFromNetwork (Processing &removed) |
void | Do () |
Definition at line 34 of file NaiveFlowControl.hxx.
CLAM::NaiveFlowControl::NaiveFlowControl | ( | ) |
Definition at line 26 of file NaiveFlowControl.cxx.
Referenced by ProcessingAddedToNetwork().
virtual CLAM::NaiveFlowControl::~NaiveFlowControl | ( | ) | [inline, virtual] |
Definition at line 38 of file NaiveFlowControl.hxx.
void CLAM::NaiveFlowControl::Do | ( | void | ) | [virtual] |
Implements CLAM::FlowControl.
Definition at line 85 of file NaiveFlowControl.cxx.
void CLAM::NaiveFlowControl::ProcessingAddedToNetwork | ( | Processing & | added | ) | [virtual] |
Reimplemented from CLAM::FlowControl.
Definition at line 30 of file NaiveFlowControl.cxx.
References CLAM::Processing::GetClassName(), CLAM::Processing::GetNInPorts(), CLAM::Processing::GetNOutPorts(), NaiveFlowControl(), and CLAM::FlowControl::NetworkTopologyChanged().
void CLAM::NaiveFlowControl::ProcessingRemovedFromNetwork | ( | Processing & | removed | ) | [virtual] |
Reimplemented from CLAM::FlowControl.
Definition at line 58 of file NaiveFlowControl.cxx.