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

#include <filesource.h>

+ Inheritance diagram for FileSource::MsgConfigureChannelizer:
+ Collaboration diagram for FileSource::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 48 of file filesource.h.

Constructor & Destructor Documentation

◆ MsgConfigureChannelizer()

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

Definition at line 63 of file filesource.h.

Referenced by create().

63  :
64  Message(),
65  m_log2Interp(log2Interp),
66  m_filterChainHash(filterChainHash)
67  { }
Message()
Definition: message.cpp:26
+ Here is the caller graph for this function:

Member Function Documentation

◆ create()

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

Definition at line 55 of file filesource.h.

References MsgConfigureChannelizer().

Referenced by FileSourceGUI::applyChannelSettings().

55  {
57  }
MsgConfigureChannelizer(unsigned int log2Interp, unsigned int filterChainHash)
Definition: filesource.h:63
+ Here is the call graph for this function:
+ Here is the caller graph for this function:

◆ getFilterChainHash()

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

Definition at line 53 of file filesource.h.

References m_filterChainHash.

Referenced by FileSource::handleMessage().

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

◆ getLog2Interp()

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

Definition at line 52 of file filesource.h.

References m_log2Interp.

Referenced by FileSource::handleMessage().

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

Member Data Documentation

◆ m_filterChainHash

unsigned int FileSource::MsgConfigureChannelizer::m_filterChainHash
private

Definition at line 61 of file filesource.h.

Referenced by getFilterChainHash().

◆ m_log2Interp

unsigned int FileSource::MsgConfigureChannelizer::m_log2Interp
private

Definition at line 60 of file filesource.h.

Referenced by getLog2Interp().


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