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 | Static Public Member Functions | Private Member Functions | Private Attributes | List of all members
DeviceSoapySDRShared::MsgReportDeviceArgsChange Class Reference

#include <devicesoapysdrshared.h>

+ Inheritance diagram for DeviceSoapySDRShared::MsgReportDeviceArgsChange:
+ Collaboration diagram for DeviceSoapySDRShared::MsgReportDeviceArgsChange:

Public Member Functions

const QMap< QString, QVariant > & getDeviceArgSettings () const
 
- Public Member Functions inherited from Message
 Message ()
 
virtual ~Message ()
 
virtual const char * getIdentifier () const
 
virtual bool matchIdentifier (const char *identifier) const
 
void * getDestination () const
 
void setDestination (void *destination)
 

Static Public Member Functions

static MsgReportDeviceArgsChangecreate (const QMap< QString, QVariant > &deviceArgSettings)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgReportDeviceArgsChange (const QMap< QString, QVariant > &deviceArgSettings)
 

Private Attributes

QMap< QString, QVariant > m_deviceArgSettings
 

Additional Inherited Members

- Protected Attributes inherited from Message
void * m_destination
 
- Static Protected Attributes inherited from Message
static const char * m_identifier = 0
 

Detailed Description

Definition at line 86 of file devicesoapysdrshared.h.

Constructor & Destructor Documentation

◆ MsgReportDeviceArgsChange()

DeviceSoapySDRShared::MsgReportDeviceArgsChange::MsgReportDeviceArgsChange ( const QMap< QString, QVariant > &  deviceArgSettings)
inlineprivate

Definition at line 99 of file devicesoapysdrshared.h.

99  :
100  m_deviceArgSettings(deviceArgSettings)
101  { }

Member Function Documentation

◆ create()

static MsgReportDeviceArgsChange* DeviceSoapySDRShared::MsgReportDeviceArgsChange::create ( const QMap< QString, QVariant > &  deviceArgSettings)
inlinestatic

Definition at line 92 of file devicesoapysdrshared.h.

Referenced by SoapySDROutput::applySettings(), SoapySDRInput::applySettings(), SoapySDROutput::handleMessage(), and SoapySDRInput::handleMessage().

92  {
93  return new MsgReportDeviceArgsChange(deviceArgSettings);
94  }
MsgReportDeviceArgsChange(const QMap< QString, QVariant > &deviceArgSettings)
+ Here is the caller graph for this function:

◆ getDeviceArgSettings()

const QMap<QString, QVariant>& DeviceSoapySDRShared::MsgReportDeviceArgsChange::getDeviceArgSettings ( ) const
inline

Member Data Documentation

◆ m_deviceArgSettings

QMap<QString, QVariant> DeviceSoapySDRShared::MsgReportDeviceArgsChange::m_deviceArgSettings
private

Definition at line 97 of file devicesoapysdrshared.h.


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