CIM++ Adapted CIM Codebase
PetersenCoilModeKind.h
1 // PetersenCoilModeKind.h
3 // Implementation of the Class PetersenCoilModeKind
4 // Original author: kdemaree
6 
7 #ifndef PETERSENCOILMODEKIND_H
8 #define PETERSENCOILMODEKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace Wires
15  {
19  enum class PetersenCoilModeKind
20  {
24  fixed,
28  manual,
32  automaticPositioning
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // PETERSENCOILMODEKIND_H
Definition: AuxiliaryEquipment.h:13