CIM++ Adapted CIM Codebase
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  fpslip,
32  fpomega,
38  ipvdl,
44  iqvdl,
50  fdpf
51  };
52 
53  }
54 
55  }
56 
57  }
58 
59 }
60 #endif // WINDLOOKUPTABLEFUNCTIONKIND_H
Definition: AuxiliaryEquipment.h:13