Plugin interface: use enum for single Rx or single Tx type and added the any type

This commit is contained in:
f4exb
2019-05-07 18:58:20 +02:00
parent fcc8817f62
commit 7ea814c180
30 changed files with 39 additions and 32 deletions
@@ -101,7 +101,7 @@ PluginInterface::SamplingDevices LimeSDROutputPlugin::enumSampleSinks()
QString(deviceList[i]),
i,
PluginInterface::SamplingDevice::PhysicalDevice,
false,
PluginInterface::SamplingDevice::StreamSingleTx,
limeSDRParams.m_nbTxChannels,
j));
}