![]() |
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 <devicelimesdrshared.h>
Inheritance diagram for DeviceLimeSDRShared::MsgReportBuddyChange:
Collaboration diagram for DeviceLimeSDRShared::MsgReportBuddyChange:Public Member Functions | |
| int | getDevSampleRate () const |
| int | getLog2HardDecimInterp () const |
| uint64_t | getCenterFrequency () const |
| bool | getRxElseTx () 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 MsgReportBuddyChange * | create (int devSampleRate, int log2HardDecimInterp, uint64_t centerFrequency, bool rxElseTx) |
Static Public Member Functions inherited from Message | |
| static bool | match (const Message *message) |
Private Member Functions | |
| MsgReportBuddyChange (int devSampleRate, int log2HardDecimInterp, uint64_t centerFrequency, bool rxElseTx) | |
Private Attributes | |
| int | m_devSampleRate |
| device/host sample rate More... | |
| int | m_log2HardDecimInterp |
| log2 of hardware decimation or interpolation More... | |
| uint64_t | m_centerFrequency |
| Center frequency. More... | |
| bool | m_rxElseTx |
| tells which side initiated the message More... | |
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 32 of file devicelimesdrshared.h.
|
inlineprivate |
Definition at line 60 of file devicelimesdrshared.h.
|
inlinestatic |
Definition at line 41 of file devicelimesdrshared.h.
Referenced by LimeSDROutput::applySettings(), LimeSDRInput::applySettings(), LimeSDROutput::handleMessage(), and LimeSDRInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 38 of file devicelimesdrshared.h.
Referenced by LimeSDRInputGUI::handleMessage(), LimeSDROutputGUI::handleMessage(), LimeSDROutput::handleMessage(), and LimeSDRInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 36 of file devicelimesdrshared.h.
Referenced by LimeSDRInputGUI::handleMessage(), LimeSDROutputGUI::handleMessage(), LimeSDROutput::handleMessage(), and LimeSDRInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 37 of file devicelimesdrshared.h.
Referenced by LimeSDRInputGUI::handleMessage(), LimeSDROutputGUI::handleMessage(), LimeSDROutput::handleMessage(), and LimeSDRInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 39 of file devicelimesdrshared.h.
Referenced by LimeSDRInputGUI::handleMessage(), LimeSDROutputGUI::handleMessage(), LimeSDROutput::handleMessage(), and LimeSDRInput::handleMessage().
Here is the caller graph for this function:
|
private |
Center frequency.
Definition at line 57 of file devicelimesdrshared.h.
|
private |
device/host sample rate
Definition at line 55 of file devicelimesdrshared.h.
|
private |
log2 of hardware decimation or interpolation
Definition at line 56 of file devicelimesdrshared.h.
|
private |
tells which side initiated the message
Definition at line 58 of file devicelimesdrshared.h.
1.8.13