MNE-CPP
beta 1.0
|
The Neuromag class provides an Elekta Neuromag connector. More...
#include <neuromag.h>
Public Member Functions | |
Neuromag () | |
virtual | ~Neuromag () |
virtual void | connectCommandManager () |
virtual ConnectorID | getConnectorID () const |
virtual const char * | getName () const |
virtual void | info (qint32 ID) |
virtual bool | start () |
virtual bool | stop () |
void | releaseMeasInfo () |
![]() | |
virtual | ~IConnector () |
CommandManager & | getCommandManager () |
bool | isActive () const |
void | setMetaData (QJsonObject &p_MetaData) |
void | setStatus (bool status) |
Protected Member Functions | |
virtual void | run () |
Additional Inherited Members | |
![]() | |
void | remitMeasInfo (qint32, FIFFLIB::FiffInfo) |
void | remitRawBuffer (QSharedPointer< Eigen::MatrixXf >) |
![]() | |
QJsonObject | m_qJsonObjectMetaData |
CommandManager | m_commandManager |
The Neuromag class provides an Elekta Neuromag connector.
DECLARE CLASS Neuromag
Definition at line 100 of file neuromag.h.
Neuromag::Neuromag | ( | ) |
Constructs a Neuromag Connector.
Definition at line 89 of file neuromag.cpp.
|
virtual |
Destroys the Neuromag Connector.
Definition at line 102 of file neuromag.cpp.
|
virtual |
Connects the command manager to the available slots.
Implements RTSERVER::IConnector.
Definition at line 168 of file neuromag.cpp.
|
virtual |
Returns the unique connector id Pure virtual method.
Implements RTSERVER::IConnector.
Definition at line 179 of file neuromag.cpp.
|
virtual |
Returns the plugin name. Pure virtual method.
Implements RTSERVER::IConnector.
Definition at line 187 of file neuromag.cpp.
|
virtual |
Request FiffInfo to be released.
[in] | ID | ID of the data client to send to. ToDo Remove this - do this processing somewhere else |
Implements RTSERVER::IConnector.
Definition at line 203 of file neuromag.cpp.
|
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 RTSERVER::IConnector.
Definition at line 273 of file neuromag.cpp.
|
virtual |
Starts the IConnector. Pure virtual method.
Implements RTSERVER::IConnector.
Definition at line 240 of file neuromag.cpp.
|
virtual |
Stops the IPlugin. Pure virtual method.
Implements RTSERVER::IConnector.
Definition at line 257 of file neuromag.cpp.