Scheduler Strong APA  Release
Public Attributes | List of all members
Scheduler_strong_APA_CPU Struct Reference

CPU related variables and a CPU_Control to implement BFS. More...

#include <schedulerstrongapa.h>

Public Attributes

Per_CPU_Control * cpu
 CPU in a queue. More...
 
Scheduler_Node * preempting_node
 The node that would preempt this CPU. More...
 
bool visited
 Whether or not this cpu has been added to the queue (visited in BFS). More...
 
Scheduler_Node * executing
 The node currently executing on this cpu. More...
 

Detailed Description

CPU related variables and a CPU_Control to implement BFS.

Definition at line 101 of file schedulerstrongapa.h.

Member Data Documentation

◆ cpu

Per_CPU_Control* Scheduler_strong_APA_CPU::cpu

CPU in a queue.

Definition at line 106 of file schedulerstrongapa.h.

◆ executing

Scheduler_Node* Scheduler_strong_APA_CPU::executing

The node currently executing on this cpu.

Definition at line 122 of file schedulerstrongapa.h.

◆ preempting_node

Scheduler_Node* Scheduler_strong_APA_CPU::preempting_node

The node that would preempt this CPU.

Definition at line 111 of file schedulerstrongapa.h.

◆ visited

bool Scheduler_strong_APA_CPU::visited

Whether or not this cpu has been added to the queue (visited in BFS).

Definition at line 117 of file schedulerstrongapa.h.


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