![]() |
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 <devicextrxshared.h>
Inheritance diagram for DeviceXTRXShared::MsgReportBuddyChange:
Collaboration diagram for DeviceXTRXShared::MsgReportBuddyChange:Public Member Functions | |
| int | getDevSampleRate () const |
| unsigned | 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, unsigned 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, unsigned log2HardDecimInterp, uint64_t centerFrequency, bool rxElseTx) | |
Private Attributes | |
| int | m_devSampleRate |
| device/host sample rate More... | |
| unsigned | 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 35 of file devicextrxshared.h.
|
inlineprivate |
Definition at line 63 of file devicextrxshared.h.
Referenced by create().
Here is the caller graph for this function:
|
inlinestatic |
Definition at line 44 of file devicextrxshared.h.
References MsgReportBuddyChange().
Referenced by XTRXOutput::applySettings(), XTRXOutput::handleMessage(), and XTRXInput::handleMessage().
Here is the call graph for this function:
Here is the caller graph for this function:
|
inline |
Definition at line 41 of file devicextrxshared.h.
References m_centerFrequency.
Referenced by XTRXOutputGUI::handleMessage(), XTRXInputGUI::handleMessage(), XTRXOutput::handleMessage(), and XTRXInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 39 of file devicextrxshared.h.
References m_devSampleRate.
Referenced by XTRXOutputGUI::handleMessage(), XTRXInputGUI::handleMessage(), XTRXOutput::handleMessage(), and XTRXInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 40 of file devicextrxshared.h.
References m_log2HardDecimInterp.
Referenced by XTRXOutputGUI::handleMessage(), XTRXInputGUI::handleMessage(), XTRXOutput::handleMessage(), and XTRXInput::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 42 of file devicextrxshared.h.
References m_rxElseTx.
Referenced by XTRXOutputGUI::handleMessage(), XTRXInputGUI::handleMessage(), XTRXOutput::handleMessage(), and XTRXInput::handleMessage().
Here is the caller graph for this function:
|
private |
Center frequency.
Definition at line 60 of file devicextrxshared.h.
Referenced by getCenterFrequency().
|
private |
device/host sample rate
Definition at line 58 of file devicextrxshared.h.
Referenced by getDevSampleRate().
|
private |
log2 of hardware decimation or interpolation
Definition at line 59 of file devicextrxshared.h.
Referenced by getLog2HardDecimInterp().
|
private |
tells which side initiated the message
Definition at line 61 of file devicextrxshared.h.
Referenced by getRxElseTx().
1.8.13