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
NFMMod::MsgReportFileSourceStreamData Class Reference

#include <nfmmod.h>

+ Inheritance diagram for NFMMod::MsgReportFileSourceStreamData:
+ Collaboration diagram for NFMMod::MsgReportFileSourceStreamData:

Public Member Functions

int getSampleRate () const
 
quint32 getRecordLength () 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 MsgReportFileSourceStreamDatacreate (int sampleRate, quint32 recordLength)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportFileSourceStreamData (int sampleRate, quint32 recordLength)
 

Protected Attributes

int m_sampleRate
 
quint32 m_recordLength
 
- 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 179 of file nfmmod.h.

Constructor & Destructor Documentation

◆ MsgReportFileSourceStreamData()

NFMMod::MsgReportFileSourceStreamData::MsgReportFileSourceStreamData ( int  sampleRate,
quint32  recordLength 
)
inlineprotected

Definition at line 196 of file nfmmod.h.

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

197  :
198  Message(),
199  m_sampleRate(sampleRate),
200  m_recordLength(recordLength)
201  { }
Message()
Definition: message.cpp:26
+ Here is the call graph for this function:

Member Function Documentation

◆ create()

static MsgReportFileSourceStreamData* NFMMod::MsgReportFileSourceStreamData::create ( int  sampleRate,
quint32  recordLength 
)
inlinestatic

Definition at line 186 of file nfmmod.h.

Referenced by NFMMod::openFileStream().

188  {
189  return new MsgReportFileSourceStreamData(sampleRate, recordLength);
190  }
MsgReportFileSourceStreamData(int sampleRate, quint32 recordLength)
Definition: nfmmod.h:196
+ Here is the caller graph for this function:

◆ getRecordLength()

quint32 NFMMod::MsgReportFileSourceStreamData::getRecordLength ( ) const
inline

Definition at line 184 of file nfmmod.h.

References NFMMod::m_recordLength.

184 { return m_recordLength; }

◆ getSampleRate()

int NFMMod::MsgReportFileSourceStreamData::getSampleRate ( ) const
inline

Definition at line 183 of file nfmmod.h.

References NFMMod::m_sampleRate.

Member Data Documentation

◆ m_recordLength

quint32 NFMMod::MsgReportFileSourceStreamData::m_recordLength
protected

Definition at line 194 of file nfmmod.h.

◆ m_sampleRate

int NFMMod::MsgReportFileSourceStreamData::m_sampleRate
protected

Definition at line 193 of file nfmmod.h.


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