36 #ifndef FIFFSIMULATORPRODUCER_H
37 #define FIFFSIMULATORPRODUCER_H
123 void connectDataClient(QString p_sRtSeverIP);
129 void disconnectDataClient();
144 void dataConnectionChanged(
bool p_bStatus);
157 QMutex producerMutex;
162 QSharedPointer<RtDataClient> m_pRtDataClient;
163 bool m_bDataClientIsConnected;
165 qint32 m_iDataClientId;
168 bool m_bFlagInfoRequest;
169 bool m_bFlagMeasuring;
174 #endif // FIFFSIMULATORPRODUCER_H
Contains the declaration of the CircularBuffer_old class.
The FiffSimulator class provides a Fiff data simulator.
The FiffSimulatorProducer class provides a Fiff data producer for a given sampling rate...
declaration of the RtDataClient Class.