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
FileInput::MsgReportFileInputStreamTiming Class Reference

#include <fileinput.h>

+ Inheritance diagram for FileInput::MsgReportFileInputStreamTiming:
+ Collaboration diagram for FileInput::MsgReportFileInputStreamTiming:

Public Member Functions

quint64 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 MsgReportFileInputStreamTimingcreate (quint64 samplesCount)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportFileInputStreamTiming (quint64 samplesCount)
 

Protected Attributes

quint64 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 239 of file fileinput.h.

Constructor & Destructor Documentation

◆ MsgReportFileInputStreamTiming()

FileInput::MsgReportFileInputStreamTiming::MsgReportFileInputStreamTiming ( quint64  samplesCount)
inlineprotected

Definition at line 253 of file fileinput.h.

253  :
254  Message(),
255  m_samplesCount(samplesCount)
256  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgReportFileInputStreamTiming* FileInput::MsgReportFileInputStreamTiming::create ( quint64  samplesCount)
inlinestatic

Definition at line 245 of file fileinput.h.

Referenced by FileInput::handleMessage().

246  {
247  return new MsgReportFileInputStreamTiming(samplesCount);
248  }
MsgReportFileInputStreamTiming(quint64 samplesCount)
Definition: fileinput.h:253
+ Here is the caller graph for this function:

◆ getSamplesCount()

quint64 FileInput::MsgReportFileInputStreamTiming::getSamplesCount ( ) const
inline

Definition at line 243 of file fileinput.h.

Member Data Documentation

◆ m_samplesCount

quint64 FileInput::MsgReportFileInputStreamTiming::m_samplesCount
protected

Definition at line 251 of file fileinput.h.


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