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
CWKeyer::MsgConfigureCWKeyer Class Reference

#include <cwkeyer.h>

+ Inheritance diagram for CWKeyer::MsgConfigureCWKeyer:
+ Collaboration diagram for CWKeyer::MsgConfigureCWKeyer:

Public Member Functions

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

Private Member Functions

 MsgConfigureCWKeyer (const CWKeyerSettings &settings, bool force)
 

Private Attributes

CWKeyerSettings 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 56 of file cwkeyer.h.

Constructor & Destructor Documentation

◆ MsgConfigureCWKeyer()

CWKeyer::MsgConfigureCWKeyer::MsgConfigureCWKeyer ( const CWKeyerSettings settings,
bool  force 
)
inlineprivate

Definition at line 72 of file cwkeyer.h.

72  :
73  Message(),
74  m_settings(settings),
75  m_force(force)
76  { }
CWKeyerSettings m_settings
Definition: cwkeyer.h:69
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgConfigureCWKeyer* CWKeyer::MsgConfigureCWKeyer::create ( const CWKeyerSettings settings,
bool  force 
)
inlinestatic

Definition at line 63 of file cwkeyer.h.

Referenced by CWKeyerGUI::applySettings(), CWKeyer::setSampleRate(), AMMod::webapiSettingsPutPatch(), WFMMod::webapiSettingsPutPatch(), NFMMod::webapiSettingsPutPatch(), SSBMod::webapiSettingsPutPatch(), and FreeDVMod::webapiSettingsPutPatch().

64  {
65  return new MsgConfigureCWKeyer(settings, force);
66  }
MsgConfigureCWKeyer(const CWKeyerSettings &settings, bool force)
Definition: cwkeyer.h:72
+ Here is the caller graph for this function:

◆ getForce()

bool CWKeyer::MsgConfigureCWKeyer::getForce ( ) const
inline

Definition at line 61 of file cwkeyer.h.

Referenced by CWKeyer::handleMessage().

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

◆ getSettings()

const CWKeyerSettings& CWKeyer::MsgConfigureCWKeyer::getSettings ( ) const
inline

Member Data Documentation

◆ m_force

bool CWKeyer::MsgConfigureCWKeyer::m_force
private

Definition at line 70 of file cwkeyer.h.

◆ m_settings

CWKeyerSettings CWKeyer::MsgConfigureCWKeyer::m_settings
private

Definition at line 69 of file cwkeyer.h.


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