Go to the documentation of this file.
10 #ifndef __RINGBUFFER_H
11 #define __RINGBUFFER_H
36 virtual void Clear(
void) = 0;
50 #ifdef DEBUGRINGBUFFERS
52 int lastHead, lastTail;
58 static void PrintDebugRBL(
void);
81 virtual void Clear(
void);
83 int Read(
int FileHandle,
int Max = 0);
91 int Put(
const uchar *Data,
int Count);
141 virtual void Clear(
void);
153 #endif // __RINGBUFFER_H