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 | Protected Member Functions | Protected Attributes | List of all members
LocalInput::MsgReportSampleRateAndFrequency Class Reference

#include <localinput.h>

+ Inheritance diagram for LocalInput::MsgReportSampleRateAndFrequency:
+ Collaboration diagram for LocalInput::MsgReportSampleRateAndFrequency:

Public Member Functions

int getSampleRate () const
 
int getCenterFrequency () 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 MsgReportSampleRateAndFrequencycreate (int sampleRate, qint64 centerFrequency)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportSampleRateAndFrequency (int sampleRate, qint64 centerFrequency)
 

Protected Attributes

int m_sampleRate
 
qint64 m_centerFrequency
 
- Protected Attributes inherited from Message
void * m_destination
 

Additional Inherited Members

- Static Protected Attributes inherited from Message
static const char * m_identifier = 0
 

Detailed Description

Definition at line 103 of file localinput.h.

Constructor & Destructor Documentation

◆ MsgReportSampleRateAndFrequency()

LocalInput::MsgReportSampleRateAndFrequency::MsgReportSampleRateAndFrequency ( int  sampleRate,
qint64  centerFrequency 
)
inlineprotected

Member Function Documentation

◆ create()

static MsgReportSampleRateAndFrequency* LocalInput::MsgReportSampleRateAndFrequency::create ( int  sampleRate,
qint64  centerFrequency 
)
inlinestatic

Definition at line 110 of file localinput.h.

Referenced by LocalInput::setCenterFrequency(), and LocalInput::setSampleRate().

110  {
111  return new MsgReportSampleRateAndFrequency(sampleRate, centerFrequency);
112  }
MsgReportSampleRateAndFrequency(int sampleRate, qint64 centerFrequency)
Definition: localinput.h:118
+ Here is the caller graph for this function:

◆ getCenterFrequency()

int LocalInput::MsgReportSampleRateAndFrequency::getCenterFrequency ( ) const
inline

Definition at line 108 of file localinput.h.

References LocalInput::m_centerFrequency.

Referenced by LocalInputGui::handleMessage().

+ Here is the caller graph for this function:

◆ getSampleRate()

int LocalInput::MsgReportSampleRateAndFrequency::getSampleRate ( ) const
inline

Definition at line 107 of file localinput.h.

References LocalInput::m_sampleRate.

Referenced by LocalInputGui::handleMessage().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_centerFrequency

qint64 LocalInput::MsgReportSampleRateAndFrequency::m_centerFrequency
protected

Definition at line 116 of file localinput.h.

◆ m_sampleRate

int LocalInput::MsgReportSampleRateAndFrequency::m_sampleRate
protected

Definition at line 115 of file localinput.h.


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