CIM++ Adapted CIM_SINERGIEN Codebase
ShortCircuitRotorKind.h
1 // ShortCircuitRotorKind.h
3 // Implementation of the Class ShortCircuitRotorKind
4 // Original author: tsaxton
6 
7 #ifndef SHORTCIRCUITROTORKIND_H
8 #define SHORTCIRCUITROTORKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace Wires
15  {
19  enum class ShortCircuitRotorKind
20  {
24  salientPole1,
28  salientPole2,
32  turboSeries1,
36  turboSeries2
37  };
38 
39  }
40 
41  }
42 
43 }
44 #endif // SHORTCIRCUITROTORKIND_H
Definition: AuxiliaryEquipment.h:13