|
SourceXtractorPlusPlus
0.19
SourceXtractor++, the next generation SExtractor
|
#include <DummyMeasurement.h>


Public Member Functions | |
| void | receiveSource (std::unique_ptr< SourceGroupInterface > source_group) override |
| void | receiveProcessSignal (const ProcessSourcesEvent &event) override |
| void | startThreads () override |
| void | stopThreads () override |
| void | synchronizeThreads () override |
Public Member Functions inherited from SourceXtractor::Measurement | |
| ~Measurement () override=default | |
Public Member Functions inherited from SourceXtractor::PipelineReceiver< SourceGroupInterface > | |
| virtual | ~PipelineReceiver ()=default |
Public Member Functions inherited from SourceXtractor::PipelineEmitter< SourceGroupInterface > | |
| ~PipelineEmitter () override=default | |
| void | setNextStage (std::shared_ptr< PipelineReceiver< SourceGroupInterface >> next) |
Public Member Functions inherited from SourceXtractor::Observable< SourceGroupInterface > | |
| virtual | ~Observable ()=default |
| Destructor. More... | |
| virtual void | addObserver (std::shared_ptr< Observer< SourceGroupInterface >> observer) |
| Adds an Observer that will be notified when notify Observers is called. More... | |
| virtual void | removeObserver (std::shared_ptr< Observer< SourceGroupInterface >> observer) |
| Removes a previously added Observer from the list of Observers to notify. More... | |
Additional Inherited Members | |
Protected Member Functions inherited from SourceXtractor::PipelineEmitter< SourceGroupInterface > | |
| void | sendSource (std::unique_ptr< SourceGroupInterface > source) const |
| void | sendProcessSignal (const ProcessSourcesEvent &event) const |
Protected Member Functions inherited from SourceXtractor::Observable< SourceGroupInterface > | |
| void | notifyObservers (const SourceGroupInterface &message) const |
Definition at line 31 of file DummyMeasurement.h.
|
inlineoverridevirtual |
Receive a signal to process sources when grouping
| event |
Implements SourceXtractor::PipelineReceiver< SourceGroupInterface >.
Definition at line 38 of file DummyMeasurement.h.
References SourceXtractor::PipelineEmitter< SourceGroupInterface >::sendProcessSignal().

|
inlineoverridevirtual |
Receive a source from the previous stage. The receiver owns the object.
| source |
Implements SourceXtractor::PipelineReceiver< SourceGroupInterface >.
Definition at line 34 of file DummyMeasurement.h.
References std::move(), and SourceXtractor::PipelineEmitter< SourceGroupInterface >::sendSource().

|
inlineoverridevirtual |
Implements SourceXtractor::Measurement.
Definition at line 42 of file DummyMeasurement.h.
|
inlineoverridevirtual |
Implements SourceXtractor::Measurement.
Definition at line 43 of file DummyMeasurement.h.
|
inlineoverridevirtual |
Implements SourceXtractor::Measurement.
Definition at line 44 of file DummyMeasurement.h.
1.8.5