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

#include <upchannelizer.h>

+ Inheritance diagram for UpChannelizer::MsgSetChannelizer:
+ Collaboration diagram for UpChannelizer::MsgSetChannelizer:

Public Member Functions

 MsgSetChannelizer (unsigned int log2Interp, unsigned int filterChainHash)
 
unsigned int getLog2Interp () 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_log2interp
 
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 66 of file upchannelizer.h.

Constructor & Destructor Documentation

◆ MsgSetChannelizer()

UpChannelizer::MsgSetChannelizer::MsgSetChannelizer ( unsigned int  log2Interp,
unsigned int  filterChainHash 
)
inline

Definition at line 70 of file upchannelizer.h.

70  :
71  Message(),
72  m_log2interp(log2Interp),
73  m_filterChainHash(filterChainHash)
74  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ getFilterChainHash()

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

Definition at line 77 of file upchannelizer.h.

Referenced by UpChannelizer::handleMessage().

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

◆ getLog2Interp()

unsigned int UpChannelizer::MsgSetChannelizer::getLog2Interp ( ) const
inline

Definition at line 76 of file upchannelizer.h.

Referenced by UpChannelizer::handleMessage().

76 { return m_log2interp; }
+ Here is the caller graph for this function:

Member Data Documentation

◆ m_filterChainHash

unsigned int UpChannelizer::MsgSetChannelizer::m_filterChainHash
private

Definition at line 81 of file upchannelizer.h.

◆ m_log2interp

unsigned int UpChannelizer::MsgSetChannelizer::m_log2interp
private

Definition at line 80 of file upchannelizer.h.


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