CIM++ Adapted CIM Codebase
WindQcontrolModesKind.h
1 // WindQcontrolModesKind.h
3 // Implementation of the Class WindQcontrolModesKind
4 // Original author: civanov
6 
7 #ifndef WINDQCONTROLMODESKIND_H
8 #define WINDQCONTROLMODESKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace WindDynamics
17  {
21  enum class WindQcontrolModesKind
22  {
26  voltage,
30  reactivePower,
35  openLoopReactivePower,
39  powerFactor
40  };
41 
42  }
43 
44  }
45 
46  }
47 
48 }
49 #endif // WINDQCONTROLMODESKIND_H
Definition: AuxiliaryEquipment.h:13