SourceXtractorPlusPlus
0.15
Please provide a description of the project.
|
#include <MeasurementFrameInfoTask.h>
Public Member Functions | |
MeasurementFrameInfoTask (unsigned int instance) | |
Constructor. More... | |
virtual | ~MeasurementFrameInfoTask ()=default |
void | computeProperties (SourceInterface &source) const override |
Computes one or more properties for the Source. More... | |
![]() | |
virtual | ~SourceTask ()=default |
Destructor. More... | |
![]() | |
virtual | ~Task ()=default |
Destructor. More... | |
Private Attributes | |
unsigned int | m_instance |
Definition at line 30 of file MeasurementFrameInfoTask.h.
|
inline |
Constructor.
Definition at line 34 of file MeasurementFrameInfoTask.h.
|
virtualdefault |
|
overridevirtual |
Computes one or more properties for the Source.
Implements SourceXtractor::SourceTask.
Definition at line 26 of file MeasurementFrameInfoTask.cpp.
References SourceXtractor::SourceInterface::getProperty(), m_instance, and SourceXtractor::SourceInterface::setIndexedProperty().
|
private |
Definition at line 42 of file MeasurementFrameInfoTask.h.
Referenced by computeProperties().