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
WindLookupTableFunctionKind.h
1
// WindLookupTableFunctionKind.h
3
// Implementation of the Class WindLookupTableFunctionKind
4
// Original author: civanov
6
7
#ifndef WINDLOOKUPTABLEFUNCTIONKIND_H
8
#define WINDLOOKUPTABLEFUNCTIONKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Dynamics
13
{
14
namespace
StandardModels
15
{
16
namespace
WindDynamics
17
{
21
enum class
WindLookupTableFunctionKind
22
{
28
_undef = -1, prr,
33
omegap,
39
ipmax,
45
iqmax,
50
pwp,
56
tcwdu,
63
tduwt,
69
qmaxp,
75
qminp,
81
qmaxu,
87
qminu,
93
tuover,
99
tuunder,
105
tfover,
111
tfunder,
116
qwp
117
};
118
119
}
120
121
}
122
123
}
124
125
}
126
#endif // WINDLOOKUPTABLEFUNCTIONKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13