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 | Private Attributes | List of all members
DSPConfigureChannelizer Class Reference

#include <dspcommands.h>

+ Inheritance diagram for DSPConfigureChannelizer:
+ Collaboration diagram for DSPConfigureChannelizer:

Public Member Functions

 DSPConfigureChannelizer (int sampleRate, int centerFrequency)
 
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)
 

Private Attributes

int m_sampleRate
 
int m_centerFrequency
 

Additional Inherited Members

- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 
- 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 357 of file dspcommands.h.

Constructor & Destructor Documentation

◆ DSPConfigureChannelizer()

DSPConfigureChannelizer::DSPConfigureChannelizer ( int  sampleRate,
int  centerFrequency 
)
inline

Definition at line 361 of file dspcommands.h.

361  :
362  Message(),
363  m_sampleRate(sampleRate),
364  m_centerFrequency(centerFrequency)
365  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ getCenterFrequency()

int DSPConfigureChannelizer::getCenterFrequency ( ) const
inline

Definition at line 368 of file dspcommands.h.

Referenced by DownChannelizer::handleMessage(), and UpChannelizer::handleMessage().

368 { return m_centerFrequency; }
+ Here is the caller graph for this function:

◆ getSampleRate()

int DSPConfigureChannelizer::getSampleRate ( ) const
inline

Definition at line 367 of file dspcommands.h.

Referenced by DownChannelizer::handleMessage(), and UpChannelizer::handleMessage().

367 { return m_sampleRate; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_centerFrequency

int DSPConfigureChannelizer::m_centerFrequency
private

Definition at line 372 of file dspcommands.h.

◆ m_sampleRate

int DSPConfigureChannelizer::m_sampleRate
private

Definition at line 371 of file dspcommands.h.


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