MNE-CPP
beta 1.0
|
The DacqServer class provides a Neuromag MEG connector. More...
#include <dacqserver.h>
Public Slots | |
void | readCollectorMsg () |
Signals | |
void | measInfoAvailable () |
Public Member Functions | |
DacqServer (Neuromag *p_pNeuromag, QObject *parent=0) | |
~DacqServer () | |
Protected Member Functions | |
virtual void | run () |
Friends | |
class | Neuromag |
The DacqServer class provides a Neuromag MEG connector.
DECLARE CLASS DacqServer
Definition at line 96 of file dacqserver.h.
|
explicit |
Constructs a acquisition Server.
Definition at line 73 of file dacqserver.cpp.
DacqServer::~DacqServer | ( | ) |
Constructs a acquisition Server.
Definition at line 89 of file dacqserver.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.
Definition at line 276 of file dacqserver.cpp.