SourceXtractorPlusPlus
0.15
Please provide a description of the project.
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
SEImplementation
SEImplementation
Plugin
MeasurementFrameInfo
MeasurementFrameInfoTask.h
Go to the documentation of this file.
1
18
#ifndef _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEINFO_MEASUREMENTFRAMEINFOTASK_H_
19
#define _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEINFO_MEASUREMENTFRAMEINFOTASK_H_
20
21
#include "
SEFramework/Task/SourceTask.h
"
22
23
namespace
SourceXtractor {
24
30
class
MeasurementFrameInfoTask
:
public
SourceTask
{
31
public
:
32
34
MeasurementFrameInfoTask
(
unsigned
int
instance) :
m_instance
(instance) {}
35
36
virtual
~MeasurementFrameInfoTask
() =
default
;
37
38
39
void
computeProperties
(
SourceInterface
& source)
const override
;
40
41
private
:
42
unsigned
int
m_instance
;
43
44
};
/* End of MeasurementFrameInfoTask class */
45
46
}
47
48
49
#endif
/* _SEIMPLEMENTATION_PLUGIN_MEASUREMENTFRAMEINFO_MEASUREMENTFRAMEINFOTASK_H_ */
SourceXtractor::MeasurementFrameInfoTask::computeProperties
void computeProperties(SourceInterface &source) const override
Computes one or more properties for the Source.
Definition:
MeasurementFrameInfoTask.cpp:26
SourceXtractor::SourceTask
A Task that acts on a Source to compute one or more properties.
Definition:
SourceTask.h:36
SourceTask.h
SourceXtractor::MeasurementFrameInfoTask::MeasurementFrameInfoTask
MeasurementFrameInfoTask(unsigned int instance)
Constructor.
Definition:
MeasurementFrameInfoTask.h:34
SourceXtractor::MeasurementFrameInfoTask
Definition:
MeasurementFrameInfoTask.h:30
SourceXtractor::MeasurementFrameInfoTask::~MeasurementFrameInfoTask
virtual ~MeasurementFrameInfoTask()=default
SourceXtractor::SourceInterface
The SourceInterface is an abstract "source" that has properties attached to it.
Definition:
SourceInterface.h:46
SourceXtractor::MeasurementFrameInfoTask::m_instance
unsigned int m_instance
Definition:
MeasurementFrameInfoTask.h:42
Generated by
1.8.5