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
SynchronousMachineKind.h
1
// SynchronousMachineKind.h
3
// Implementation of the Class SynchronousMachineKind
5
6
#ifndef SYNCHRONOUSMACHINEKIND_H
7
#define SYNCHRONOUSMACHINEKIND_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
Wires
14
{
18
enum class
SynchronousMachineKind
19
{
20
generator,
21
condenser,
22
_undef = -1, generatorOrCondenser,
23
motor,
24
generatorOrMotor,
25
motorOrCondenser,
26
generatorOrCondenserOrMotor
27
};
28
29
}
30
31
}
32
33
}
34
#endif // SYNCHRONOUSMACHINEKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13