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

TC_QUEUE_STRUCT Struct Reference

#include <tc.h>

Collaboration diagram for TC_QUEUE_STRUCT:

Collaboration graph
[legend]

Data Fields

TC_STRUCTqueue
int size
int _len
int start
int end
int allFull

Field Documentation

int TC_QUEUE_STRUCT::_len
 

Definition at line 136 of file tc.h.

Referenced by tcqCreate(), tcqFull(), tcqGet(), tcqInit(), tcqItem(), tcqLast(), tcqLen(), tcqPut(), and tcqRemove().

int TC_QUEUE_STRUCT::allFull
 

Definition at line 138 of file tc.h.

Referenced by tcqCreate(), tcqFull(), tcqGet(), tcqInit(), tcqPut(), and tcqRemove().

int TC_QUEUE_STRUCT::end
 

Definition at line 137 of file tc.h.

Referenced by tcqCreate(), tcqGet(), tcqInit(), tcqPut(), and tcqRemove().

TC_STRUCT* TC_QUEUE_STRUCT::queue
 

Definition at line 134 of file tc.h.

Referenced by tcqCreate(), tcqDelete(), tcqGet(), tcqItem(), tcqPut(), and tcqRemove().

int TC_QUEUE_STRUCT::size
 

Definition at line 135 of file tc.h.

Referenced by tcqCreate(), tcqFull(), tcqGet(), tcqItem(), tcqPut(), and tcqRemove().

int TC_QUEUE_STRUCT::start
 

Definition at line 137 of file tc.h.

Referenced by tcqCreate(), tcqGet(), tcqInit(), tcqItem(), tcqPut(), and tcqRemove().


The documentation for this struct was generated from the following file:
Generated on Sun Dec 2 15:29:13 2001 for EMC by doxygen1.2.11.1 written by Dimitri van Heesch, © 1997-2001