#include <signalmonitorlistener.h>
Public Member Functions | |
| virtual void | AllGood (void)=0 |
| Signal to be sent when you have a lock on all values. | |
| virtual void | StatusChannelTuned (const SignalMonitorValue &)=0 |
| Signal to be sent with change change status. | |
| 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. | |
| virtual void | StatusSignalStrength (const SignalMonitorValue &)=0 |
| Signal to be sent with an actual signal value. | |
Protected Member Functions | |
| virtual | ~SignalMonitorListener () |
Definition at line 21 of file signalmonitorlistener.h.
| virtual SignalMonitorListener::~SignalMonitorListener | ( | ) | [inline, protected, virtual] |
Definition at line 24 of file signalmonitorlistener.h.
| virtual void SignalMonitorListener::AllGood | ( | void | ) | [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.
Referenced by SignalMonitor::SendMessage().
| virtual void SignalMonitorListener::StatusChannelTuned | ( | const SignalMonitorValue & | ) | [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, ScanMonitor, and TVRec.
Referenced by SignalMonitor::SendMessage().
| virtual void SignalMonitorListener::StatusSignalLock | ( | const SignalMonitorValue & | ) | [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, ScanMonitor, and TVRec.
Referenced by SignalMonitor::SendMessage().
| virtual void SignalMonitorListener::StatusSignalStrength | ( | const SignalMonitorValue & | ) | [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, ScanMonitor, and TVRec.
Referenced by SignalMonitor::SendMessage().
1.6.3