1
0
mirror of https://github.com/f4exb/sdrangel.git synced 2026-07-29 05:24:18 -04:00

Tx ph.1: added DeviceSinkAPI implementation (1)

This commit is contained in:
f4exb
2016-10-18 00:03:51 +02:00
parent af08f1d851
commit 067a0910c4
9 changed files with 396 additions and 37 deletions
+1 -1
View File
@@ -50,7 +50,7 @@ public:
virtual PluginGUI* createRxChannel(const QString& channelName, DeviceSourceAPI *deviceAPI) { return 0; }
// channel Tx plugins
virtual PluginGUI* createTxChannel(const QString& channelName, DeviceSourceAPI *deviceAPI) { return 0; }
virtual PluginGUI* createTxChannel(const QString& channelName, DeviceSinkAPI *deviceAPI) { return 0; }
// device source plugins only
virtual SamplingDevices enumSampleSources() { return SamplingDevices(); }