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     REGISTER_STAGE = 5,
00040 
00041     MIN_STAGE_COMPONENTS = 6,
00042     MAX_STAGE_COMPONENTS = 7,
00043     NUM_STAGES_COMPONENTS = MAX_STAGE_COMPONENTS - MIN_STAGE_COMPONENTS,
00044     MIN_STAGE_OVERLAY = 8, 
00046     MAX_STAGE_OVERLAY = 9, 
00048     NUM_STAGES_OVERLAY
00049     = MAX_STAGE_OVERLAY - MIN_STAGE_OVERLAY + 1, 
00053     MIN_STAGE_APP = 10, 
00054     MAX_STAGE_APP = 11, 
00055     NUM_STAGES_APP = MAX_STAGE_APP - MIN_STAGE_APP + 1, 
00057     MIN_STAGE_TIER_1 = 10, 
00059     MAX_STAGE_TIER_1 = 11, 
00061     NUM_STAGES_TIER_1
00062     = MAX_STAGE_TIER_1 - MIN_STAGE_TIER_1 + 1, 
00065     MIN_STAGE_TIER_2 = 12, 
00067     MAX_STAGE_TIER_2 = 13, 
00069     NUM_STAGES_TIER_2
00070     = MAX_STAGE_TIER_2 - MIN_STAGE_TIER_2 + 1, 
00073     MIN_STAGE_TIER_3 = 14, 
00075     MAX_STAGE_TIER_3 = 15, 
00077     NUM_STAGES_TIER_3
00078     = MAX_STAGE_TIER_3 - MIN_STAGE_TIER_3 + 1, 
00081     NUM_STAGES_ALL = MAX_STAGE_TIER_3 + 1
00082 };
00083 
00084 #endif
Generated on Wed May 26 16:21:14 2010 for OverSim by  doxygen 1.6.3