mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-08-26 13:26:24 -04:00
REST API: config: use specialized ChannelWebAPIAdapter class similar to what has been done for devices
This commit is contained in:
@@ -27,6 +27,7 @@ class DeviceSampleMIMO;
|
||||
class BasebandSampleSink;
|
||||
class BasebandSampleSource;
|
||||
class ChannelAPI;
|
||||
class ChannelWebAPIAdapter;
|
||||
class DeviceWebAPIAdapter;
|
||||
|
||||
class SDRBASE_API PluginInterface {
|
||||
@@ -133,7 +134,7 @@ public:
|
||||
|
||||
// any channel
|
||||
|
||||
virtual ChannelAPI* createChannelWebAPIAdapter() const
|
||||
virtual ChannelWebAPIAdapter* createChannelWebAPIAdapter() const
|
||||
{
|
||||
return nullptr;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user