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
BladeRF2Output::MsgConfigureBladeRF2 Class Reference

#include <bladerf2output.h>

+ Inheritance diagram for BladeRF2Output::MsgConfigureBladeRF2:
+ Collaboration diagram for BladeRF2Output::MsgConfigureBladeRF2:

Public Member Functions

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

Private Member Functions

 MsgConfigureBladeRF2 (const BladeRF2OutputSettings &settings, bool force)
 

Private Attributes

BladeRF2OutputSettings 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 bladerf2output.h.

Constructor & Destructor Documentation

◆ MsgConfigureBladeRF2()

BladeRF2Output::MsgConfigureBladeRF2::MsgConfigureBladeRF2 ( const BladeRF2OutputSettings settings,
bool  force 
)
inlineprivate

Definition at line 55 of file bladerf2output.h.

Referenced by create().

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

Member Function Documentation

◆ create()

static MsgConfigureBladeRF2* BladeRF2Output::MsgConfigureBladeRF2::create ( const BladeRF2OutputSettings settings,
bool  force 
)
inlinestatic

Definition at line 46 of file bladerf2output.h.

References MsgConfigureBladeRF2().

Referenced by BladeRF2Output::deserialize(), BladeRF2Output::handleMessage(), BladeRF2Output::setCenterFrequency(), BladeRF2OutputGui::updateHardware(), and BladeRF2Output::webapiSettingsPutPatch().

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

◆ getForce()

bool BladeRF2Output::MsgConfigureBladeRF2::getForce ( ) const
inline

Definition at line 44 of file bladerf2output.h.

References m_force.

Referenced by BladeRF2Output::handleMessage().

+ Here is the caller graph for this function:

◆ getSettings()

const BladeRF2OutputSettings& BladeRF2Output::MsgConfigureBladeRF2::getSettings ( ) const
inline

Definition at line 43 of file bladerf2output.h.

References m_settings.

Referenced by BladeRF2OutputGui::handleMessage(), and BladeRF2Output::handleMessage().

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

Member Data Documentation

◆ m_force

bool BladeRF2Output::MsgConfigureBladeRF2::m_force
private

Definition at line 53 of file bladerf2output.h.

Referenced by getForce().

◆ m_settings

BladeRF2OutputSettings BladeRF2Output::MsgConfigureBladeRF2::m_settings
private

Definition at line 52 of file bladerf2output.h.

Referenced by getSettings().


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