36 #ifndef SNGCHNMEASUREMENT_H
37 #define SNGCHNMEASUREMENT_H
45 #include "../xmeas_global.h"
54 #include <QSharedPointer>
75 typedef QSharedPointer<SngChnMeasurement>
SPtr;
76 typedef QSharedPointer<const SngChnMeasurement>
ConstSPtr;
97 virtual void setValue(
double value) = 0;
106 virtual double getValue()
const = 0;
114 virtual bool isSingleChannel()
const;
128 #endif // SNGCHNMEASUREMENT_H
The Measurement class is the base class of every Measurement.
QSharedPointer< const SngChnMeasurement > ConstSPtr
#define XMEASSHARED_EXPORT
QSharedPointer< SngChnMeasurement > SPtr
Contains the declaration of the Measurement base class.
The SngChnMeasurement class is the base class of every SngChnMeasurement.