MythTV
master
|
#include <channelscan_sm.h>
Public Member Functions | |
AnalogSignalHandler (ChannelScanSM *_siscan) | |
void | AllGood (void) override |
Signal to be sent when you have a lock on all values. More... | |
void | StatusSignalLock (const SignalMonitorValue &) override |
Signal to be sent as true when it is safe to begin or continue recording, and false if it may not be safe. More... | |
void | StatusChannelTuned (const SignalMonitorValue &) override |
Signal to be sent with change change status. More... | |
void | StatusSignalStrength (const SignalMonitorValue &) override |
Signal to be sent with an actual signal value. More... | |
Private Attributes | |
ChannelScanSM * | m_siScan |
Additional Inherited Members | |
![]() | |
virtual | ~SignalMonitorListener ()=default |
Definition at line 71 of file channelscan_sm.h.
|
inlineexplicit |
Definition at line 74 of file channelscan_sm.h.
|
inlineoverridevirtual |
Signal to be sent when you have a lock on all values.
Note: Signals are only sent once the monitoring thread has been started.
Implements SignalMonitorListener.
Definition at line 275 of file channelscan_sm.h.
|
inlineoverridevirtual |
Signal to be sent as true when it is safe to begin or continue recording, and false if it may not be safe.
Note: Signals are only sent once the monitoring thread has been started.
Implements SignalMonitorListener.
Definition at line 78 of file channelscan_sm.h.
|
inlineoverridevirtual |
Signal to be sent with change change status.
Note: Signals are only sent once the monitoring thread has been started.
Implements SignalMonitorListener.
Definition at line 79 of file channelscan_sm.h.
|
inlineoverridevirtual |
Signal to be sent with an actual signal value.
Note: Signals are only sent once the monitoring thread has been started.
Implements SignalMonitorListener.
Definition at line 80 of file channelscan_sm.h.
|
private |
Definition at line 83 of file channelscan_sm.h.
Referenced by AllGood().