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
TestMI::MsgConfigureTestSource Class Reference

#include <testmi.h>

+ Inheritance diagram for TestMI::MsgConfigureTestSource:
+ Collaboration diagram for TestMI::MsgConfigureTestSource:

Public Member Functions

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

Private Member Functions

 MsgConfigureTestSource (const TestMISettings &settings, bool force)
 

Private Attributes

TestMISettings 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 38 of file testmi.h.

Constructor & Destructor Documentation

◆ MsgConfigureTestSource()

TestMI::MsgConfigureTestSource::MsgConfigureTestSource ( const TestMISettings settings,
bool  force 
)
inlineprivate

Definition at line 54 of file testmi.h.

Referenced by create().

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

Member Function Documentation

◆ create()

static MsgConfigureTestSource* TestMI::MsgConfigureTestSource::create ( const TestMISettings settings,
bool  force 
)
inlinestatic

Definition at line 45 of file testmi.h.

References MsgConfigureTestSource().

Referenced by TestMI::deserialize(), TestMI::setSourceCenterFrequency(), TestMIGui::updateHardware(), and TestMI::webapiSettingsPutPatch().

46  {
47  return new MsgConfigureTestSource(settings, force);
48  }
MsgConfigureTestSource(const TestMISettings &settings, bool force)
Definition: testmi.h:54
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getForce()

bool TestMI::MsgConfigureTestSource::getForce ( ) const
inline

Definition at line 43 of file testmi.h.

References m_force.

Referenced by TestMI::handleMessage().

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

◆ getSettings()

const TestMISettings& TestMI::MsgConfigureTestSource::getSettings ( ) const
inline

Definition at line 42 of file testmi.h.

References m_settings.

Referenced by TestMIGui::handleMessage(), and TestMI::handleMessage().

42 { return m_settings; }
TestMISettings m_settings
Definition: testmi.h:51
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_force

bool TestMI::MsgConfigureTestSource::m_force
private

Definition at line 52 of file testmi.h.

Referenced by getForce().

◆ m_settings

TestMISettings TestMI::MsgConfigureTestSource::m_settings
private

Definition at line 51 of file testmi.h.

Referenced by getSettings().


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