![]() |
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 <spectrumvis.h>
Inheritance diagram for SpectrumVis::MsgConfigureSpectrumVis:
Collaboration diagram for SpectrumVis::MsgConfigureSpectrumVis:Public Member Functions | |
| MsgConfigureSpectrumVis (int fftSize, int overlapPercent, unsigned int averageNb, int preProcessMode, FFTWindow::Function window, bool linear) | |
| int | getFFTSize () const |
| int | getOverlapPercent () const |
| unsigned int | getAverageNb () const |
| SpectrumVis::AvgMode | getAvgMode () const |
| FFTWindow::Function | getWindow () const |
| bool | getLinear () 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) |
Private Attributes | |
| int | m_fftSize |
| int | m_overlapPercent |
| unsigned int | m_averageNb |
| SpectrumVis::AvgMode | m_avgMode |
| FFTWindow::Function | m_window |
| bool | m_linear |
Additional Inherited Members | |
Static Public Member Functions inherited from Message | |
| static bool | match (const Message *message) |
Protected Attributes inherited from Message | |
| void * | m_destination |
Static Protected Attributes inherited from Message | |
| static const char * | m_identifier = 0 |
Definition at line 28 of file spectrumvis.h.
|
inline |
Definition at line 32 of file spectrumvis.h.
|
inline |
Definition at line 51 of file spectrumvis.h.
Referenced by SpectrumVis::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 52 of file spectrumvis.h.
Referenced by SpectrumVis::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 49 of file spectrumvis.h.
Referenced by SpectrumVis::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 54 of file spectrumvis.h.
Referenced by SpectrumVis::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 50 of file spectrumvis.h.
Referenced by SpectrumVis::handleMessage().
Here is the caller graph for this function:
|
inline |
Definition at line 53 of file spectrumvis.h.
Referenced by SpectrumVis::handleMessage().
Here is the caller graph for this function:
|
private |
Definition at line 59 of file spectrumvis.h.
|
private |
Definition at line 60 of file spectrumvis.h.
|
private |
Definition at line 57 of file spectrumvis.h.
|
private |
Definition at line 62 of file spectrumvis.h.
|
private |
Definition at line 58 of file spectrumvis.h.
|
private |
Definition at line 61 of file spectrumvis.h.
1.8.13