SDRAngel
4.11.5
Developer docs for <a href="https://github.com/f4exb/sdrangel">SDRangel<\a>, an Open Source Qt5 / OpenGL 3.0+ SDR and signal analyzer frontend to various hardware.
|
#include <pluginapi.h>
Public Member Functions | |
ChannelRegistration (const QString &channelIdURI, const QString &channelId, PluginInterface *plugin) | |
Public Attributes | |
QString | m_channelIdURI |
Channel type ID in URI form. More... | |
QString | m_channelId |
Channel type ID in short form from object name. More... | |
PluginInterface * | m_plugin |
Definition at line 32 of file pluginapi.h.
|
inline |
Definition at line 37 of file pluginapi.h.
QString PluginAPI::ChannelRegistration::m_channelId |
Channel type ID in short form from object name.
Definition at line 35 of file pluginapi.h.
QString PluginAPI::ChannelRegistration::m_channelIdURI |
Channel type ID in URI form.
Definition at line 34 of file pluginapi.h.
PluginInterface* PluginAPI::ChannelRegistration::m_plugin |
Definition at line 36 of file pluginapi.h.