Scheduler Strong APA  Pre-Release
Public Attributes | List of all members
Scheduler_strong_APA_Struct Struct Reference

Struct for each index of the variable size arrays. More...

#include <schedulerstrongapa.h>

Public Attributes

Scheduler_Node * caller
 The node that called this CPU, i.e. More...
 
Per_CPU_Control * cpu
 Cpu at the index of Scheduler_strong_APA_Context::Struct in Queue implementation. More...
 
bool visited
 Indicates if the CPU at the index of Scheduler_strong_APA_Context::Struct is already added to the Queue or not. More...
 

Detailed Description

Struct for each index of the variable size arrays.

Definition at line 90 of file schedulerstrongapa.h.

Member Data Documentation

◆ caller

Scheduler_Node* Scheduler_strong_APA_Struct::caller

The node that called this CPU, i.e.

a node which has the cpu at the index of Scheduler_strong_APA_Context::Struct in its affinity set.

Definition at line 97 of file schedulerstrongapa.h.

◆ cpu

Per_CPU_Control* Scheduler_strong_APA_Struct::cpu

Cpu at the index of Scheduler_strong_APA_Context::Struct in Queue implementation.

Definition at line 103 of file schedulerstrongapa.h.

◆ visited

bool Scheduler_strong_APA_Struct::visited

Indicates if the CPU at the index of Scheduler_strong_APA_Context::Struct is already added to the Queue or not.

Definition at line 110 of file schedulerstrongapa.h.


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