#include <channelscan_sm.h>
Public Member Functions | |
| AnalogSignalHandler (ChannelScanSM *_siscan) | |
| virtual void | AllGood (void) |
| Signal to be sent when you have a lock on all values. | |
| virtual void | StatusSignalLock (const SignalMonitorValue &) |
| 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 | StatusChannelTuned (const SignalMonitorValue &) |
| Signal to be sent with change change status. | |
| virtual void | StatusSignalStrength (const SignalMonitorValue &) |
| Signal to be sent with an actual signal value. | |
Private Attributes | |
| ChannelScanSM * | siscan |
Definition at line 68 of file channelscan_sm.h.
| AnalogSignalHandler::AnalogSignalHandler | ( | ChannelScanSM * | _siscan | ) | [inline] |
Definition at line 71 of file channelscan_sm.h.
| void AnalogSignalHandler::AllGood | ( | void | ) | [inline, 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.
Implements SignalMonitorListener.
Definition at line 257 of file channelscan_sm.h.
| virtual void AnalogSignalHandler::StatusSignalLock | ( | const SignalMonitorValue & | ) | [inline, 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.
Implements SignalMonitorListener.
Definition at line 75 of file channelscan_sm.h.
| virtual void AnalogSignalHandler::StatusChannelTuned | ( | const SignalMonitorValue & | ) | [inline, virtual] |
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 76 of file channelscan_sm.h.
| virtual void AnalogSignalHandler::StatusSignalStrength | ( | const SignalMonitorValue & | ) | [inline, virtual] |
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 77 of file channelscan_sm.h.
ChannelScanSM* AnalogSignalHandler::siscan [private] |
Definition at line 80 of file channelscan_sm.h.
Referenced by AllGood().
1.6.3