vdr
1.7.27
|
Public Member Functions | |
cScanData (const cChannel *Channel) | |
virtual int | Compare (const cListObject &ListObject) const |
int | Source (void) const |
int | Transponder (void) const |
const cChannel * | GetChannel (void) const |
Private Attributes | |
cChannel | channel |
cScanData::cScanData | ( | const cChannel * | Channel | ) |
int cScanData::Compare | ( | const cListObject & | ListObject | ) | const [virtual] |
Must return 0 if this object is equal to ListObject, a positive value if it is "greater", and a negative value if it is "smaller".
Reimplemented from cListObject.
Definition at line 35 of file eitscan.c.
References Source(), and Transponder().
const cChannel* cScanData::GetChannel | ( | void | ) | const [inline] |
int cScanData::Source | ( | void | ) | const [inline] |
Definition at line 25 of file eitscan.c.
References channel, and cChannel::Source().
Referenced by Compare().
int cScanData::Transponder | ( | void | ) | const [inline] |
Definition at line 26 of file eitscan.c.
References channel, and cChannel::Transponder().
Referenced by Compare().
cChannel cScanData::channel [private] |
Definition at line 21 of file eitscan.c.
Referenced by cScanData(), GetChannel(), Source(), and Transponder().