IEC61970 17v07
17v07
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
{
27
_undef = -1, fpslip,
32
fpomega,
38
ipvdl,
44
iqvdl,
50
fdpf
51
};
52
53
}
54
55
}
56
57
}
58
59
}
60
#endif // WINDLOOKUPTABLEFUNCTIONKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13