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

SoapySDR support: create output plugin with enumeration

This commit is contained in:
f4exb
2018-10-29 18:27:58 +01:00
parent 0e9a0f4f6d
commit 8f2ec099f3
14 changed files with 576 additions and 8 deletions
@@ -69,6 +69,7 @@ PluginInterface::SamplingDevices SoapySDRInputPlugin::enumSampleSources()
for (unsigned int ichan = 0; ichan < nbRxChannels; ichan++)
{
qDebug("SoapySDRInputPlugin::enumSampleSources: device #%d (%s) channel %u", idev, it->m_label, ichan);
QString displayedName(QString("SoapySDR[%1:%2] %3").arg(idev).arg(ichan).arg(it->m_label));
result.append(SamplingDevice(displayedName,
m_hardwareID,