![]() |
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 <deviceplutosdrshared.h>
Inheritance diagram for DevicePlutoSDRShared::MsgCrossReportToBuddy:
Collaboration diagram for DevicePlutoSDRShared::MsgCrossReportToBuddy:Public Member Functions | |
| uint64_t | getDevSampleRate () const |
| uint32_t | getLpfFirbw () const |
| bool | isLpfFirEnable () const |
| uint32_t | getLpfFiRlog2IntDec () const |
| int32_t | getLoPPMTenths () 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 MsgCrossReportToBuddy * | create (uint64_t devSampleRate, bool lpfFIREnable, uint32_t lpfFIRlog2Interp, uint32_t lpfFIRBW, int32_t loPPMTenths) |
Static Public Member Functions inherited from Message | |
| static bool | match (const Message *message) |
Private Member Functions | |
| MsgCrossReportToBuddy (uint64_t devSampleRate, bool lpfFIREnable, uint32_t lpfFIRlog2IntDec, uint32_t lpfFIRBW, int32_t loPPMTenths) | |
Private Attributes | |
| uint64_t | m_devSampleRate |
| bool | m_lpfFIREnable |
| uint32_t | m_lpfFIRlogIntDec |
| uint32_t | m_lpfFIRBW |
| int32_t | m_loPPMTenths |
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 46 of file deviceplutosdrshared.h.
|
inlineprivate |
Definition at line 69 of file deviceplutosdrshared.h.
|
inlinestatic |
Definition at line 55 of file deviceplutosdrshared.h.
Referenced by PlutoSDROutput::applySettings(), and PlutoSDRInput::applySettings().
Here is the caller graph for this function:
|
inline |
Definition at line 49 of file deviceplutosdrshared.h.
Referenced by PlutoSDROutputGUI::handleMessage(), PlutoSDRInputGui::handleMessage(), PlutoSDROutput::handleMessage(), and PlutoSDRInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 53 of file deviceplutosdrshared.h.
Referenced by PlutoSDROutputGUI::handleMessage(), PlutoSDRInputGui::handleMessage(), PlutoSDROutput::handleMessage(), and PlutoSDRInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 50 of file deviceplutosdrshared.h.
Referenced by PlutoSDROutputGUI::handleMessage(), PlutoSDRInputGui::handleMessage(), PlutoSDROutput::handleMessage(), and PlutoSDRInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 52 of file deviceplutosdrshared.h.
Referenced by PlutoSDROutputGUI::handleMessage(), PlutoSDRInputGui::handleMessage(), PlutoSDROutput::handleMessage(), and PlutoSDRInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 51 of file deviceplutosdrshared.h.
Referenced by PlutoSDROutputGUI::handleMessage(), PlutoSDRInputGui::handleMessage(), PlutoSDROutput::handleMessage(), and PlutoSDRInput::handleMessage().
Here is the caller graph for this function:
|
private |
Definition at line 82 of file deviceplutosdrshared.h.
|
private |
Definition at line 86 of file deviceplutosdrshared.h.
|
private |
Definition at line 85 of file deviceplutosdrshared.h.
|
private |
Definition at line 83 of file deviceplutosdrshared.h.
|
private |
Definition at line 84 of file deviceplutosdrshared.h.
1.8.13