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
DownChannelizer::MsgSetChannelizer Class Reference

#include <downchannelizer.h>

+ Inheritance diagram for DownChannelizer::MsgSetChannelizer:
+ Collaboration diagram for DownChannelizer::MsgSetChannelizer:

Public Member Functions

 MsgSetChannelizer (unsigned int log2Decim, unsigned int filterChainHash)
 
unsigned int getLog2Decim () const
 
unsigned 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)
 

Private Attributes

unsigned int m_log2Decim
 
unsigned int m_filterChainHash
 

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 60 of file downchannelizer.h.

Constructor & Destructor Documentation

◆ MsgSetChannelizer()

DownChannelizer::MsgSetChannelizer::MsgSetChannelizer ( unsigned int  log2Decim,
unsigned int  filterChainHash 
)
inline

Definition at line 64 of file downchannelizer.h.

64  :
65  Message(),
66  m_log2Decim(log2Decim),
67  m_filterChainHash(filterChainHash)
68  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ getFilterChainHash()

unsigned int DownChannelizer::MsgSetChannelizer::getFilterChainHash ( ) const
inline

Definition at line 71 of file downchannelizer.h.

Referenced by DownChannelizer::handleMessage().

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

◆ getLog2Decim()

unsigned int DownChannelizer::MsgSetChannelizer::getLog2Decim ( ) const
inline

Definition at line 70 of file downchannelizer.h.

Referenced by DownChannelizer::handleMessage().

70 { return m_log2Decim; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_filterChainHash

unsigned int DownChannelizer::MsgSetChannelizer::m_filterChainHash
private

Definition at line 75 of file downchannelizer.h.

◆ m_log2Decim

unsigned int DownChannelizer::MsgSetChannelizer::m_log2Decim
private

Definition at line 74 of file downchannelizer.h.


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