Main Page | Data Structures | File List | Data Fields | Globals
best business loans Long Term Loans Small Business Loans Equipment Financing Merchant Cash Advancesbusiness loans SBA Loans Big Lines of Credit Working Capital Short Term Loads

t_QUEUE Struct Reference

#include <opale.h>

Collaboration diagram for t_QUEUE:

Collaboration graph

Data Fields

unsigned short back
unsigned short bufferSize
unsigned short bufferUsage
unsigned short front
void ** messageBuffer
t_TASK_BLOCK waitingTasks

Detailed Description

Structure to describe a message queue event handler. Messsage queues are objects that helps communication and data sharing between tasks

Definition at line 123 of file opale.h.


Field Documentation

unsigned short t_QUEUE::back
 

Index of the first empty message slot on the back of the queue Definition at line 131 of file opale.h.

unsigned short t_QUEUE::bufferSize
 

Size off the queue Definition at line 133 of file opale.h.

unsigned short t_QUEUE::bufferUsage
 

Number of messages in the queue Definition at line 135 of file opale.h.

unsigned short t_QUEUE::front
 

Index to the first message ready to read Definition at line 129 of file opale.h.

void** t_QUEUE::messageBuffer
 

Pointer to the shared data buffer. Definition at line 125 of file opale.h.

t_TASK_BLOCK t_QUEUE::waitingTasks
 

Pending tasks Definition at line 127 of file opale.h.


The documentation for this struct was generated from the following file:
Generated on Sat Jul 30 21:49:21 2005 for Opale by doxygen 1.3.8