AutosarOS
internalResource_s Struct Reference

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...
 

Detailed Description

Data structure for internal resource.

Definition at line 38 of file ResourceTypes.h.

Field Documentation

◆ assigned

bool assigned

If true the resource is currently assigned to a task.

Definition at line 40 of file ResourceTypes.h.

◆ prio

const uint8_t prio

Ceiling priority of resource.

Definition at line 39 of file ResourceTypes.h.


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