18 #ifndef PLUGINS_CHANNELTX_LOCALOURCE_LOCALOURCETHREAD_H_ 19 #define PLUGINS_CHANNELTX_LOCALOURCE_LOCALOURCETHREAD_H_ 23 #include <QWaitCondition> 50 m_startStop(startStop)
82 #endif // PLUGINS_CHANNELTX_LOCALSINK_LOCALSINKTHREAD_H_
bool getStartStop() const
void pullSamples(unsigned int count)
static MsgStartStop * create(bool startStop)
MessageQueue m_inputMessageQueue
void startStop(bool start)
void setSampleFifo(SampleSourceFifo *sampleFifo)
LocalSourceThread(QObject *parent=0)
#define MESSAGE_CLASS_DECLARATION
QWaitCondition m_startWaiter
void handleInputMessages()
SampleSourceFifo * m_sampleFifo
void samplesAvailable(int offset)
MsgStartStop(bool startStop)