OverSim
Main Page
Related Pages
Namespaces
Classes
Files
File List
File Members
InitStages.h
Go to the documentation of this file.
1
//
2
// Copyright (C) 2006 Institut fuer Telematik, Universitaet Karlsruhe (TH)
3
//
4
// This program is free software; you can redistribute it and/or
5
// modify it under the terms of the GNU General Public License
6
// as published by the Free Software Foundation; either version 2
7
// of the License, or (at your option) any later version.
8
//
9
// This program is distributed in the hope that it will be useful,
10
// but WITHOUT ANY WARRANTY; without even the implied warranty of
11
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12
// GNU General Public License for more details.
13
//
14
// You should have received a copy of the GNU General Public License
15
// along with this program; if not, write to the Free Software
16
// Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
17
//
18
24
#ifndef __INITSTAGES_H_
25
#define __INITSTAGES_H_
26
30
enum
INIT_STAGES
31
{
32
MIN_STAGE_UNDERLAY
= 2,
33
MAX_STAGE_UNDERLAY
= 4,
34
NUM_STAGES_UNDERLAY
=
35
MAX_STAGE_UNDERLAY
-
36
MIN_STAGE_UNDERLAY
+ 1,
38
REGISTER_STAGE
= 5,
39
40
MIN_STAGE_COMPONENTS
= 6,
41
MAX_STAGE_COMPONENTS
= 7,
42
NUM_STAGES_COMPONENTS
=
MAX_STAGE_COMPONENTS
-
MIN_STAGE_COMPONENTS
,
43
MIN_STAGE_OVERLAY
= 8,
44
MAX_STAGE_OVERLAY
= 9,
45
NUM_STAGES_OVERLAY
=
46
MAX_STAGE_OVERLAY
-
47
MIN_STAGE_OVERLAY
+ 1,
49
MIN_STAGE_APP
= 10,
50
MAX_STAGE_APP
= 11,
51
NUM_STAGES_APP
=
MAX_STAGE_APP
-
MIN_STAGE_APP
+ 1,
53
MIN_STAGE_TIER_1
= 10,
54
MAX_STAGE_TIER_1
= 11,
55
NUM_STAGES_TIER_1
=
56
MAX_STAGE_TIER_1
-
57
MIN_STAGE_TIER_1
+ 1,
59
MIN_STAGE_TIER_2
= 12,
60
MAX_STAGE_TIER_2
= 13,
61
NUM_STAGES_TIER_2
=
62
MAX_STAGE_TIER_2
-
63
MIN_STAGE_TIER_2
+ 1,
65
MIN_STAGE_TIER_3
= 14,
66
MAX_STAGE_TIER_3
= 15,
67
NUM_STAGES_TIER_3
=
68
MAX_STAGE_TIER_3
-
69
MIN_STAGE_TIER_3
+ 1,
71
NUM_STAGES_ALL
=
MAX_STAGE_TIER_3
+ 1
72
};
73
74
#endif
src
common
InitStages.h
Generated on Fri Dec 7 2012 13:37:52 for OverSim by
1.8.1.2