36 #ifndef DUMMYTOOLBOX_H
37 #define DUMMYTOOLBOX_H
94 Q_PLUGIN_METADATA(IID
"mne_x/1.0" FILE
"dummytoolbox.json")
121 virtual void unload();
127 virtual QSharedPointer<IPlugin> clone()
const;
129 virtual bool start();
133 virtual QString getName()
const;
135 virtual QWidget* setupWidget();
148 dBuffer::SPtr m_pDummyBuffer;
153 #endif // DUMMYTOOLBOX_H
Contains declaration of IAlgorithm interface class.
QSharedPointer< PluginOutputData< T > > SPtr
The IAlgorithm class provides an interface for a real-time algorithm plugin.
Contains the declaration of the NewRealTimeSampleArray class.
CircularBuffer class declaration.
QSharedPointer< NewMeasurement > SPtr