CIM++ Adapted CIM Codebase
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  voltage,
30  reactivePower,
35  openLoopReactivePower,
39  powerFactor,
44  openLooppowerFactor
45  };
46 
47  }
48 
49  }
50 
51  }
52 
53 }
54 #endif // WINDQCONTROLMODEKIND_H
Definition: AuxiliaryEquipment.h:13