![]() |
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 <sdrplayinput.h>
Inheritance diagram for SDRPlayInput::MsgReportSDRPlayGains:
Collaboration diagram for SDRPlayInput::MsgReportSDRPlayGains:Public Member Functions | |
| int | getLNAGain () const |
| int | getMixerGain () const |
| int | getBasebandGain () const |
| int | getTunerGain () 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 MsgReportSDRPlayGains * | create (int lnaGain, int mixerGain, int basebandGain, int tunerGain) |
Static Public Member Functions inherited from Message | |
| static bool | match (const Message *message) |
Protected Member Functions | |
| MsgReportSDRPlayGains (int lnaGain, int mixerGain, int basebandGain, int tunerGain) | |
Protected Attributes | |
| int | m_lnaGain |
| int | m_mixerGain |
| int | m_basebandGain |
| int | m_tunerGain |
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 71 of file sdrplayinput.h.
|
inlineprotected |
Definition at line 91 of file sdrplayinput.h.
|
inlinestatic |
Definition at line 75 of file sdrplayinput.h.
Referenced by SDRPlayInput::applySettings().
Here is the caller graph for this function:
|
inline |
Definition at line 82 of file sdrplayinput.h.
Referenced by SDRPlayGui::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 80 of file sdrplayinput.h.
Referenced by SDRPlayGui::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 81 of file sdrplayinput.h.
Referenced by SDRPlayGui::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 83 of file sdrplayinput.h.
Referenced by SDRPlayGui::handleMessage().
Here is the caller graph for this function:
|
protected |
Definition at line 88 of file sdrplayinput.h.
|
protected |
Definition at line 86 of file sdrplayinput.h.
|
protected |
Definition at line 87 of file sdrplayinput.h.
|
protected |
Definition at line 89 of file sdrplayinput.h.
1.8.13