CooCox 1.1.4 on mbed with simple blinky example

Dependencies:   mbed

Embed: (wiki syntax)

« Back to documentation index

Queue Struct Reference

Queue Struct Reference

Queue struct. More...

Data Fields

void ** qStart
U8 id
U16 head
U16 tail
U16 qMaxSize
U16 qSize

Detailed Description

Queue struct.

This struct use to manage queue.

Definition at line 28 of file OsQueue.h.


Field Documentation

U16 head

The header of queue

Definition at line 32 of file OsQueue.h.

U8 id

Definition at line 31 of file OsQueue.h.

U16 qMaxSize

The max size of queue

Definition at line 34 of file OsQueue.h.

U16 qSize

Current size of queue

Definition at line 35 of file OsQueue.h.

void** qStart

Definition at line 30 of file OsQueue.h.

U16 tail

The end of queue

Definition at line 33 of file OsQueue.h.