CIM++ Adapted CIM Codebase
WindLVRTQcontrolModesKind.h
1 // WindLVRTQcontrolModesKind.h
3 // Implementation of the Class WindLVRTQcontrolModesKind
4 // Original author: civanov
6 
7 #ifndef WINDLVRTQCONTROLMODESKIND_H
8 #define WINDLVRTQCONTROLMODESKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace WindDynamics
17  {
21  enum class WindLVRTQcontrolModesKind
22  {
26  mode1,
31  mode2,
38  mode3
39  };
40 
41  }
42 
43  }
44 
45  }
46 
47 }
48 #endif // WINDLVRTQCONTROLMODESKIND_H
Definition: AuxiliaryEquipment.h:13