mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-29 06:55:56 -04:00
REST API: config: PUT (4): mapper work and rework
This commit is contained in:
@@ -23,7 +23,7 @@
|
||||
|
||||
class PluginAPI;
|
||||
|
||||
#define BLADERF1OUTPUT_DEVICE_TYPE_ID "sdrangel.samplesource.bladerf1output"
|
||||
#define BLADERF1OUTPUT_DEVICE_TYPE_ID "sdrangel.samplesink.bladerf1output"
|
||||
|
||||
class Bladerf1OutputPlugin : public QObject, public PluginInterface {
|
||||
Q_OBJECT
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <QObject>
|
||||
#include "plugin/plugininterface.h"
|
||||
|
||||
#define HACKRFOUTPUT_DEVICE_TYPE_ID "sdrangel.samplesource.hackrfoutput"
|
||||
#define HACKRFOUTPUT_DEVICE_TYPE_ID "sdrangel.samplesink.hackrf"
|
||||
|
||||
class PluginAPI;
|
||||
|
||||
|
||||
@@ -21,7 +21,7 @@
|
||||
#include <QObject>
|
||||
#include "plugin/plugininterface.h"
|
||||
|
||||
#define LOCALOUTPUT_DEVICE_TYPE_ID "sdrangel.samplesource.localoutput"
|
||||
#define LOCALOUTPUT_DEVICE_TYPE_ID "sdrangel.samplesink.localoutput"
|
||||
|
||||
class PluginAPI;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user