1
0
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:
f4exb
2015-09-30 05:38:58 +02:00
parent ded446c43a
commit f50e717c20
12 changed files with 351 additions and 389 deletions
+5 -1
View File
@@ -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;