|
MythTV master
|
#include <libmythtv/signalmonitorlistener.h>
Public Member Functions | |
| virtual void | AllGood (void)=0 |
| Signal to be sent when you have a lock on all values. More... | |
| virtual void | StatusChannelTuned (const SignalMonitorValue &)=0 |
| Signal to be sent with change change status. More... | |
| virtual void | StatusSignalLock (const SignalMonitorValue &)=0 |
| Signal to be sent as true when it is safe to begin or continue recording, and false if it may not be safe. More... | |
| virtual void | StatusSignalStrength (const SignalMonitorValue &)=0 |
| Signal to be sent with an actual signal value. More... | |
Protected Member Functions | |
| virtual | ~SignalMonitorListener ()=default |
Definition at line 21 of file signalmonitorlistener.h.
|
protectedvirtualdefault |
|
pure virtual |
Signal to be sent when you have a lock on all values.
Note: Signals are only sent once the monitoring thread has been started.
Implemented in AnalogSignalHandler, ScanMonitor, and TVRec.
|
pure virtual |
Signal to be sent with change change status.
Note: Signals are only sent once the monitoring thread has been started.
Implemented in AnalogSignalHandler, TVRec, and ScanMonitor.
|
pure virtual |
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.
Implemented in AnalogSignalHandler, TVRec, and ScanMonitor.
|
pure virtual |
Signal to be sent with an actual signal value.
Note: Signals are only sent once the monitoring thread has been started.
Implemented in AnalogSignalHandler, TVRec, and ScanMonitor.