The internal representation of a queue. More...
#include <qos_queue.h>
Data Fields | |
qres_time_t * | data |
Array of enqueued values. | |
int | num_elements |
Current number of enqueued values. | |
int | max_num_elements |
Maximum number of enqueued values. | |
int | ins_pos |
Position of next inserted value. | |
int | del_pos |
Position of next extracted value. |
The internal representation of a queue.
Definition at line 25 of file qos_queue.h.