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, NUM_STAGES_ALL = MAX_STAGE_APP + 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  first stage for overlay application modules (Tier 1)
MAX_STAGE_APP  last stage for overlay application modules (Tier 1)
NUM_STAGES_APP  number of stages for overlay application modules (Tier 1)
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, 
00050     MAX_STAGE_APP = 8, 
00052     NUM_STAGES_APP
00053     = MAX_STAGE_APP - MIN_STAGE_APP + 1, 
00056     NUM_STAGES_ALL = MAX_STAGE_APP + 1
00057 };


Generated on Fri Dec 15 17:50:30 2006 for ITM OverSim by  doxygen 1.4.7