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 <localinput.h>
Public Member Functions | |
int | getSampleRate () const |
int | getCenterFrequency () 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 MsgReportSampleRateAndFrequency * | create (int sampleRate, qint64 centerFrequency) |
Static Public Member Functions inherited from Message | |
static bool | match (const Message *message) |
Protected Member Functions | |
MsgReportSampleRateAndFrequency (int sampleRate, qint64 centerFrequency) | |
Protected Attributes | |
int | m_sampleRate |
qint64 | m_centerFrequency |
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 localinput.h.
|
inlineprotected |
Definition at line 118 of file localinput.h.
References LocalInput::deserialize(), LocalInput::destroy(), LocalInput::getCenterFrequency(), LocalInput::getDeviceDescription(), LocalInput::getSampleRate(), LocalInput::handleMessage(), LocalInput::init(), LocalInput::LocalInput(), LocalInput::serialize(), LocalInput::setCenterFrequency(), LocalInput::setMessageQueueToGUI(), LocalInput::setSampleRate(), LocalInput::start(), LocalInput::stop(), LocalInput::webapiReportGet(), LocalInput::webapiRun(), LocalInput::webapiRunGet(), LocalInput::webapiSettingsGet(), LocalInput::webapiSettingsPutPatch(), and LocalInput::~LocalInput().
|
inlinestatic |
Definition at line 110 of file localinput.h.
Referenced by LocalInput::setCenterFrequency(), and LocalInput::setSampleRate().
|
inline |
Definition at line 108 of file localinput.h.
References LocalInput::m_centerFrequency.
Referenced by LocalInputGui::handleMessage().
|
inline |
Definition at line 107 of file localinput.h.
References LocalInput::m_sampleRate.
Referenced by LocalInputGui::handleMessage().
|
protected |
Definition at line 116 of file localinput.h.
|
protected |
Definition at line 115 of file localinput.h.