19 #ifndef INCLUDE_THREADEDSAMPLESINK_H 20 #define INCLUDE_THREADEDSAMPLESINK_H 42 void writeToFifo(SampleVector::const_iterator& begin, SampleVector::const_iterator& end);
48 void handleFifoData();
66 bool handleSinkMessage(
const Message& cmd);
67 void feed(SampleVector::const_iterator begin, SampleVector::const_iterator end,
bool positiveOnly);
69 QString getSampleSinkObjectName()
const;
70 const QThread *
getThread()
const {
return m_thread; }
79 #endif // INCLUDE_THREADEDSAMPLESINK_H QThread * m_thread
The thead object.
ThreadedBasebandSampleSinkFifo * m_threadedBasebandSampleSinkFifo
BasebandSampleSink * m_basebandSampleSink
BasebandSampleSink * m_sampleSink
const QThread * getThread() const
SampleSinkFifo m_sampleFifo
const BasebandSampleSink * getSink() const