#include <CKlearAppTuner.h>
Inheritance diagram for CKlearAppTuner:
Public Member Functions | |
CKlearAppTuner () | |
Constructor. | |
CKlearAppTuner (CKlearAppConfig *KlearConfig) | |
overloaded Constructor | |
virtual | ~CKlearAppTuner () |
Destructor. | |
virtual void | run ()=0 |
starts the threaded main method, defined abstract | |
virtual void | setChannel (const QString &ChannelName) |
Sets the local ChannelName to tell tuner which channel wants to be tuned in. | |
Data Fields | |
bool | isFinished |
isFinished flag, tells other threads that the tuner has finished. Will be set with setter/getter in future. | |
bool | isReady |
isReady flag, tells other thread that tuner is set up. Will be set with setter/getter in future. | |
Protected Attributes | |
CKlearAppConfig * | KlearConfig |
local configuration object, for derived tuner classes | |
QString | ConfigFileAbsolute |
Absolute filename to configuration file. | |
QString | ChannelName |
currentlich tuning channelname | |
QString | FRONTEND_DEV |
frontend-name in dvbutil compatible format. | |
QString | DEMUX_DEV |
demux-name in dvbutil compatible format. | |
int | adapter |
DVB adapter number in dvbutil compatible format. | |
int | frontend |
DVB frontend number in dvbutil compatible format. | |
int | demux |
DVB demux number in dvbutil compatible format. | |
int | dvr |
DVB dvr number in dvbutil compatible format. |
|
Constructor.
|
|
overloaded Constructor
|
|
Destructor.
|
|
starts the threaded main method, defined abstract
Implemented in CKlearAppTunerC, CKlearAppTunerS, and CKlearAppTunerT. |
|
Sets the local ChannelName to tell tuner which channel wants to be tuned in.
|
|
DVB adapter number in dvbutil compatible format.
|
|
currentlich tuning channelname
|
|
Absolute filename to configuration file.
|
|
DVB demux number in dvbutil compatible format.
|
|
demux-name in dvbutil compatible format.
|
|
DVB dvr number in dvbutil compatible format.
|
|
DVB frontend number in dvbutil compatible format.
|
|
frontend-name in dvbutil compatible format.
|
|
isFinished flag, tells other threads that the tuner has finished. Will be set with setter/getter in future.
|
|
isReady flag, tells other thread that tuner is set up. Will be set with setter/getter in future.
|
|
local configuration object, for derived tuner classes
|