Main Page | Data Structures | File List | Data Fields | Globals

queue Struct Reference

#include <queue.h>


Data Fields

unsigned char head
unsigned char tail
unsigned char buffer [128]


Field Documentation

unsigned char queue::buffer[128]
 

Definition at line 49 of file queue.h.

Referenced by dequeue(), and enqueue().

unsigned char queue::head
 

Definition at line 47 of file queue.h.

Referenced by dequeue(), enqueue(), and init_queue().

unsigned char queue::tail
 

Definition at line 48 of file queue.h.

Referenced by dequeue(), enqueue(), and init_queue().


The documentation for this struct was generated from the following file:
Generated on Fri Nov 3 15:08:13 2006 for msp430_queue by  doxygen 1.3.9.1