mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-03 06:24:48 -04:00
New preset design (single) applied to FCD Pro
This commit is contained in:
@@ -4,10 +4,12 @@
|
||||
#include <QObject>
|
||||
#include "plugin/plugininterface.h"
|
||||
|
||||
#define FCDPRO_DEVICE_TYPE_ID "sdrangel.samplesource.fcdpro"
|
||||
|
||||
class FCDProPlugin : public QObject, public PluginInterface {
|
||||
Q_OBJECT
|
||||
Q_INTERFACES(PluginInterface)
|
||||
Q_PLUGIN_METADATA(IID "org.osmocom.sdr.samplesource.fcdpro")
|
||||
Q_PLUGIN_METADATA(IID FCDPRO_DEVICE_TYPE_ID)
|
||||
|
||||
public:
|
||||
explicit FCDProPlugin(QObject* parent = NULL);
|
||||
@@ -18,6 +20,8 @@ public:
|
||||
SampleSourceDevices enumSampleSources();
|
||||
PluginGUI* createSampleSourcePluginGUI(const QString& sourceName, const QByteArray& address);
|
||||
|
||||
static const QString m_deviceTypeID;
|
||||
|
||||
private:
|
||||
static const PluginDescriptor m_pluginDescriptor;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user