QP/C
Data Fields
QPSet8 Struct Reference

Priority Set of up to 8 elements for building various schedulers. More...

#include <qpset.h>

Data Fields

uint8_t bits
 bimask representing elements of the set

Detailed Description

Priority Set of up to 8 elements for building various schedulers.

The priority set represents the set of active objects that are ready to run and need to be considered by the scheduling algorithm. The set is capable of storing up to 8 priority levels.

The priority set allows to build cooperative multitasking schedulers to manage up to 8 tasks.

Definition at line 50 of file qpset.h.


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