mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-08 00:44:48 -04:00
REST API: config: GET (10): mechanism to deal with device settings API formatting without creating a complete device object. Applied to Airspy input
This commit is contained in:
@@ -27,6 +27,7 @@ class DeviceSampleMIMO;
|
||||
class BasebandSampleSink;
|
||||
class BasebandSampleSource;
|
||||
class ChannelAPI;
|
||||
class DeviceWebAPIAdapter;
|
||||
|
||||
class SDRBASE_API PluginInterface {
|
||||
public:
|
||||
@@ -217,6 +218,11 @@ public:
|
||||
virtual void deleteSampleMIMOPluginInstanceGUI(PluginInstanceGUI *ui);
|
||||
virtual void deleteSampleMIMOPluginInstanceMIMO(DeviceSampleMIMO *mimo);
|
||||
|
||||
// all devices
|
||||
|
||||
virtual DeviceWebAPIAdapter* createDeviceWebAPIAdapter() const {
|
||||
return nullptr;
|
||||
}
|
||||
};
|
||||
|
||||
Q_DECLARE_INTERFACE(PluginInterface, "SDRangel.PluginInterface/0.1");
|
||||
|
||||
Reference in New Issue
Block a user