#include <opale.h>
Collaboration diagram for t_QUEUE:
Data Fields | |
void ** | messageBuffer |
t_TASK_BLOCK | waitingTasks |
unsigned short | front |
unsigned short | back |
unsigned short | bufferSize |
unsigned short | bufferUsage |
|
Index of the first empty message slot on the back of the queue |
|
Size off the queue |
|
Number of messages in the queue |
|
Index to the first message ready to read |
|
Pointer to the shared data buffer. |
|
Pending tasks |