InitStages.h

Go to the documentation of this file.
00001 //
00002 // Copyright (C) 2006 Institut fuer Telematik, Universitaet Karlsruhe (TH)
00003 //
00004 // This program is free software; you can redistribute it and/or
00005 // modify it under the terms of the GNU General Public License
00006 // as published by the Free Software Foundation; either version 2
00007 // of the License, or (at your option) any later version.
00008 //
00009 // This program is distributed in the hope that it will be useful,
00010 // but WITHOUT ANY WARRANTY; without even the implied warranty of
00011 // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
00012 // GNU General Public License for more details.
00013 //
00014 // You should have received a copy of the GNU General Public License
00015 // along with this program; if not, write to the Free Software
00016 // Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111-1307, USA.
00017 //
00018 
00024 #ifndef __INITSTAGES_H_
00025 #define __INITSTAGES_H_
00026 
00030 enum INIT_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_COMPONENTS = 5,
00040     MAX_STAGE_COMPONENTS = 6,
00041     NUM_STAGES_COMPONENTS = MAX_STAGE_COMPONENTS - MIN_STAGE_COMPONENTS,
00042     MIN_STAGE_OVERLAY = 7, 
00044     MAX_STAGE_OVERLAY = 8, 
00046     NUM_STAGES_OVERLAY
00047     = MAX_STAGE_OVERLAY - MIN_STAGE_OVERLAY + 1, 
00051     MIN_STAGE_APP = 9, 
00052     MAX_STAGE_APP = 10, 
00053     NUM_STAGES_APP = MAX_STAGE_APP - MIN_STAGE_APP + 1, 
00055     MIN_STAGE_TIER_1 = 9, 
00057     MAX_STAGE_TIER_1 = 10, 
00059     NUM_STAGES_TIER_1
00060     = MAX_STAGE_TIER_1 - MIN_STAGE_TIER_1 + 1, 
00063     MIN_STAGE_TIER_2 = 11, 
00065     MAX_STAGE_TIER_2 = 12, 
00067     NUM_STAGES_TIER_2
00068     = MAX_STAGE_TIER_2 - MIN_STAGE_TIER_2 + 1, 
00071     MIN_STAGE_TIER_3 = 13, 
00073     MAX_STAGE_TIER_3 = 14, 
00075     NUM_STAGES_TIER_3
00076     = MAX_STAGE_TIER_3 - MIN_STAGE_TIER_3 + 1, 
00079     NUM_STAGES_ALL = MAX_STAGE_TIER_3 + 1
00080 };
00081 
00082 #endif

Generated on Tue Sep 8 17:26:53 2009 for OverSim by  doxygen 1.5.8