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

Added Rx/Tx indicator, channel index and claiming device set index to the SamplingDevice struct used for device enumeration

This commit is contained in:
f4exb
2017-11-01 10:37:00 +01:00
parent 9293d4bc14
commit 66b06dcd08
18 changed files with 93 additions and 36 deletions
@@ -98,7 +98,9 @@ PluginInterface::SamplingDevices HackRFInputPlugin::enumSampleSources()
m_hardwareID,
m_deviceTypeID,
serial_str,
i));
i,
true,
0));
qDebug("HackRFPlugin::enumSampleSources: enumerated HackRF device #%d", i);