36 #ifndef MLTCHNMEASUREMENT_H
37 #define MLTCHNMEASUREMENT_H
45 #include "../xmeas_global.h"
63 #include <QSharedPointer>
80 using namespace Eigen;
92 typedef QSharedPointer<MltChnMeasurement>
SPtr;
93 typedef QSharedPointer<const MltChnMeasurement>
ConstSPtr;
114 virtual void setValue(VectorXd value) = 0;
123 virtual VectorXd getValue()
const = 0;
131 virtual bool isSingleChannel()
const;
145 #endif // MLTCHNMEASUREMENT_H
The Measurement class is the base class of every Measurement.
QSharedPointer< const MltChnMeasurement > ConstSPtr
#define XMEASSHARED_EXPORT
QSharedPointer< MltChnMeasurement > SPtr
Contains the declaration of the Measurement base class.
The MltChnMeasurement class is the base class of every MltChnMeasurement.