AutosarOS
|
Data structure for internal resource. More...
#include <ResourceTypes.h>
Data Fields | |
const uint8_t | prio |
Ceiling priority of resource. More... | |
bool | assigned |
If true the resource is currently assigned to a task. More... | |
Data structure for internal resource.
Definition at line 38 of file ResourceTypes.h.
bool assigned |
If true the resource is currently assigned to a task.
Definition at line 40 of file ResourceTypes.h.
const uint8_t prio |
Ceiling priority of resource.
Definition at line 39 of file ResourceTypes.h.