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 >::buf_end(), SharedQueue< 3 *1024, 100 >::data(), and SharedQueue< maxsize, maxentries >::reserve(). |
|
size of entry
Definition at line 79 of file SharedQueue.h. Referenced by SharedQueue< 3 *1024, 100 >::buf_end(), SharedQueue< maxsize, maxentries >::reserve(), and SharedQueue< 3 *1024, 100 >::size(). |
Tekkotsu v2.2.2 |
Generated Tue Jan 4 15:45:32 2005 by Doxygen 1.4.0 |