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

#include <localsource.h>

+ Inheritance diagram for LocalSource::MsgConfigureChannelizer:
+ Collaboration diagram for LocalSource::MsgConfigureChannelizer:

Public Member Functions

int getLog2Interp () const
 
int getFilterChainHash () 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 (unsigned int m_log2Interp, unsigned int m_filterChainHash)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Private Member Functions

 MsgConfigureChannelizer (unsigned int log2Interp, unsigned int filterChainHash)
 

Private Attributes

unsigned int m_log2Interp
 
unsigned int m_filterChainHash
 

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 84 of file localsource.h.

Constructor & Destructor Documentation

◆ MsgConfigureChannelizer()

LocalSource::MsgConfigureChannelizer::MsgConfigureChannelizer ( unsigned int  log2Interp,
unsigned int  filterChainHash 
)
inlineprivate

Definition at line 99 of file localsource.h.

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

99  :
100  Message(),
101  m_log2Interp(log2Interp),
102  m_filterChainHash(filterChainHash)
103  { }
Message()
Definition: message.cpp:26
+ Here is the call graph for this function:

Member Function Documentation

◆ create()

static MsgConfigureChannelizer* LocalSource::MsgConfigureChannelizer::create ( unsigned int  m_log2Interp,
unsigned int  m_filterChainHash 
)
inlinestatic

Definition at line 91 of file localsource.h.

Referenced by LocalSourceGUI::applyChannelSettings(), and LocalSource::webapiSettingsPutPatch().

91  {
93  }
MsgConfigureChannelizer(unsigned int log2Interp, unsigned int filterChainHash)
Definition: localsource.h:99
+ Here is the caller graph for this function:

◆ getFilterChainHash()

int LocalSource::MsgConfigureChannelizer::getFilterChainHash ( ) const
inline

Definition at line 89 of file localsource.h.

Referenced by LocalSource::handleMessage().

89 { return m_filterChainHash; }
+ Here is the caller graph for this function:

◆ getLog2Interp()

int LocalSource::MsgConfigureChannelizer::getLog2Interp ( ) const
inline

Definition at line 88 of file localsource.h.

Referenced by LocalSource::handleMessage().

88 { return m_log2Interp; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_filterChainHash

unsigned int LocalSource::MsgConfigureChannelizer::m_filterChainHash
private

Definition at line 97 of file localsource.h.

◆ m_log2Interp

unsigned int LocalSource::MsgConfigureChannelizer::m_log2Interp
private

Definition at line 96 of file localsource.h.


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