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
SoapySDRInput::MsgReportGainChange Class Reference

#include <soapysdrinput.h>

+ Inheritance diagram for SoapySDRInput::MsgReportGainChange:
+ Collaboration diagram for SoapySDRInput::MsgReportGainChange:

Public Member Functions

const SoapySDRInputSettingsgetSettings () const
 
bool getGlobalGain () const
 
bool getIndividualGains () 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 MsgReportGainChangecreate (const SoapySDRInputSettings &settings, bool globalGain, bool individualGains)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgReportGainChange (const SoapySDRInputSettings &settings, bool globalGain, bool individualGains)
 

Private Attributes

SoapySDRInputSettings m_settings
 
bool m_globalGain
 
bool m_individualGains
 

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 115 of file soapysdrinput.h.

Constructor & Destructor Documentation

◆ MsgReportGainChange()

SoapySDRInput::MsgReportGainChange::MsgReportGainChange ( const SoapySDRInputSettings settings,
bool  globalGain,
bool  individualGains 
)
inlineprivate

Definition at line 133 of file soapysdrinput.h.

133  :
134  Message(),
135  m_settings(settings),
136  m_globalGain(globalGain),
137  m_individualGains(individualGains)
138  { }
Message()
Definition: message.cpp:26
SoapySDRInputSettings m_settings

Member Function Documentation

◆ create()

static MsgReportGainChange* SoapySDRInput::MsgReportGainChange::create ( const SoapySDRInputSettings settings,
bool  globalGain,
bool  individualGains 
)
inlinestatic

Definition at line 123 of file soapysdrinput.h.

Referenced by SoapySDRInput::applySettings().

124  {
125  return new MsgReportGainChange(settings, globalGain, individualGains);
126  }
MsgReportGainChange(const SoapySDRInputSettings &settings, bool globalGain, bool individualGains)
+ Here is the caller graph for this function:

◆ getGlobalGain()

bool SoapySDRInput::MsgReportGainChange::getGlobalGain ( ) const
inline

Definition at line 120 of file soapysdrinput.h.

Referenced by SoapySDRInputGui::handleMessage().

+ Here is the caller graph for this function:

◆ getIndividualGains()

bool SoapySDRInput::MsgReportGainChange::getIndividualGains ( ) const
inline

Definition at line 121 of file soapysdrinput.h.

Referenced by SoapySDRInputGui::handleMessage().

+ Here is the caller graph for this function:

◆ getSettings()

const SoapySDRInputSettings& SoapySDRInput::MsgReportGainChange::getSettings ( ) const
inline

Definition at line 119 of file soapysdrinput.h.

Referenced by SoapySDRInputGui::handleMessage().

119 { return m_settings; }
SoapySDRInputSettings m_settings
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_globalGain

bool SoapySDRInput::MsgReportGainChange::m_globalGain
private

Definition at line 130 of file soapysdrinput.h.

◆ m_individualGains

bool SoapySDRInput::MsgReportGainChange::m_individualGains
private

Definition at line 131 of file soapysdrinput.h.

◆ m_settings

SoapySDRInputSettings SoapySDRInput::MsgReportGainChange::m_settings
private

Definition at line 129 of file soapysdrinput.h.


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