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
NFMDemod::MsgReportCTCSSFreq Class Reference

#include <nfmdemod.h>

+ Inheritance diagram for NFMDemod::MsgReportCTCSSFreq:
+ Collaboration diagram for NFMDemod::MsgReportCTCSSFreq:

Public Member Functions

Real getFrequency () 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 MsgReportCTCSSFreqcreate (Real freq)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgReportCTCSSFreq (Real freq)
 

Private Attributes

Real m_freq
 

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 99 of file nfmdemod.h.

Constructor & Destructor Documentation

◆ MsgReportCTCSSFreq()

NFMDemod::MsgReportCTCSSFreq::MsgReportCTCSSFreq ( Real  freq)
inlineprivate

Definition at line 113 of file nfmdemod.h.

References NFMDemod::NFMDemod(), and NFMDemod::~NFMDemod().

113  :
114  Message(),
115  m_freq(freq)
116  { }
Message()
Definition: message.cpp:26
+ Here is the call graph for this function:

Member Function Documentation

◆ create()

static MsgReportCTCSSFreq* NFMDemod::MsgReportCTCSSFreq::create ( Real  freq)
inlinestatic

Definition at line 105 of file nfmdemod.h.

Referenced by NFMDemod::processOneSample().

106  {
107  return new MsgReportCTCSSFreq(freq);
108  }
+ Here is the caller graph for this function:

◆ getFrequency()

Real NFMDemod::MsgReportCTCSSFreq::getFrequency ( ) const
inline

Definition at line 103 of file nfmdemod.h.

Referenced by NFMDemodGUI::handleMessage().

103 { return m_freq; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_freq

Real NFMDemod::MsgReportCTCSSFreq::m_freq
private

Definition at line 111 of file nfmdemod.h.


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