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.
|
#include <remoteinput.h>
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 MsgReportRemoteInputStreamData * | create (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 |
Definition at line 103 of file remoteinput.h.
|
inlineprotected |
Definition at line 121 of file remoteinput.h.
|
inlinestatic |
Definition at line 111 of file remoteinput.h.
Referenced by RemoteInputUDPHandler::processData().
|
inline |
Definition at line 109 of file remoteinput.h.
|
inline |
Definition at line 108 of file remoteinput.h.
|
inline |
Definition at line 107 of file remoteinput.h.
|
protected |
Definition at line 118 of file remoteinput.h.
|
protected |
Definition at line 117 of file remoteinput.h.
|
protected |
Definition at line 119 of file remoteinput.h.