#include <queue.h>
Data Fields | |
void * | element [BUFF_NUM_MAX] |
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_t::element[BUFF_NUM_MAX] |
array of data elements
int queue_t::maxSize |
how many storage elements in the queue
number of available chunks in queue
read location
write location