mirror of
https://github.com/f4exb/sdrangel.git
synced 2026-06-05 07:24:44 -04:00
Feature plugins framework: presets
This commit is contained in:
@@ -24,6 +24,7 @@
|
||||
#endif
|
||||
#include "simpleptt.h"
|
||||
#include "simplepttplugin.h"
|
||||
#include "simplepttwebapiadapter.h"
|
||||
|
||||
const PluginDescriptor SimplePTTPlugin::m_pluginDescriptor = {
|
||||
SimplePTT::m_featureId,
|
||||
@@ -72,3 +73,8 @@ Feature* SimplePTTPlugin::createFeature(WebAPIAdapterInterface* webAPIAdapterInt
|
||||
{
|
||||
return new SimplePTT(webAPIAdapterInterface);
|
||||
}
|
||||
|
||||
FeatureWebAPIAdapter* SimplePTTPlugin::createFeatureWebAPIAdapter() const
|
||||
{
|
||||
return new SimplePTTWebAPIAdapter();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user