mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
USRP: Add support for non-discoverable devices and user arguments.
Tweak UI so icons aren't squashed.
This commit is contained in:
@@ -46,6 +46,10 @@ public:
|
||||
virtual DeviceSampleSource* createSampleSourcePluginInstance(const QString& sourceId, DeviceAPI *deviceAPI);
|
||||
virtual DeviceWebAPIAdapter* createDeviceWebAPIAdapter() const;
|
||||
|
||||
virtual QString getDeviceTypeId() const { return m_deviceTypeID; }
|
||||
|
||||
static const char* const m_deviceTypeID;
|
||||
|
||||
private:
|
||||
static const PluginDescriptor m_pluginDescriptor;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user