Home

Dokumentation

Impressum

Dokumentation VDR
 

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

cBackTrace Class Reference


Public Methods

 cBackTrace (void)
void Clear (void)
void Add (int Index, int Length)
int Get (bool Forward)

Private Attributes

int index [BACKTRACE_ENTRIES]
int length [BACKTRACE_ENTRIES]
int pos
int num

Constructor & Destructor Documentation

cBackTrace::cBackTrace void   
 

Definition at line 48 of file dvbplayer.c.

References Clear().


Member Function Documentation

void cBackTrace::Add int    Index,
int    Length
 

Definition at line 58 of file dvbplayer.c.

References BACKTRACE_ENTRIES, index, length, num, and pos.

Referenced by cDvbPlayer::Action().

void cBackTrace::Clear void   
 

Definition at line 53 of file dvbplayer.c.

References num, and pos.

Referenced by cBackTrace(), and cDvbPlayer::Empty().

int cBackTrace::Get bool    Forward
 

XXX (256 * 1024) == DVB_BUF_SIZE ???

Definition at line 68 of file dvbplayer.c.

References BACKTRACE_ENTRIES, DVB_BUF_SIZE, index, length, num, and pos.

Referenced by cDvbPlayer::Empty().


Field Documentation

int cBackTrace::index[BACKTRACE_ENTRIES] [private]
 

Definition at line 38 of file dvbplayer.c.

Referenced by Add(), and Get().

int cBackTrace::length[BACKTRACE_ENTRIES] [private]
 

Definition at line 39 of file dvbplayer.c.

Referenced by Add(), and Get().

int cBackTrace::num [private]
 

Definition at line 40 of file dvbplayer.c.

Referenced by Add(), Clear(), and Get().

int cBackTrace::pos [private]
 

Definition at line 40 of file dvbplayer.c.

Referenced by Add(), Clear(), and Get().


The documentation for this class was generated from the following file:
Generated on Wed Feb 5 23:31:01 2003 for VDR by doxygen1.3-rc2