IEC61970 16v29a
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
•
All
Classes
Variables
16v29a
refactored
IEC61970
Base
Generation
Production
FuelType.h
1
// FuelType.h
3
// Implementation of the Class FuelType
5
6
#ifndef FUELTYPE_H
7
#define FUELTYPE_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
Generation
14
{
15
namespace
Production
16
{
20
enum class
FuelType
21
{
25
_undef = -1, coal,
29
oil,
33
gas,
39
lignite,
43
hardCoal,
47
oilShale
48
};
49
50
}
51
52
}
53
54
}
55
56
}
57
#endif // FUELTYPE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13