36 #ifndef PLUGININPUTDATA_CPP //Because this cpp is part of the header -> template
37 #define PLUGININPUTDATA_CPP
89 qDebug() <<
"Here in input data.";
92 QSharedPointer<T> measurement = pMeasurement.dynamicCast<T>();
94 (*m_pFunc)(measurement);
100 #endif //PLUGININPUTDATA_CPP
The IPlugin class is the base interface class of all plugins.
QSharedPointer< NewMeasurement > SPtr