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

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
@@ -66,7 +66,7 @@ PluginInterface::SamplingDevices RemoteOutputPlugin::enumSampleSinks()
QString::null,
0,
PluginInterface::SamplingDevice::BuiltInDevice,
false,
PluginInterface::SamplingDevice::StreamSingleTx,
1,
0));