#include <queue_d.h>
Data Fields | |
void ** | element |
array of data elements | |
int | s32_count |
number of available chunks in queue | |
int | maxSize |
how many storage elements in the queue | |
int | s32_read_loc |
read location | |
int | s32_write_loc |
write location |
void** queue_d_t::element |
array of data elements
how many storage elements in the queue
number of available chunks in queue
read location
write location