mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-02 22:14:45 -04:00
MIMO: use proper functions to get the number of source and stream sinks from the MIMO device
This commit is contained in:
@@ -74,6 +74,13 @@ void DeviceAPI::removeAncillarySink(BasebandSampleSink* sink)
|
||||
}
|
||||
}
|
||||
|
||||
void DeviceAPI::setSpectrumSinkInput(bool sourceElseSink, unsigned int index)
|
||||
{
|
||||
if (m_deviceMIMOEngine) { // In practice this is only used in the MIMO case
|
||||
m_deviceMIMOEngine->setSpectrumSinkInput(sourceElseSink, index);
|
||||
}
|
||||
}
|
||||
|
||||
void DeviceAPI::addChannelSink(ThreadedBasebandSampleSink* sink, int streamIndex)
|
||||
{
|
||||
(void) streamIndex;
|
||||
|
||||
Reference in New Issue
Block a user