|
QP/C
|
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 | |
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.
1.7.6.1