1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-06-02 14:04:46 -04:00

Store device category (type) in the SamplingDevice structure

This commit is contained in:
f4exb
2017-11-01 20:06:33 +01:00
parent aea8de22a1
commit 9a055c643b
27 changed files with 49 additions and 38 deletions
@@ -96,6 +96,7 @@ PluginInterface::SamplingDevices LimeSDRInputPlugin::enumSampleSources()
m_deviceTypeID,
QString(deviceList[i]),
i,
PluginInterface::SamplingDevice::PhysicalDevice,
true,
j));
}