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
Wires
SinglePhaseKind.h
1
// SinglePhaseKind.h
3
// Implementation of the Class SinglePhaseKind
4
// Original author: T. Kostic
6
7
#ifndef SINGLEPHASEKIND_H
8
#define SINGLEPHASEKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
Wires
15
{
20
enum class
SinglePhaseKind
21
{
25
_undef = -1, A,
29
B,
33
C,
37
N,
41
s1,
45
s2
46
};
47
48
}
49
50
}
51
52
}
53
#endif // SINGLEPHASEKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13