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.
|
Public Member Functions | |
ChannelInstanceRegistration () | |
ChannelInstanceRegistration (const QString &channelName, PluginInstanceGUI *pluginGUI) | |
bool | operator< (const ChannelInstanceRegistration &other) const |
Public Attributes | |
QString | m_channelName |
PluginInstanceGUI * | m_gui |
Definition at line 85 of file deviceuiset.h.
|
inline |
Definition at line 90 of file deviceuiset.h.
|
inline |
Definition at line 95 of file deviceuiset.h.
bool DeviceUISet::ChannelInstanceRegistration::operator< | ( | const ChannelInstanceRegistration & | other | ) | const |
Definition at line 338 of file deviceuiset.cpp.
References PluginInstanceGUI::getCenterFrequency(), PluginInstanceGUI::getName(), and m_gui.
QString DeviceUISet::ChannelInstanceRegistration::m_channelName |
Definition at line 87 of file deviceuiset.h.
PluginInstanceGUI* DeviceUISet::ChannelInstanceRegistration::m_gui |
Definition at line 88 of file deviceuiset.h.
Referenced by DeviceUISet::loadRxChannelSettings(), DeviceUISet::loadTxChannelSettings(), and operator<().