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.
|
Static Public Member Functions | |
static MsgConfigureATVDemod * | create (float fltLineDurationUs, float fltTopDurationUs, float fltFramePerS, ATVStd enmATVStandard, int intNumberOfLines, float fltRatioOfRowsToDisplay, float fltVoltLevelSynchroTop, float fltVoltLevelSynchroBlack, bool blnHSync, bool blnVSync, bool blnInvertVideo, int intVideoTabIndex) |
Static Public Member Functions inherited from Message | |
static bool | match (const Message *message) |
Public Attributes | |
ATVConfig | m_objMsgConfig |
Private Member Functions | |
MsgConfigureATVDemod (float fltLineDurationUs, float fltTopDurationUs, float fltFramePerS, ATVStd enmATVStandard, int intNumberOfLines, float flatRatioOfRowsToDisplay, float fltVoltLevelSynchroTop, float fltVoltLevelSynchroBlack, bool blnHSync, bool blnVSync, bool blnInvertVideo, int intVideoTabIndex) | |
Additional Inherited Members | |
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) |
Protected Attributes inherited from Message | |
void * | m_destination |
Static Protected Attributes inherited from Message | |
static const char * | m_identifier = 0 |
Definition at line 270 of file atvdemod.h.
|
inlineprivate |
Definition at line 307 of file atvdemod.h.
References ATVDemod::ATVConfig::m_blnHSync, ATVDemod::ATVConfig::m_blnInvertVideo, ATVDemod::ATVConfig::m_blnVSync, ATVDemod::ATVConfig::m_enmATVStandard, ATVDemod::ATVConfig::m_fltFramePerS, ATVDemod::ATVConfig::m_fltLineDuration, ATVDemod::ATVConfig::m_fltRatioOfRowsToDisplay, ATVDemod::ATVConfig::m_fltTopDuration, ATVDemod::ATVConfig::m_fltVoltLevelSynchroBlack, ATVDemod::ATVConfig::m_fltVoltLevelSynchroTop, ATVDemod::ATVConfig::m_intNumberOfLines, and ATVDemod::ATVConfig::m_intVideoTabIndex.
|
inlinestatic |
Definition at line 275 of file atvdemod.h.
Referenced by ATVDemod::configure().
ATVConfig ATVDemod::MsgConfigureATVDemod::m_objMsgConfig |
Definition at line 304 of file atvdemod.h.
Referenced by ATVDemod::handleMessage().