InitStages.h File Reference


Detailed Description

Author:
Bernhard Heep


Enumerations

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


Enumeration Type Documentation

enum INIT_STAGES

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
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
00031 {
00032     MIN_STAGE_UNDERLAY = 2, 
00033     MAX_STAGE_UNDERLAY = 4, 
00034     NUM_STAGES_UNDERLAY
00035     = MAX_STAGE_UNDERLAY - MIN_STAGE_UNDERLAY + 1, 
00039     MIN_STAGE_OVERLAY = 5, 
00041     MAX_STAGE_OVERLAY = 6, 
00043     NUM_STAGES_OVERLAY
00044     = MAX_STAGE_OVERLAY - MIN_STAGE_OVERLAY + 1, 
00048     MIN_STAGE_APP = 7, 
00049     MAX_STAGE_APP = 8, 
00050     NUM_STAGES_APP = MAX_STAGE_APP - MIN_STAGE_APP + 1, 
00052     MIN_STAGE_TIER_1 = 7, 
00054     MAX_STAGE_TIER_1 = 8, 
00056     NUM_STAGES_TIER_1
00057     = MAX_STAGE_TIER_1 - MIN_STAGE_TIER_1 + 1, 
00060     MIN_STAGE_TIER_2 = 9, 
00062     MAX_STAGE_TIER_2 = 10, 
00064     NUM_STAGES_TIER_2
00065     = MAX_STAGE_TIER_2 - MIN_STAGE_TIER_2 + 1, 
00068     MIN_STAGE_TIER_3 = 11, 
00070     MAX_STAGE_TIER_3 = 12, 
00072     NUM_STAGES_TIER_3
00073     = MAX_STAGE_TIER_3 - MIN_STAGE_TIER_3 + 1, 
00076     NUM_STAGES_ALL = MAX_STAGE_TIER_3 + 1
00077 };


Generated on Tue Jul 24 16:51:17 2007 for ITM OverSim by  doxygen 1.5.1