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
BladeRF2Input::MsgReportGainRange Class Reference

#include <bladerf2input.h>

+ Inheritance diagram for BladeRF2Input::MsgReportGainRange:
+ Collaboration diagram for BladeRF2Input::MsgReportGainRange:

Public Member Functions

int getMin () const
 
int getMax () const
 
int getStep () 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 MsgReportGainRangecreate (int min, int max, int step)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportGainRange (int min, int max, int step)
 

Protected Attributes

int m_min
 
int m_max
 
int m_step
 
- 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 103 of file bladerf2input.h.

Constructor & Destructor Documentation

◆ MsgReportGainRange()

BladeRF2Input::MsgReportGainRange::MsgReportGainRange ( int  min,
int  max,
int  step 
)
inlineprotected

Definition at line 120 of file bladerf2input.h.

120  :
121  Message(),
122  m_min(min),
123  m_max(max),
124  m_step(step)
125  {}
Message()
Definition: message.cpp:26
T max(const T &x, const T &y)
Definition: framework.h:446
T min(const T &x, const T &y)
Definition: framework.h:440

Member Function Documentation

◆ create()

static MsgReportGainRange* BladeRF2Input::MsgReportGainRange::create ( int  min,
int  max,
int  step 
)
inlinestatic

Definition at line 111 of file bladerf2input.h.

Referenced by BladeRF2Input::applySettings(), and BladeRF2Input::handleMessage().

111  {
112  return new MsgReportGainRange(min, max, step);
113  }
MsgReportGainRange(int min, int max, int step)
T max(const T &x, const T &y)
Definition: framework.h:446
T min(const T &x, const T &y)
Definition: framework.h:440
+ Here is the caller graph for this function:

◆ getMax()

int BladeRF2Input::MsgReportGainRange::getMax ( ) const
inline

Definition at line 108 of file bladerf2input.h.

Referenced by BladeRF2InputGui::handleMessage().

+ Here is the caller graph for this function:

◆ getMin()

int BladeRF2Input::MsgReportGainRange::getMin ( ) const
inline

Definition at line 107 of file bladerf2input.h.

Referenced by BladeRF2InputGui::handleMessage().

+ Here is the caller graph for this function:

◆ getStep()

int BladeRF2Input::MsgReportGainRange::getStep ( ) const
inline

Definition at line 109 of file bladerf2input.h.

Referenced by BladeRF2InputGui::handleMessage().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_max

int BladeRF2Input::MsgReportGainRange::m_max
protected

Definition at line 117 of file bladerf2input.h.

◆ m_min

int BladeRF2Input::MsgReportGainRange::m_min
protected

Definition at line 116 of file bladerf2input.h.

◆ m_step

int BladeRF2Input::MsgReportGainRange::m_step
protected

Definition at line 118 of file bladerf2input.h.


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