mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
Modulators: changed single Tx channel samples feed handling
This commit is contained in:
@@ -59,6 +59,12 @@ void ThreadedBasebandSampleSource::pull(Sample& sample)
|
||||
m_basebandSampleSource->pull(sample);
|
||||
}
|
||||
|
||||
void ThreadedBasebandSampleSource::feed(SampleSourceFifo* sampleFifo,
|
||||
int nbSamples)
|
||||
{
|
||||
m_basebandSampleSource->feed(sampleFifo, nbSamples);
|
||||
}
|
||||
|
||||
bool ThreadedBasebandSampleSource::handleSourceMessage(const Message& cmd)
|
||||
{
|
||||
return m_basebandSampleSource->handleMessage(cmd);
|
||||
|
||||
Reference in New Issue
Block a user