C Microkernel Realtime eXecutive
Realtime Operating System for Cortex-M based microcontrollers
 
Loading...
Searching...
No Matches
BasicQueue Struct Reference

Queue with 256 bytes of storage preallocated. More...

Data Fields

union { 
 
   struct Queue   q 
 
   unsigned char   buffer [sizeof(struct Queue)+QUEUE_LENGTH
 
};  
 

Detailed Description

Queue with 256 bytes of storage preallocated.

This provides queue structure with 256 bytes of preallocated storage space.

Field Documentation

◆ [union]

union { ... } BasicQueue

◆ buffer

unsigned char BasicQueue::buffer[sizeof(struct Queue)+QUEUE_LENGTH]

◆ q

struct Queue BasicQueue::q