Scheduler Strong APA  1.1
Public Attributes | List of all members
CPU Struct Reference

CPU structure to be used while traversing in the FIFO Queue. More...

#include <schedulerstrongapa.h>

Public Attributes

Chain_Node node
 Chain node for _Scheduler_strong_APA_Get_highest_ready::Queue and _Scheduler_strong_APA_Get_lowest_scheduled::Queue. More...
 
Per_CPU_Control cpu
 cpu associated with the node More...
 

Detailed Description

CPU structure to be used while traversing in the FIFO Queue.

Definition at line 90 of file schedulerstrongapa.h.

Member Data Documentation

◆ cpu

Per_CPU_Control CPU::cpu

cpu associated with the node

Definition at line 102 of file schedulerstrongapa.h.

◆ node

Chain_Node CPU::node

Chain node for _Scheduler_strong_APA_Get_highest_ready::Queue and _Scheduler_strong_APA_Get_lowest_scheduled::Queue.

Definition at line 97 of file schedulerstrongapa.h.


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