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 |
Definition at line 15 of file message_queue.c.
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().
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().