MNE-CPP
beta 1.0
|
The FiffSimulatorProducer class provides a Fiff data producer for a given sampling rate. More...
#include <fiffsimulatorproducer.h>
Signals | |
void | dataConnectionChanged (bool p_bStatus) |
Public Member Functions | |
FiffSimulatorProducer (FiffSimulator *p_pFiffSimulator) | |
~FiffSimulatorProducer () | |
void | connectDataClient (QString p_sRtSeverIP) |
void | disconnectDataClient () |
void | stop () |
Protected Member Functions | |
virtual void | run () |
Friends | |
class | FiffSimulator |
The FiffSimulatorProducer class provides a Fiff data producer for a given sampling rate.
DECLARE CLASS FiffSimulatorProducer
Definition at line 96 of file fiffsimulatorproducer.h.
FiffSimulatorProducer::FiffSimulatorProducer | ( | FiffSimulator * | p_pFiffSimulator | ) |
Constructs a FiffSimulatorProducer.
[in] | p_pMneRtClient | a pointer to the corresponding MneRtClient. |
Definition at line 65 of file fiffsimulatorproducer.cpp.
FiffSimulatorProducer::~FiffSimulatorProducer | ( | ) |
Destroys the FiffSimulatorProducer.
Definition at line 79 of file fiffsimulatorproducer.cpp.
void FiffSimulatorProducer::connectDataClient | ( | QString | p_sRtSeverIP | ) |
Connects the data client.
[in] | p_sRtSeverIP | real-time server ip |
Definition at line 87 of file fiffsimulatorproducer.cpp.
|
signal |
Emitted when data clients connection status changed
[in] | p_bStatus | connection status |
void FiffSimulatorProducer::disconnectDataClient | ( | ) |
Disconnects the data client.
Definition at line 125 of file fiffsimulatorproducer.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 170 of file fiffsimulatorproducer.cpp.
void FiffSimulatorProducer::stop | ( | ) |
Stops the MneRtClientProducer by stopping the producer's thread.
Definition at line 142 of file fiffsimulatorproducer.cpp.