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 | Public Attributes | List of all members
Preset::ChannelConfig Struct Reference

#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
 

Detailed Description

Definition at line 30 of file preset.h.

Constructor & Destructor Documentation

◆ ChannelConfig()

Preset::ChannelConfig::ChannelConfig ( const QString &  channelIdURI,
const QByteArray &  config 
)
inline

Definition at line 35 of file preset.h.

35  :
36  m_channelIdURI(channelIdURI),
38  { }
QString m_channelIdURI
Channel type ID in URI form.
Definition: preset.h:31
QByteArray m_config
Definition: preset.h:33

Member Data Documentation

◆ m_channelId

QString Preset::ChannelConfig::m_channelId

Channel type ID in short form from object name TODO: use in the future.

Definition at line 32 of file preset.h.

◆ m_channelIdURI

QString Preset::ChannelConfig::m_channelIdURI

◆ m_config

QByteArray Preset::ChannelConfig::m_config

The documentation for this struct was generated from the following file: