IEC61970 17v07
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
17v07
refactored
IEC61970
Base
Contingency
ContingencyEquipmentStatusKind.h
1
// ContingencyEquipmentStatusKind.h
3
// Implementation of the Class ContingencyEquipmentStatusKind
4
// Original author: kdd
6
7
#ifndef CONTINGENCYEQUIPMENTSTATUSKIND_H
8
#define CONTINGENCYEQUIPMENTSTATUSKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
Contingency
15
{
20
enum class
ContingencyEquipmentStatusKind
21
{
25
_undef = -1, inService,
29
outOfService
30
};
31
32
}
33
34
}
35
36
}
37
#endif // CONTINGENCYEQUIPMENTSTATUSKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13