Rleg  2
 All Data Structures Files Functions Variables Typedefs Macros Groups Pages
Data Fields
GQUEUECONTROL Struct Reference

#include "gqueue.h"

Data Fields

int Size
 
int ReadIndex [MAXSIZE_QUEUE_READ_GATES]
 
int WriteIndex
 
int NReaders
 
int FlagStillNotWritten
 
int FlagStillNotRead [MAXSIZE_QUEUE_READ_GATES]
 
int FlagFull [MAXSIZE_QUEUE_READ_GATES]
 

Detailed Description

Definition at line 35 of file gqueue.h.

Field Documentation

int GQUEUECONTROL::FlagFull[MAXSIZE_QUEUE_READ_GATES]
int GQUEUECONTROL::FlagStillNotRead[MAXSIZE_QUEUE_READ_GATES]

Definition at line 44 of file gqueue.h.

Referenced by gQUEUE_Init(), gQUEUE_RequestLastReadIndex(), and gQUEUE_RequestReadIndex().

int GQUEUECONTROL::FlagStillNotWritten
int GQUEUECONTROL::NReaders
int GQUEUECONTROL::ReadIndex[MAXSIZE_QUEUE_READ_GATES]
int GQUEUECONTROL::Size
int GQUEUECONTROL::WriteIndex

The documentation for this struct was generated from the following file: