Go to the documentation of this file.
30 #ifndef SCAN_MONITOR_H
31 #define SCAN_MONITOR_H
133 #endif // SCAN_MONITOR_H
void AllGood(void) override
Signal to be sent when you have a lock on all values.
static void error(const char *str,...)
void StatusSignalStrength(const SignalMonitorValue &val) override
Signal to be sent with an actual signal value.
void ConfigurableValue(Configurable *cfg_ptr)
ScanMonitor(ChannelScanner *cs)
void ScanPercentComplete(int pct)
static const Type kAppendTextToLog
void customEvent(QEvent *event) override
ScannerEvent(QEvent::Type type)
void StatusSignalToNoise(const SignalMonitorValue &val) override
virtual void deleteLater(void)
static const Type kSetStatusText
static const Type kScanShutdown
void ScanErrored(const QString &error)
~ScanMonitor() override=default
static const Type kScanComplete
static const Type kSetStatusRotorPosition
void strValue(const QString &str)
static const Type kSetStatusChannelTuned
static const Type kSetStatusSignalToNoise
void StatusRotorPosition(const SignalMonitorValue &val) override
static const Type kSetStatusSignalLock
void StatusSignalLock(const SignalMonitorValue &val) override
Signal to be sent as true when it is safe to begin or continue recording, and false if it may not be ...
void post_event(QObject *dest, QEvent::Type type, int val)
Percentage to set to after the first tune.
void intValue(int intvalue)
void StatusBitErrorRate(const SignalMonitorValue &) override
static const Type kSetStatusSignalStrength
void ScanAppendTextToLog(const QString &status)
void StatusChannelTuned(const SignalMonitorValue &val) override
Signal to be sent with change change status.
static const Type kSetStatusTitleText
void StatusUncorrectedBlocks(const SignalMonitorValue &) override
static const Type kSetPercentComplete
static const Type kScanErrored
ChannelScanner * m_channelScanner
void ScanUpdateStatusText(const QString &status)
~ScannerEvent() override=default
Configurable * ConfigurableValue() const
void ScanUpdateStatusTitleText(const QString &status)