BRTOS  1.90
Brazilian Real-Time Operating System
 All Data Structures Files Functions Variables Macros
Data Fields
OS_QUEUE Struct Reference

#include <brtos/includes/BRTOS.h>

Data Fields

uint8_t * OSQStart
 Pointer to the queue start.
 
uint8_t * OSQEnd
 Pointer to the queue end.
 
uint8_t * OSQIn
 Pointer to the next queue entry.
 
uint8_t * OSQOut
 Pointer to the next data in the queue output.
 
uint16_t OSQSize
 Size of the queue - Defined in the create queue function.
 
uint16_t OSQEntries
 Size of data inside the queue.
 

Detailed Description

Queue Control Block Structure

Dynamic Queue Control Block Structure


The documentation for this struct was generated from the following file: