vdr  2.2.0
Public Member Functions | Private Attributes | List of all members
cDvbSourceParam Class Reference

Public Member Functions

 cDvbSourceParam (char Source, const char *Description)
 
virtual void SetData (cChannel *Channel)
 
virtual void GetData (cChannel *Channel)
 
virtual cOsdItemGetOsdItem (void)
 
- Public Member Functions inherited from cSourceParam
 cSourceParam (char Source, const char *Description)
 
char Source (void) const
 
- Public Member Functions inherited from cListObject
 cListObject (void)
 
virtual ~cListObject ()
 
virtual int Compare (const cListObject &ListObject) const
 
void Append (cListObject *Object)
 
void Insert (cListObject *Object)
 
void Unlink (void)
 
int Index (void) const
 
cListObjectPrev (void) const
 
cListObjectNext (void) const
 

Private Attributes

int param
 
int srate
 
cDvbTransponderParameters dtp
 

Detailed Description

Definition at line 1009 of file dvbdevice.c.

Constructor & Destructor Documentation

cDvbSourceParam::cDvbSourceParam ( char  Source,
const char *  Description 
)

Definition at line 1021 of file dvbdevice.c.

References param, and srate.

Referenced by cDvbDevice::Initialize().

Member Function Documentation

void cDvbSourceParam::GetData ( cChannel Channel)
virtual

Copies all source specific parameters to the given Channel.

Implements cSourceParam.

Definition at line 1035 of file dvbdevice.c.

References dtp, cChannel::Frequency(), cChannel::SetTransponderData(), cSourceParam::Source(), cChannel::Source(), srate, and cDvbTransponderParameters::ToString().

cOsdItem * cDvbSourceParam::GetOsdItem ( void  )
virtual
void cDvbSourceParam::SetData ( cChannel Channel)
virtual

Sets all source specific parameters to those of the given Channel.

Must also reset a counter to use with later calls to GetOsdItem().

Implements cSourceParam.

Definition at line 1028 of file dvbdevice.c.

References dtp, param, cChannel::Parameters(), cDvbTransponderParameters::Parse(), cChannel::Srate(), and srate.

Member Data Documentation

cDvbTransponderParameters cDvbSourceParam::dtp
private

Definition at line 1013 of file dvbdevice.c.

Referenced by GetData(), GetOsdItem(), cDvbDevice::ProvidesTransponder(), and SetData().

int cDvbSourceParam::param
private

Definition at line 1011 of file dvbdevice.c.

Referenced by cDvbSourceParam(), GetOsdItem(), and SetData().

int cDvbSourceParam::srate
private

Definition at line 1012 of file dvbdevice.c.

Referenced by cDvbSourceParam(), GetData(), GetOsdItem(), SetData(), and cChannel::Srate().


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