mirror of
https://github.com/f4exb/sdrangel.git
synced 2025-09-02 13:17:48 -04:00
Rx plugins: removed useless create method in private slot
This commit is contained in:
parent
9ff05baa70
commit
76bf0ad104
@ -43,8 +43,3 @@ PluginInstanceGUI* ChannelAnalyzerPlugin::createRxChannelGUI(const QString& chan
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChannelAnalyzerPlugin::createInstanceChannelAnalyzer(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
ChannelAnalyzerGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -23,9 +23,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceChannelAnalyzer(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_CHANALYZERPLUGIN_H
|
#endif // INCLUDE_CHANALYZERPLUGIN_H
|
||||||
|
@ -58,8 +58,3 @@ PluginInstanceGUI* ChannelAnalyzerNGPlugin::createRxChannelGUI(const QString& ch
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ChannelAnalyzerNGPlugin::createInstanceChannelAnalyzer(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
ChannelAnalyzerNGGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -40,9 +40,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceChannelAnalyzer(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_CHANALYZERNGPLUGIN_H
|
#endif // INCLUDE_CHANALYZERNGPLUGIN_H
|
||||||
|
@ -43,8 +43,3 @@ PluginInstanceGUI* AMDemodPlugin::createRxChannelGUI(const QString& channelName,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void AMDemodPlugin::createInstanceDemodAM(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
AMDemodGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -39,9 +39,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceDemodAM(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_AMPLUGIN_H
|
#endif // INCLUDE_AMPLUGIN_H
|
||||||
|
@ -65,8 +65,3 @@ PluginInstanceGUI* ATVDemodPlugin::createRxChannelGUI(const QString& strChannelN
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void ATVDemodPlugin::createInstanceDemodATV(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
ATVDemodGUI::create(m_ptrPluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -41,9 +41,6 @@ private:
|
|||||||
static const PluginDescriptor m_ptrPluginDescriptor;
|
static const PluginDescriptor m_ptrPluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_ptrPluginAPI;
|
PluginAPI* m_ptrPluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceDemodATV(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_ATVPLUGIN_H
|
#endif // INCLUDE_ATVPLUGIN_H
|
||||||
|
@ -60,8 +60,3 @@ PluginInstanceGUI* BFMPlugin::createRxChannelGUI(const QString& channelName, Dev
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void BFMPlugin::createInstanceBFM(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
BFMDemodGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -40,9 +40,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceBFM(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_BFMPLUGIN_H
|
#endif // INCLUDE_BFMPLUGIN_H
|
||||||
|
@ -60,8 +60,3 @@ PluginInstanceGUI* DSDDemodPlugin::createRxChannelGUI(const QString& channelName
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void DSDDemodPlugin::createInstanceDSDDemod(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
DSDDemodGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -40,9 +40,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceDSDDemod(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_DSDDEMODLUGIN_H
|
#endif // INCLUDE_DSDDEMODLUGIN_H
|
||||||
|
@ -42,8 +42,3 @@ PluginInstanceGUI* LoRaPlugin::createRxChannelGUI(const QString& channelName, De
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void LoRaPlugin::createInstanceLoRa(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
LoRaDemodGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -23,9 +23,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceLoRa(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_LoRaPLUGIN_H
|
#endif // INCLUDE_LoRaPLUGIN_H
|
||||||
|
@ -41,8 +41,3 @@ PluginInstanceGUI* NFMPlugin::createRxChannelGUI(const QString& channelName, Dev
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void NFMPlugin::createInstanceNFM(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
NFMDemodGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -23,9 +23,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceNFM(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_NFMPLUGIN_H
|
#endif // INCLUDE_NFMPLUGIN_H
|
||||||
|
@ -43,8 +43,3 @@ PluginInstanceGUI* SSBPlugin::createRxChannelGUI(const QString& channelName, Dev
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void SSBPlugin::createInstanceSSB(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
SSBDemodGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -23,9 +23,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceSSB(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_SSBPLUGIN_H
|
#endif // INCLUDE_SSBPLUGIN_H
|
||||||
|
@ -43,8 +43,3 @@ PluginInstanceGUI* WFMPlugin::createRxChannelGUI(const QString& channelName, Dev
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void WFMPlugin::createInstanceWFM(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
WFMDemodGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
}
|
|
||||||
|
@ -23,9 +23,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceWFM(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_WFMPLUGIN_H
|
#endif // INCLUDE_WFMPLUGIN_H
|
||||||
|
@ -45,10 +45,3 @@ PluginInstanceGUI* TCPSrcPlugin::createRxChannelGUI(const QString& channelName,
|
|||||||
return NULL;
|
return NULL;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void TCPSrcPlugin::createInstanceTCPSrc(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
TCPSrcGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
// deviceAPI->registerChannelInstance("sdrangel.channel.tcpsrc", gui);
|
|
||||||
// m_pluginAPI->addChannelRollup(gui);
|
|
||||||
}
|
|
||||||
|
@ -23,9 +23,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceTCPSrc(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_TCPSRCPLUGIN_H
|
#endif // INCLUDE_TCPSRCPLUGIN_H
|
||||||
|
@ -62,10 +62,3 @@ PluginInstanceGUI* UDPSrcPlugin::createRxChannelGUI(const QString& channelName,
|
|||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
void UDPSrcPlugin::createInstanceUDPSrc(DeviceUISet *deviceUISet)
|
|
||||||
{
|
|
||||||
UDPSrcGUI::create(m_pluginAPI, deviceUISet);
|
|
||||||
// deviceAPI->registerChannelInstance("sdrangel.channel.udpsrc", gui);
|
|
||||||
// m_pluginAPI->addChannelRollup(gui);
|
|
||||||
}
|
|
||||||
|
@ -40,9 +40,6 @@ private:
|
|||||||
static const PluginDescriptor m_pluginDescriptor;
|
static const PluginDescriptor m_pluginDescriptor;
|
||||||
|
|
||||||
PluginAPI* m_pluginAPI;
|
PluginAPI* m_pluginAPI;
|
||||||
|
|
||||||
private slots:
|
|
||||||
void createInstanceUDPSrc(DeviceUISet *deviceUISet);
|
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif // INCLUDE_UDPSRCPLUGIN_H
|
#endif // INCLUDE_UDPSRCPLUGIN_H
|
||||||
|
Loading…
x
Reference in New Issue
Block a user