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 | Protected Member Functions | Protected Attributes | List of all members
WFMMod::MsgReportFileSourceStreamTiming Class Reference

#include <wfmmod.h>

+ Inheritance diagram for WFMMod::MsgReportFileSourceStreamTiming:
+ Collaboration diagram for WFMMod::MsgReportFileSourceStreamTiming:

Public Member Functions

std::size_t getSamplesCount () 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 MsgReportFileSourceStreamTimingcreate (std::size_t samplesCount)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportFileSourceStreamTiming (std::size_t samplesCount)
 

Protected Attributes

std::size_t m_samplesCount
 
- Protected Attributes inherited from Message
void * m_destination
 

Additional Inherited Members

- Static Protected Attributes inherited from Message
static const char * m_identifier = 0
 

Detailed Description

Definition at line 157 of file wfmmod.h.

Constructor & Destructor Documentation

◆ MsgReportFileSourceStreamTiming()

WFMMod::MsgReportFileSourceStreamTiming::MsgReportFileSourceStreamTiming ( std::size_t  samplesCount)
inlineprotected

Definition at line 172 of file wfmmod.h.

172  :
173  Message(),
174  m_samplesCount(samplesCount)
175  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgReportFileSourceStreamTiming* WFMMod::MsgReportFileSourceStreamTiming::create ( std::size_t  samplesCount)
inlinestatic

Definition at line 164 of file wfmmod.h.

Referenced by WFMMod::handleMessage().

165  {
166  return new MsgReportFileSourceStreamTiming(samplesCount);
167  }
MsgReportFileSourceStreamTiming(std::size_t samplesCount)
Definition: wfmmod.h:172
+ Here is the caller graph for this function:

◆ getSamplesCount()

std::size_t WFMMod::MsgReportFileSourceStreamTiming::getSamplesCount ( ) const
inline

Definition at line 162 of file wfmmod.h.

162 { return m_samplesCount; }

Member Data Documentation

◆ m_samplesCount

std::size_t WFMMod::MsgReportFileSourceStreamTiming::m_samplesCount
protected

Definition at line 170 of file wfmmod.h.


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