#include <opale.h>
Collaboration diagram for t_QUEUE:
Data Fields | |
unsigned short | back |
unsigned short | bufferSize |
unsigned short | bufferUsage |
unsigned short | front |
void ** | messageBuffer |
t_TASK_BLOCK | waitingTasks |
Definition at line 123 of file opale.h.
|
Index of the first empty message slot on the back of the queue Definition at line 131 of file opale.h. |
|
|
Number of messages in the queue Definition at line 135 of file opale.h. |
|
Index to the first message ready to read Definition at line 129 of file opale.h. |
|
Pointer to the shared data buffer. Definition at line 125 of file opale.h. |
|