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 | Protected Member Functions | Protected Attributes | List of all members
SDRPlayInput::MsgReportSDRPlayGains Class Reference

#include <sdrplayinput.h>

+ Inheritance diagram for SDRPlayInput::MsgReportSDRPlayGains:
+ Collaboration diagram for SDRPlayInput::MsgReportSDRPlayGains:

Public Member Functions

int getLNAGain () const
 
int getMixerGain () const
 
int getBasebandGain () const
 
int getTunerGain () 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 MsgReportSDRPlayGainscreate (int lnaGain, int mixerGain, int basebandGain, int tunerGain)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportSDRPlayGains (int lnaGain, int mixerGain, int basebandGain, int tunerGain)
 

Protected Attributes

int m_lnaGain
 
int m_mixerGain
 
int m_basebandGain
 
int m_tunerGain
 
- Protected Attributes inherited from Message
void * m_destination
 

Additional Inherited Members

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

Detailed Description

Definition at line 71 of file sdrplayinput.h.

Constructor & Destructor Documentation

◆ MsgReportSDRPlayGains()

SDRPlayInput::MsgReportSDRPlayGains::MsgReportSDRPlayGains ( int  lnaGain,
int  mixerGain,
int  basebandGain,
int  tunerGain 
)
inlineprotected

Definition at line 91 of file sdrplayinput.h.

91  :
92  Message(),
93  m_lnaGain(lnaGain),
94  m_mixerGain(mixerGain),
95  m_basebandGain(basebandGain),
96  m_tunerGain(tunerGain)
97  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgReportSDRPlayGains* SDRPlayInput::MsgReportSDRPlayGains::create ( int  lnaGain,
int  mixerGain,
int  basebandGain,
int  tunerGain 
)
inlinestatic

Definition at line 75 of file sdrplayinput.h.

Referenced by SDRPlayInput::applySettings().

76  {
77  return new MsgReportSDRPlayGains(lnaGain, mixerGain, basebandGain, tunerGain);
78  }
MsgReportSDRPlayGains(int lnaGain, int mixerGain, int basebandGain, int tunerGain)
Definition: sdrplayinput.h:91
+ Here is the caller graph for this function:

◆ getBasebandGain()

int SDRPlayInput::MsgReportSDRPlayGains::getBasebandGain ( ) const
inline

Definition at line 82 of file sdrplayinput.h.

Referenced by SDRPlayGui::handleMessage().

+ Here is the caller graph for this function:

◆ getLNAGain()

int SDRPlayInput::MsgReportSDRPlayGains::getLNAGain ( ) const
inline

Definition at line 80 of file sdrplayinput.h.

Referenced by SDRPlayGui::handleMessage().

+ Here is the caller graph for this function:

◆ getMixerGain()

int SDRPlayInput::MsgReportSDRPlayGains::getMixerGain ( ) const
inline

Definition at line 81 of file sdrplayinput.h.

Referenced by SDRPlayGui::handleMessage().

+ Here is the caller graph for this function:

◆ getTunerGain()

int SDRPlayInput::MsgReportSDRPlayGains::getTunerGain ( ) const
inline

Definition at line 83 of file sdrplayinput.h.

Referenced by SDRPlayGui::handleMessage().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_basebandGain

int SDRPlayInput::MsgReportSDRPlayGains::m_basebandGain
protected

Definition at line 88 of file sdrplayinput.h.

◆ m_lnaGain

int SDRPlayInput::MsgReportSDRPlayGains::m_lnaGain
protected

Definition at line 86 of file sdrplayinput.h.

◆ m_mixerGain

int SDRPlayInput::MsgReportSDRPlayGains::m_mixerGain
protected

Definition at line 87 of file sdrplayinput.h.

◆ m_tunerGain

int SDRPlayInput::MsgReportSDRPlayGains::m_tunerGain
protected

Definition at line 89 of file sdrplayinput.h.


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