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

#include <atvdemod.h>

+ Inheritance diagram for ATVDemod::MsgConfigureChannelizer:
+ Collaboration diagram for ATVDemod::MsgConfigureChannelizer:

Public Member Functions

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 MsgConfigureChannelizercreate (int centerFrequency)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgConfigureChannelizer (int centerFrequency)
 

Private Attributes

int m_centerFrequency
 

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 131 of file atvdemod.h.

Constructor & Destructor Documentation

◆ MsgConfigureChannelizer()

ATVDemod::MsgConfigureChannelizer::MsgConfigureChannelizer ( int  centerFrequency)
inlineprivate

Definition at line 145 of file atvdemod.h.

145  :
146  Message(),
147  m_centerFrequency(centerFrequency)
148  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgConfigureChannelizer* ATVDemod::MsgConfigureChannelizer::create ( int  centerFrequency)
inlinestatic

Definition at line 137 of file atvdemod.h.

Referenced by ATVDemodGUI::applySettings().

138  {
139  return new MsgConfigureChannelizer(centerFrequency);
140  }
MsgConfigureChannelizer(int centerFrequency)
Definition: atvdemod.h:145
+ Here is the caller graph for this function:

◆ getCenterFrequency()

int ATVDemod::MsgConfigureChannelizer::getCenterFrequency ( ) const
inline

Definition at line 135 of file atvdemod.h.

Referenced by ATVDemod::handleMessage().

+ Here is the caller graph for this function:

Member Data Documentation

◆ m_centerFrequency

int ATVDemod::MsgConfigureChannelizer::m_centerFrequency
private

Definition at line 143 of file atvdemod.h.


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