1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-01 13:47:01 -04:00

Renamed MIMOSampleSink to MIMOChannel and include in build

This commit is contained in:
f4exb
2019-09-03 07:59:14 +02:00
parent 8b5e71a1cc
commit 99a5ffbcfb
5 changed files with 97 additions and 4 deletions
+1 -1
View File
@@ -263,7 +263,7 @@ void PluginManager::createMIMOChannelInstance(int channelPluginIndex, DeviceUISe
if (channelPluginIndex < m_mimoChannelRegistrations.size())
{
PluginInterface *pluginInterface = m_mimoChannelRegistrations[channelPluginIndex].m_plugin;
MIMOSampleSink *mimoChannel = pluginInterface->createMIMOChannelBS(deviceAPI);
MIMOChannel *mimoChannel = pluginInterface->createMIMOChannelBS(deviceAPI);
pluginInterface->createMIMOChannelGUI(deviceUISet, mimoChannel);
}
}