IEC61970 17v23
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
17v23
refactored
IEC61970
Dynamics
StandardModels
WindDynamics
WindQcontrolModeKind.h
1
// WindQcontrolModeKind.h
3
// Implementation of the Class WindQcontrolModeKind
4
// Original author: civanov
6
7
#ifndef WINDQCONTROLMODEKIND_H
8
#define WINDQCONTROLMODEKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Dynamics
13
{
14
namespace
StandardModels
15
{
16
namespace
WindDynamics
17
{
21
enum class
WindQcontrolModeKind
22
{
26
_undef = -1, voltage,
30
reactivePower,
35
openLoopReactivePower,
39
powerFactor,
44
openLooppowerFactor
45
};
46
47
}
48
49
}
50
51
}
52
53
}
54
#endif // WINDQCONTROLMODEKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13