MythTV  master
Public Member Functions | Protected Member Functions | List of all members
SignalMonitorListener Class Referenceabstract

#include <signalmonitorlistener.h>

Inheritance diagram for SignalMonitorListener:
Inheritance graph
[legend]

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
 

Detailed Description

Definition at line 21 of file signalmonitorlistener.h.

Constructor & Destructor Documentation

◆ ~SignalMonitorListener()

virtual SignalMonitorListener::~SignalMonitorListener ( )
protectedvirtualdefault

Member Function Documentation

◆ AllGood()

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 TVRec, AnalogSignalHandler, and ScanMonitor.

◆ StatusChannelTuned()

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 ScanMonitor, TVRec, and AnalogSignalHandler.

◆ StatusSignalLock()

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 ScanMonitor, TVRec, and AnalogSignalHandler.

◆ StatusSignalStrength()

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 ScanMonitor, TVRec, and AnalogSignalHandler.


The documentation for this class was generated from the following file: