S_messageQueue_GlobalData Struct Reference

Structure of the global data of the queue. More...


Data Fields

messageQueue_QueuedMessage queue [messageQueue_Size]
 the data elements of the queue
messageQueue_SizeType begin
 the current start of the queue
messageQueue_SizeType end
 the current end of the queue, behind the last element


Detailed Description

Structure of the global data of the queue.

Definition at line 15 of file message_queue.c.


Field Documentation

messageQueue_SizeType S_messageQueue_GlobalData::begin

the current start of the queue

Definition at line 17 of file message_queue.c.

Referenced by messageQueue_init(), messageQueue_isEmpty(), messageQueue_isFull(), and messageQueue_read().

messageQueue_SizeType S_messageQueue_GlobalData::end

the current end of the queue, behind the last element

Definition at line 18 of file message_queue.c.

Referenced by messageQueue_init(), messageQueue_isEmpty(), messageQueue_isFull(), and messageQueue_write().

messageQueue_QueuedMessage S_messageQueue_GlobalData::queue[messageQueue_Size]

the data elements of the queue

Definition at line 16 of file message_queue.c.

Referenced by messageQueue_read(), and messageQueue_write().


The documentation for this struct was generated from the following file:
Generated on Mon Oct 2 19:31:18 2006 for USB-LED-Fader by  doxygen 1.4.7