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
PlutoSDROutput::MsgConfigurePlutoSDR Class Reference

#include <plutosdroutput.h>

+ Inheritance diagram for PlutoSDROutput::MsgConfigurePlutoSDR:
+ Collaboration diagram for PlutoSDROutput::MsgConfigurePlutoSDR:

Public Member Functions

const PlutoSDROutputSettingsgetSettings () 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 MsgConfigurePlutoSDRcreate (const PlutoSDROutputSettings &settings, bool force)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgConfigurePlutoSDR (const PlutoSDROutputSettings &settings, bool force)
 

Private Attributes

PlutoSDROutputSettings 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 39 of file plutosdroutput.h.

Constructor & Destructor Documentation

◆ MsgConfigurePlutoSDR()

PlutoSDROutput::MsgConfigurePlutoSDR::MsgConfigurePlutoSDR ( const PlutoSDROutputSettings settings,
bool  force 
)
inlineprivate

Definition at line 55 of file plutosdroutput.h.

Referenced by create().

55  :
56  Message(),
57  m_settings(settings),
58  m_force(force)
59  { }
Message()
Definition: message.cpp:26
PlutoSDROutputSettings m_settings
+ Here is the caller graph for this function:

Member Function Documentation

◆ create()

static MsgConfigurePlutoSDR* PlutoSDROutput::MsgConfigurePlutoSDR::create ( const PlutoSDROutputSettings settings,
bool  force 
)
inlinestatic

Definition at line 46 of file plutosdroutput.h.

References MsgConfigurePlutoSDR().

Referenced by PlutoSDROutput::deserialize(), PlutoSDROutput::setCenterFrequency(), PlutoSDROutputGUI::updateHardware(), and PlutoSDROutput::webapiSettingsPutPatch().

47  {
48  return new MsgConfigurePlutoSDR(settings, force);
49  }
MsgConfigurePlutoSDR(const PlutoSDROutputSettings &settings, bool force)
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getForce()

bool PlutoSDROutput::MsgConfigurePlutoSDR::getForce ( ) const
inline

Definition at line 44 of file plutosdroutput.h.

References m_force.

Referenced by PlutoSDROutput::handleMessage().

+ Here is the caller graph for this function:

◆ getSettings()

const PlutoSDROutputSettings& PlutoSDROutput::MsgConfigurePlutoSDR::getSettings ( ) const
inline

Definition at line 43 of file plutosdroutput.h.

References m_settings.

Referenced by PlutoSDROutputGUI::handleMessage(), and PlutoSDROutput::handleMessage().

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

Member Data Documentation

◆ m_force

bool PlutoSDROutput::MsgConfigurePlutoSDR::m_force
private

Definition at line 53 of file plutosdroutput.h.

Referenced by getForce().

◆ m_settings

PlutoSDROutputSettings PlutoSDROutput::MsgConfigurePlutoSDR::m_settings
private

Definition at line 52 of file plutosdroutput.h.

Referenced by getSettings().


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