![]() |
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 <upchannelizer.h>
Inheritance diagram for UpChannelizer::MsgChannelizerNotification:
Collaboration diagram for UpChannelizer::MsgChannelizerNotification:Public Member Functions | |
| MsgChannelizerNotification (int basebandSampleRate, int samplerate, qint64 frequencyOffset) | |
| int | getBasebandSampleRate () const |
| int | getSampleRate () const |
| qint64 | getFrequencyOffset () 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 MsgChannelizerNotification * | create (int basebandSampleRate, int samplerate, qint64 frequencyOffset) |
Static Public Member Functions inherited from Message | |
| static bool | match (const Message *message) |
Private Attributes | |
| int | m_basebandSampleRate |
| int | m_sampleRate |
| qint64 | m_frequencyOffset |
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 upchannelizer.h.
|
inline |
Definition at line 44 of file upchannelizer.h.
|
inlinestatic |
Definition at line 55 of file upchannelizer.h.
Referenced by UpChannelizer::applyConfiguration(), and UpChannelizer::applySetting().
Here is the caller graph for this function:
|
inline |
Definition at line 51 of file upchannelizer.h.
Referenced by UDPSource::handleMessage(), RemoteSource::handleMessage(), AMMod::handleMessage(), WFMMod::handleMessage(), NFMMod::handleMessage(), SSBMod::handleMessage(), and FreeDVMod::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 53 of file upchannelizer.h.
Referenced by UDPSource::handleMessage(), LocalSource::handleMessage(), RemoteSource::handleMessage(), AMMod::handleMessage(), WFMMod::handleMessage(), NFMMod::handleMessage(), SSBMod::handleMessage(), FreeDVMod::handleMessage(), FileSource::handleMessage(), and ATVMod::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 52 of file upchannelizer.h.
Referenced by UDPSource::handleMessage(), LocalSource::handleMessage(), RemoteSource::handleMessage(), AMMod::handleMessage(), WFMMod::handleMessage(), NFMMod::handleMessage(), SSBMod::handleMessage(), FreeDVMod::handleMessage(), FileSource::handleMessage(), and ATVMod::handleMessage().
Here is the caller graph for this function:
|
private |
Definition at line 61 of file upchannelizer.h.
|
private |
Definition at line 63 of file upchannelizer.h.
|
private |
Definition at line 62 of file upchannelizer.h.
1.8.13