MNE-CPP  beta 1.0
Public Slots | Signals | Public Member Functions | Protected Member Functions | Friends | List of all members
NeuromagPlugin::DacqServer Class Reference

The DacqServer class provides a Neuromag MEG connector. More...

#include <dacqserver.h>

Inheritance diagram for NeuromagPlugin::DacqServer:

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
 

Detailed Description

The DacqServer class provides a Neuromag MEG connector.

DECLARE CLASS DacqServer

Definition at line 96 of file dacqserver.h.

Constructor & Destructor Documentation

DacqServer::DacqServer ( Neuromag p_pNeuromag,
QObject *  parent = 0 
)
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.

Member Function Documentation

void DacqServer::run ( )
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.


The documentation for this class was generated from the following files: