![]() |
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 <localsink.h>
Inheritance diagram for LocalSink::MsgConfigureLocalSink:
Collaboration diagram for LocalSink::MsgConfigureLocalSink:Public Member Functions | |
| const LocalSinkSettings & | getSettings () const |
| bool | getForce () 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 MsgConfigureLocalSink * | create (const LocalSinkSettings &settings, bool force) |
Static Public Member Functions inherited from Message | |
| static bool | match (const Message *message) |
Private Member Functions | |
| MsgConfigureLocalSink (const LocalSinkSettings &settings, bool force) | |
Private Attributes | |
| LocalSinkSettings | m_settings |
| bool | m_force |
Additional Inherited Members | |
Protected Attributes inherited from Message | |
| void * | m_destination |
Static Protected Attributes inherited from Message | |
| static const char * | m_identifier = 0 |
Definition at line 40 of file localsink.h.
|
inlineprivate |
Definition at line 56 of file localsink.h.
Referenced by create().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 47 of file localsink.h.
References MsgConfigureLocalSink().
Referenced by LocalSinkGUI::applySettings(), LocalSink::deserialize(), and LocalSink::webapiSettingsPutPatch().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 45 of file localsink.h.
References m_force.
Referenced by LocalSink::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 44 of file localsink.h.
References m_settings.
Referenced by LocalSinkGUI::handleMessage(), and LocalSink::handleMessage().
Here is the caller graph for this function:
|
private |
Definition at line 54 of file localsink.h.
Referenced by getForce().
|
private |
Definition at line 53 of file localsink.h.
Referenced by getSettings().
1.8.13