MNE-CPP
beta 1.0
|
The TMSI class provides a EEG connector. In order for this plugin to work properly the driver dll "RTINST.dll" must be installed in the system directory. This dll is automatically copied in the system directory during the driver installtion of the TMSi Refa device. More...
#include <tmsi.h>
Public Member Functions | |
TMSI () | |
virtual | ~TMSI () |
virtual QSharedPointer< IPlugin > | clone () const |
virtual void | init () |
virtual void | unload () |
void | setUpFiffInfo () |
virtual bool | start () |
virtual bool | stop () |
virtual IPlugin::PluginType | getType () const |
virtual QString | getName () const |
virtual QWidget * | setupWidget () |
void | setKeyboardTriggerType (int type) |
![]() | |
virtual | ~ISensor () |
virtual bool | multiInstanceAllowed () const |
![]() | |
virtual | ~IPlugin () |
QList< QAction * > | getPluginActions () |
InputConnectorList & | getInputConnectors () |
OutputConnectorList & | getOutputConnectors () |
Protected Member Functions | |
virtual void | run () |
void | showImpedanceDialog () |
void | showSetupProjectDialog () |
void | showStartRecording () |
void | changeRecordingButton () |
bool | dirExists (const std::string &dirName_in) |
![]() | |
void | addPluginAction (QAction *pAction) |
Friends | |
class | TMSISetupWidget |
class | TMSIImpedanceWidget |
class | TMSISetupProjectWidget |
Additional Inherited Members | |
![]() | |
enum | PluginType { _ISensor, _IAlgorithm, _IIO, _PluginSet } |
typedef QSharedPointer< IPlugin > | SPtr |
typedef QSharedPointer< const IPlugin > | ConstSPtr |
typedef QVector< QSharedPointer< PluginInputConnector > > | InputConnectorList |
typedef QVector< QSharedPointer< PluginOutputConnector > > | OutputConnectorList |
![]() | |
InputConnectorList | m_inputConnectors |
OutputConnectorList | m_outputConnectors |
The TMSI class provides a EEG connector. In order for this plugin to work properly the driver dll "RTINST.dll" must be installed in the system directory. This dll is automatically copied in the system directory during the driver installtion of the TMSi Refa device.
TMSI...
|
protected |
|
virtual |
|
protected |
|
virtual |
Returns the plugin name. Pure virtual method inherited by IModule.
Implements MNEX::ISensor.
|
virtual |
Returns the plugin type. Pure virtual method inherited by IModule.
Implements MNEX::ISensor.
|
virtual |
Initialise input and output connectors.
Implements MNEX::ISensor.
|
protectedvirtual |
The starting point for the thread. After calling start(), the newly created thread calls this function. Returning from this method will end the execution of the thread. Pure virtual method inherited by QThread.
Implements MNEX::ISensor.
void TMSI::setUpFiffInfo | ( | ) |
|
virtual |
Returns the set up widget for configuration of ISensor. Pure virtual method inherited by IModule.
Implements MNEX::ISensor.
|
protected |
|
protected |
|
protected |
|
virtual |
Starts the TMSI by starting the tmsi's thread.
Implements MNEX::ISensor.
|
virtual |
Stops the TMSI by stopping the tmsi's thread.
Implements MNEX::ISensor.
|
virtual |
Is called when plugin is detached of the stage. Can be used to safe settings.
Implements MNEX::ISensor.