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 <preset.h>
Public Member Functions | |
ChannelConfig (const QString &channelIdURI, const QByteArray &config) | |
Public Attributes | |
QString | m_channelIdURI |
Channel type ID in URI form. More... | |
QString | m_channelId |
Channel type ID in short form from object name TODO: use in the future. More... | |
QByteArray | m_config |
|
inline |
Definition at line 35 of file preset.h.
QString Preset::ChannelConfig::m_channelId |
QString Preset::ChannelConfig::m_channelIdURI |
Channel type ID in URI form.
Definition at line 31 of file preset.h.
Referenced by DeviceSet::loadRxChannelSettings(), DeviceUISet::loadRxChannelSettings(), DeviceSet::loadTxChannelSettings(), and DeviceUISet::loadTxChannelSettings().
QByteArray Preset::ChannelConfig::m_config |
Definition at line 33 of file preset.h.
Referenced by DeviceSet::loadRxChannelSettings(), DeviceUISet::loadRxChannelSettings(), DeviceSet::loadTxChannelSettings(), and DeviceUISet::loadTxChannelSettings().