SourceXtractorPlusPlus 0.21
SourceXtractor++, the next generation SExtractor
Loading...
Searching...
No Matches
DummyMeasurement.h
Go to the documentation of this file.
1
17/*
18 * DummyMeasurement.h
19 *
20 * Created on: May 17, 2018
21 * Author: mschefer
22 */
23
24#ifndef _SEIMPLEMENTATION_MEASUREMENT_DUMMYMEASUREMENT_H_
25#define _SEIMPLEMENTATION_MEASUREMENT_DUMMYMEASUREMENT_H_
26
28
29namespace SourceXtractor {
30
32public:
33
41
42 void startThreads() override {};
43 void stopThreads() override {};
44 void synchronizeThreads() override {};
45};
46
47}
48
49
50#endif /* SEIMPLEMENTATION_SEIMPLEMENTATION_MEASUREMENT_DUMMYMEASUREMENT_H_ */
void receiveSource(std::unique_ptr< SourceGroupInterface > source_group) override
void receiveProcessSignal(const ProcessSourcesEvent &event) override
void sendProcessSignal(const ProcessSourcesEvent &event) const
void sendSource(std::unique_ptr< SourceGroupInterface > source) const
T move(T... args)
Event received by SourceGrouping to request the processing of some of the Sources stored.