18 #ifndef PLUGINS_CHANNELRX_LOCALSINK_LOCALSINKTHREAD_H_ 19 #define PLUGINS_CHANNELRX_LOCALSINK_LOCALSINKTHREAD_H_ 23 #include <QWaitCondition> 50 m_startStop(startStop)
79 #endif // PLUGINS_CHANNELRX_LOCALSINK_LOCALSINKTHREAD_H_
void processSamples(const quint8 *data, uint count)
SampleSinkFifo * m_sampleFifo
bool getStartStop() const
LocalSinkThread(QObject *parent=0)
#define MESSAGE_CLASS_DECLARATION
QWaitCondition m_startWaiter
void startStop(bool start)
static MsgStartStop * create(bool startStop)
MessageQueue m_inputMessageQueue
void setSampleFifo(SampleSinkFifo *sampleFifo)
MsgStartStop(bool startStop)
void handleInputMessages()