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