OverSim
|
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... |
Definition in file InitStages.h.
enum INIT_STAGES |
enumeration for global definiton of init stages
Definition at line 30 of file InitStages.h.