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
Core
BreakerConfiguration.h
1
// BreakerConfiguration.h
3
// Implementation of the Class BreakerConfiguration
5
6
#ifndef BREAKERCONFIGURATION_H
7
#define BREAKERCONFIGURATION_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
Core
14
{
18
enum class
BreakerConfiguration
19
{
23
_undef = -1, singleBreaker,
27
breakerAndAHalf,
31
doubleBreaker,
35
noBreaker
36
};
37
38
}
39
40
}
41
42
}
43
#endif // BREAKERCONFIGURATION_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13