qos_queue_t Struct Reference

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.

Detailed Description

The internal representation of a queue.

Definition at line 25 of file qos_queue.h.


The documentation for this struct was generated from the following file:
Generated on Mon Aug 2 22:38:48 2010 for qosmgr by  doxygen 1.6.3