_fifo_queue_t Struct Reference

#include <fifo_queue.h>


Detailed Description

Representation of a FIFO queue.

Contains all the information needed to control a FIFO queue.


Data Fields

u_short first
 Index of the first element in the queue.
u_short max_size
 Pointer to the elements contained in the queue.
void ** que_start
 Maximal nr of elements the queue is able to handle.
u_short size
 Current number of elements the queue contains.


Generated on Wed Apr 29 11:12:32 2009 for BTnut System Software by doxygen 1.5.1
!!! Dieses Dokument stammt aus dem ETH Web-Archiv und wird nicht mehr gepflegt !!!
!!! This document is stored in the ETH Web archive and is no longer maintained !!!