OverSim
InitStages.h File Reference

Go to the source code of this file.

Enumerations

enum  INIT_STAGES {
  MIN_STAGE_UNDERLAY = 2, MAX_STAGE_UNDERLAY = 4, NUM_STAGES_UNDERLAY, REGISTER_STAGE = 5,
  MIN_STAGE_COMPONENTS = 6, MAX_STAGE_COMPONENTS = 7, NUM_STAGES_COMPONENTS = MAX_STAGE_COMPONENTS - MIN_STAGE_COMPONENTS, MIN_STAGE_OVERLAY = 8,
  MAX_STAGE_OVERLAY = 9, NUM_STAGES_OVERLAY, MIN_STAGE_APP = 10, MAX_STAGE_APP = 11,
  NUM_STAGES_APP = MAX_STAGE_APP - MIN_STAGE_APP + 1, MIN_STAGE_TIER_1 = 10, MAX_STAGE_TIER_1 = 11, NUM_STAGES_TIER_1,
  MIN_STAGE_TIER_2 = 12, MAX_STAGE_TIER_2 = 13, NUM_STAGES_TIER_2, MIN_STAGE_TIER_3 = 14,
  MAX_STAGE_TIER_3 = 15, NUM_STAGES_TIER_3, NUM_STAGES_ALL = MAX_STAGE_TIER_3 + 1
}
 enumeration for global definiton of init stages More...

Detailed Description

Author
Bernhard Heep

Definition in file InitStages.h.

Enumeration Type Documentation

enumeration for global definiton of init stages

Enumerator:
MIN_STAGE_UNDERLAY 

first stage for underlay configurators

MAX_STAGE_UNDERLAY 

last stage for underlay configurators

NUM_STAGES_UNDERLAY 

number of stages for underlay configurators

REGISTER_STAGE 
MIN_STAGE_COMPONENTS 
MAX_STAGE_COMPONENTS 
NUM_STAGES_COMPONENTS 
MIN_STAGE_OVERLAY 

first stage for overlay modules (Tier 0 / KBR)

MAX_STAGE_OVERLAY 

last stage for overlay modules (Tier 0 / KBR)

NUM_STAGES_OVERLAY 

number of stages for overlay modules (Tier 0 / KBR)

MIN_STAGE_APP 

deprecated

MAX_STAGE_APP 

deprecated

NUM_STAGES_APP 

deprecated

MIN_STAGE_TIER_1 

first stage for overlay application modules (Tier 1)

MAX_STAGE_TIER_1 

last stage for overlay application modules (Tier 1)

NUM_STAGES_TIER_1 

number of stages for overlay application modules (Tier 1)

MIN_STAGE_TIER_2 

first stage for overlay application modules (Tier 2)

MAX_STAGE_TIER_2 

last stage for overlay application modules (Tier 2)

NUM_STAGES_TIER_2 

number of stages for overlay application modules (Tier 2)

MIN_STAGE_TIER_3 

first stage for overlay application modules (Tier 3)

MAX_STAGE_TIER_3 

last stage for overlay application modules (Tier 3)

NUM_STAGES_TIER_3 

number of stages for overlay application modules (Tier 3)

NUM_STAGES_ALL 

total number of stages

Definition at line 30 of file InitStages.h.