Homepage | Demos | Overview | Downloads | Tutorials | Reference | Credits |
SharedQueue< maxsize, maxentries >::entry_t Struct Reference#include <SharedQueue.h>
Detailed Descriptiontemplate<unsigned int maxsize, unsigned int maxentries>
entry information
|
Public Attributes | |
unsigned int | offset |
offset within SharedQueue::buf | |
unsigned int | size |
size of entry |
|
offset within SharedQueue::buf
Definition at line 78 of file SharedQueue.h. Referenced by SharedQueue< 3 *1024, 100 >::data(). |
|
size of entry
Definition at line 79 of file SharedQueue.h. Referenced by SharedQueue< 3 *1024, 100 >::size(). |
Tekkotsu v2.1 |
Generated Tue Mar 16 23:22:26 2004 by Doxygen 1.3.5 |