19 #ifndef SDRBASE_DSP_THREADEDBASEBANDSAMPLESOURCE_H_ 20 #define SDRBASE_DSP_THREADEDBASEBANDSAMPLESOURCE_H_ 46 bool handleSourceMessage(
const Message& cmd);
48 void pullAudio(
int nbSamples) {
if (m_basebandSampleSource) m_basebandSampleSource->pullAudio(nbSamples); }
57 QString getSampleSourceObjectName()
const;
BasebandSampleSource * m_basebandSampleSource
SampleSourceFifo & getSampleSourceFifo()
QThread * m_thread
The thead object.
const BasebandSampleSource * getSource() const
void pullAudio(int nbSamples)
void setDeviceSampleSourceFifo(SampleSourceFifo *deviceSampleFifo)