1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-28 21:14:15 -04:00

MIMO: AM demod: implemented stream index (except dialog and apply setting)

This commit is contained in:
f4exb
2019-05-20 16:31:15 +02:00
parent 1e881d0b2f
commit e62e187931
20 changed files with 101 additions and 22 deletions
+1 -1
View File
@@ -421,7 +421,7 @@ void MainWindow::addMIMODevice()
char tabNameCStr[16];
sprintf(tabNameCStr, "M%d", deviceTabIndex);
DeviceAPI *deviceAPI = new DeviceAPI(DeviceAPI::StreamSingleTx, deviceTabIndex, nullptr, nullptr, dspDeviceMIMOEngine);
DeviceAPI *deviceAPI = new DeviceAPI(DeviceAPI::StreamMIMO, deviceTabIndex, nullptr, nullptr, dspDeviceMIMOEngine);
m_deviceUIs.back()->m_deviceAPI = deviceAPI;
m_deviceUIs.back()->m_samplingDeviceControl->setPluginManager(m_pluginManager);