Home

Dokumentation

Impressum

Dokumentation VDR
 

Main Page   Class Hierarchy   Alphabetical List   Data Structures   File List   Data Fields   Globals  

tChannelID Struct Reference

#include <channels.h>


Public Methods

 tChannelID (void)
 tChannelID (int Source, int Nid, int Tid, int Sid, int Rid=0)
bool operator== (const tChannelID &arg) const
bool Valid (void)
tChannelID & ClrRid (void)
const char * ToString (void)

Static Public Methods

tChannelID FromString (const char *s)

Static Public Attributes

const tChannelID InvalidID

Private Attributes

int source
int nid
int tid
int sid
int rid


Constructor & Destructor Documentation

tChannelID::tChannelID void    [inline]
 

Definition at line 46 of file channels.h.

Referenced by FromString().

tChannelID::tChannelID int    Source,
int    Nid,
int    Tid,
int    Sid,
int    Rid = 0
[inline]
 

Definition at line 47 of file channels.h.


Member Function Documentation

tChannelID& tChannelID::ClrRid void    [inline]
 

Definition at line 50 of file channels.h.

Referenced by cChannels::GetByChannelID(), cSchedules::GetSchedule(), cEIT::ProcessEIT(), and cSchedules::SetCurrentChannelID().

tChannelID tChannelID::FromString const char *    s [static]
 

Definition at line 132 of file channels.c.

References cSource::FromString(), InvalidID, nid, rid, sid, source, tChannelID(), and tid.

Referenced by cTimer::Parse(), and cSchedule::Read().

bool tChannelID::operator== const tChannelID &    arg const
 

Definition at line 127 of file channels.c.

References nid, rid, sid, source, and tid.

const char * tChannelID::ToString void   
 

Definition at line 149 of file channels.c.

Referenced by cSchedule::Dump().

bool tChannelID::Valid void    [inline]
 

Definition at line 49 of file channels.h.

Referenced by cTimer::Parse(), and cSchedule::Read().


Field Documentation

const tChannelID tChannelID::InvalidID [static]
 

Definition at line 125 of file channels.c.

Referenced by FromString().

int tChannelID::nid [private]
 

Definition at line 41 of file channels.h.

Referenced by FromString(), and operator==().

int tChannelID::rid [private]
 

Definition at line 44 of file channels.h.

Referenced by FromString(), and operator==().

int tChannelID::sid [private]
 

Definition at line 43 of file channels.h.

Referenced by FromString(), and operator==().

int tChannelID::source [private]
 

Definition at line 40 of file channels.h.

Referenced by FromString(), and operator==().

int tChannelID::tid [private]
 

Definition at line 42 of file channels.h.

Referenced by FromString(), and operator==().


The documentation for this struct was generated from the following files:
Generated on Wed Feb 5 23:32:02 2003 for VDR by doxygen1.3-rc2