|
BRTOS
1.90
Brazilian Real-Time Operating System
|
#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. | |
Queue Control Block Structure
Dynamic Queue Control Block Structure
1.8.7