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
ATVDemod::MsgReportEffectiveSampleRate Class Reference

#include <atvdemod.h>

+ Inheritance diagram for ATVDemod::MsgReportEffectiveSampleRate:
+ Collaboration diagram for ATVDemod::MsgReportEffectiveSampleRate:

Public Member Functions

int getSampleRate () const
 
int getNbPointsPerLine () 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 MsgReportEffectiveSampleRatecreate (int sampleRate, int nbPointsPerLine)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportEffectiveSampleRate (int sampleRate, int nbPointsPerLine)
 

Protected Attributes

int m_sampleRate
 
int m_nbPointsPerLine
 
- 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 151 of file atvdemod.h.

Constructor & Destructor Documentation

◆ MsgReportEffectiveSampleRate()

ATVDemod::MsgReportEffectiveSampleRate::MsgReportEffectiveSampleRate ( int  sampleRate,
int  nbPointsPerLine 
)
inlineprotected

Definition at line 168 of file atvdemod.h.

168  :
169  Message(),
170  m_sampleRate(sampleRate),
171  m_nbPointsPerLine(nbPointsPerLine)
172  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgReportEffectiveSampleRate* ATVDemod::MsgReportEffectiveSampleRate::create ( int  sampleRate,
int  nbPointsPerLine 
)
inlinestatic

Definition at line 159 of file atvdemod.h.

Referenced by ATVDemod::applySettings().

160  {
161  return new MsgReportEffectiveSampleRate(sampleRate, nbPointsPerLine);
162  }
MsgReportEffectiveSampleRate(int sampleRate, int nbPointsPerLine)
Definition: atvdemod.h:168
+ Here is the caller graph for this function:

◆ getNbPointsPerLine()

int ATVDemod::MsgReportEffectiveSampleRate::getNbPointsPerLine ( ) const
inline

Definition at line 157 of file atvdemod.h.

◆ getSampleRate()

int ATVDemod::MsgReportEffectiveSampleRate::getSampleRate ( ) const
inline

Definition at line 156 of file atvdemod.h.

Member Data Documentation

◆ m_nbPointsPerLine

int ATVDemod::MsgReportEffectiveSampleRate::m_nbPointsPerLine
protected

Definition at line 166 of file atvdemod.h.

◆ m_sampleRate

int ATVDemod::MsgReportEffectiveSampleRate::m_sampleRate
protected

Definition at line 165 of file atvdemod.h.


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