![]() |
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 <atvdemod.h>
Inheritance diagram for ATVDemod::MsgReportEffectiveSampleRate:
Collaboration diagram for ATVDemod::MsgReportEffectiveSampleRate:Public Member Functions | |
| int | getSampleRate () const |
| int | getNbPointsPerLine () 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 MsgReportEffectiveSampleRate * | create (int sampleRate, int nbPointsPerLine) |
Static Public Member Functions inherited from Message | |
| static bool | match (const Message *message) |
Protected Member Functions | |
| MsgReportEffectiveSampleRate (int sampleRate, int nbPointsPerLine) | |
Protected Attributes | |
| int | m_sampleRate |
| int | m_nbPointsPerLine |
Protected Attributes inherited from Message | |
| void * | m_destination |
Additional Inherited Members | |
Static Protected Attributes inherited from Message | |
| static const char * | m_identifier = 0 |
Definition at line 151 of file atvdemod.h.
|
inlineprotected |
Definition at line 168 of file atvdemod.h.
|
inlinestatic |
Definition at line 159 of file atvdemod.h.
Referenced by ATVDemod::applySettings().
Here is the caller graph for this function:
|
inline |
Definition at line 157 of file atvdemod.h.
|
inline |
Definition at line 156 of file atvdemod.h.
|
protected |
Definition at line 166 of file atvdemod.h.
|
protected |
Definition at line 165 of file atvdemod.h.
1.8.13