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::MsgConfigureSoapySDRInput Class Reference

#include <soapysdrinput.h>

+ Inheritance diagram for SoapySDRInput::MsgConfigureSoapySDRInput:
+ Collaboration diagram for SoapySDRInput::MsgConfigureSoapySDRInput:

Public Member Functions

const SoapySDRInputSettingsgetSettings () const
 
bool getForce () 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 MsgConfigureSoapySDRInputcreate (const SoapySDRInputSettings &settings, bool force)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgConfigureSoapySDRInput (const SoapySDRInputSettings &settings, bool force)
 

Private Attributes

SoapySDRInputSettings m_settings
 
bool m_force
 

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

Constructor & Destructor Documentation

◆ MsgConfigureSoapySDRInput()

SoapySDRInput::MsgConfigureSoapySDRInput::MsgConfigureSoapySDRInput ( const SoapySDRInputSettings settings,
bool  force 
)
inlineprivate

Definition at line 70 of file soapysdrinput.h.

70  :
71  Message(),
72  m_settings(settings),
73  m_force(force)
74  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgConfigureSoapySDRInput* SoapySDRInput::MsgConfigureSoapySDRInput::create ( const SoapySDRInputSettings settings,
bool  force 
)
inlinestatic

Definition at line 61 of file soapysdrinput.h.

Referenced by SoapySDRInput::handleMessage(), SoapySDRInput::setCenterFrequency(), SoapySDRInputGui::updateHardware(), and SoapySDRInput::webapiSettingsPutPatch().

62  {
63  return new MsgConfigureSoapySDRInput(settings, force);
64  }
MsgConfigureSoapySDRInput(const SoapySDRInputSettings &settings, bool force)
Definition: soapysdrinput.h:70
+ Here is the caller graph for this function:

◆ getForce()

bool SoapySDRInput::MsgConfigureSoapySDRInput::getForce ( ) const
inline

Definition at line 59 of file soapysdrinput.h.

Referenced by SoapySDRInput::handleMessage().

+ Here is the caller graph for this function:

◆ getSettings()

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

Definition at line 58 of file soapysdrinput.h.

Referenced by SoapySDRInputGui::handleMessage(), and SoapySDRInput::handleMessage().

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

Member Data Documentation

◆ m_force

bool SoapySDRInput::MsgConfigureSoapySDRInput::m_force
private

Definition at line 68 of file soapysdrinput.h.

◆ m_settings

SoapySDRInputSettings SoapySDRInput::MsgConfigureSoapySDRInput::m_settings
private

Definition at line 67 of file soapysdrinput.h.


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