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
RemoteInput::MsgReportRemoteInputStreamData Class Reference

#include <remoteinput.h>

+ Inheritance diagram for RemoteInput::MsgReportRemoteInputStreamData:
+ Collaboration diagram for RemoteInput::MsgReportRemoteInputStreamData:

Public Member Functions

int getSampleRate () const
 
quint64 getCenterFrequency () const
 
uint32_t get_tv_msec () 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 MsgReportRemoteInputStreamDatacreate (int sampleRate, quint64 centerFrequency, uint64_t tv_msec)
 
- Static Public Member Functions inherited from Message
static bool match (const Message *message)
 

Protected Member Functions

 MsgReportRemoteInputStreamData (int sampleRate, quint64 centerFrequency, uint64_t tv_msec)
 

Protected Attributes

int m_sampleRate
 
quint64 m_centerFrequency
 
uint64_t m_tv_msec
 
- 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 103 of file remoteinput.h.

Constructor & Destructor Documentation

◆ MsgReportRemoteInputStreamData()

RemoteInput::MsgReportRemoteInputStreamData::MsgReportRemoteInputStreamData ( int  sampleRate,
quint64  centerFrequency,
uint64_t  tv_msec 
)
inlineprotected

Definition at line 121 of file remoteinput.h.

121  :
122  Message(),
123  m_sampleRate(sampleRate),
124  m_centerFrequency(centerFrequency),
125  m_tv_msec(tv_msec)
126  { }
Message()
Definition: message.cpp:26

Member Function Documentation

◆ create()

static MsgReportRemoteInputStreamData* RemoteInput::MsgReportRemoteInputStreamData::create ( int  sampleRate,
quint64  centerFrequency,
uint64_t  tv_msec 
)
inlinestatic

Definition at line 111 of file remoteinput.h.

Referenced by RemoteInputUDPHandler::processData().

112  {
113  return new MsgReportRemoteInputStreamData(sampleRate, centerFrequency, tv_msec);
114  }
MsgReportRemoteInputStreamData(int sampleRate, quint64 centerFrequency, uint64_t tv_msec)
Definition: remoteinput.h:121
+ Here is the caller graph for this function:

◆ get_tv_msec()

uint32_t RemoteInput::MsgReportRemoteInputStreamData::get_tv_msec ( ) const
inline

Definition at line 109 of file remoteinput.h.

◆ getCenterFrequency()

quint64 RemoteInput::MsgReportRemoteInputStreamData::getCenterFrequency ( ) const
inline

Definition at line 108 of file remoteinput.h.

◆ getSampleRate()

int RemoteInput::MsgReportRemoteInputStreamData::getSampleRate ( ) const
inline

Definition at line 107 of file remoteinput.h.

Member Data Documentation

◆ m_centerFrequency

quint64 RemoteInput::MsgReportRemoteInputStreamData::m_centerFrequency
protected

Definition at line 118 of file remoteinput.h.

◆ m_sampleRate

int RemoteInput::MsgReportRemoteInputStreamData::m_sampleRate
protected

Definition at line 117 of file remoteinput.h.

◆ m_tv_msec

uint64_t RemoteInput::MsgReportRemoteInputStreamData::m_tv_msec
protected

Definition at line 119 of file remoteinput.h.


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