36 #ifndef MNERTCLIENTPRODUCER_H
37 #define MNERTCLIENTPRODUCER_H
70 namespace MneRtClientPlugin
80 using namespace RTCLIENTLIB;
124 void connectDataClient(QString p_sRtSeverIP);
130 void disconnectDataClient();
145 void dataConnectionChanged(
bool p_bStatus);
158 QMutex producerMutex;
163 QSharedPointer<RtDataClient> m_pRtDataClient;
164 bool m_bDataClientIsConnected;
166 qint32 m_iDataClientId;
169 bool m_bFlagInfoRequest;
170 bool m_bFlagMeasuring;
175 #endif // MNERTCLIENTPRODUCER_H
The MneRtClientProducer class provides a Rt Client data producer for a given sampling rate...
The MneRtClient class provides a RT server connection.
Contains the declaration of the CircularBuffer_old class.
declaration of the RtDataClient Class.