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:
@@ -65,7 +65,9 @@ PluginInterface::SamplingDevices FCDProPlugin::enumSampleSources()
|
||||
fcd_traits<Pro>::hardwareID,
|
||||
fcd_traits<Pro>::interfaceIID,
|
||||
serialNumber,
|
||||
i));
|
||||
i,
|
||||
true,
|
||||
0));
|
||||
|
||||
device_info = device_info->next;
|
||||
i++;
|
||||
|
||||
Reference in New Issue
Block a user