CIM++ Adapted CIM_SINERGIEN Codebase
PhaseShuntConnectionKind.h
1 // PhaseShuntConnectionKind.h
3 // Implementation of the Class PhaseShuntConnectionKind
4 // Original author: kdemaree
6 
7 #ifndef PHASESHUNTCONNECTIONKIND_H
8 #define PHASESHUNTCONNECTIONKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace Wires
15  {
20  enum class PhaseShuntConnectionKind
21  {
25  D,
29  Y,
33  Yn,
37  I
38  };
39 
40  }
41 
42  }
43 
44 }
45 #endif // PHASESHUNTCONNECTIONKIND_H
Definition: AuxiliaryEquipment.h:13