R_RTOS
0.1
DistributedRealTimeOperatingSystemfortheARMCortexMArchitecture
|
Contains the TskPrio visible to the system and the real TskPrio. More...
#include <R_RTOS_inc.h>
Data Fields | |
volatile TskPrio | actualTskPrio |
Actual TskPrio which was assigned to the task. | |
volatile TskPrio | visibleTskPrio |
TskPrio currently visible to the system | |
Contains the TskPrio visible to the system and the real TskPrio.
Each task has a visible TskPrio which represents the priority the task currently has as seen by the system. Additionally each task saves its actual TskPrio for further retrieval.