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

#include <ammod.h>

+ Inheritance diagram for AMMod::MsgReportFileSourceStreamData:
+ Collaboration diagram for AMMod::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 177 of file ammod.h.

Constructor & Destructor Documentation

◆ MsgReportFileSourceStreamData()

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

Definition at line 194 of file ammod.h.

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

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

Member Function Documentation

◆ create()

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

Definition at line 184 of file ammod.h.

Referenced by AMMod::openFileStream().

186  {
187  return new MsgReportFileSourceStreamData(sampleRate, recordLength);
188  }
MsgReportFileSourceStreamData(int sampleRate, quint32 recordLength)
Definition: ammod.h:194
+ Here is the caller graph for this function:

◆ getRecordLength()

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

Definition at line 182 of file ammod.h.

References AMMod::m_recordLength.

182 { return m_recordLength; }

◆ getSampleRate()

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

Definition at line 181 of file ammod.h.

References AMMod::m_sampleRate.

Member Data Documentation

◆ m_recordLength

quint32 AMMod::MsgReportFileSourceStreamData::m_recordLength
protected

Definition at line 192 of file ammod.h.

◆ m_sampleRate

int AMMod::MsgReportFileSourceStreamData::m_sampleRate
protected

Definition at line 191 of file ammod.h.


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