Queue with 256 bytes of storage preallocated. More...
Data Fields | ||
| union { | ||
| struct Queue q | ||
| unsigned char buffer [sizeof(struct Queue)+QUEUE_LENGTH] | ||
| }; | ||
Queue with 256 bytes of storage preallocated.
This provides queue structure with 256 bytes of preallocated storage space.
| union { ... } BasicQueue |
| unsigned char BasicQueue::buffer[sizeof(struct Queue)+QUEUE_LENGTH] |
| struct Queue BasicQueue::q |