CIM++ Adapted CIM 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 = 1,
29  Y = 2,
33  Yn = 3,
37  I = 4,
43  G = 5
44  };
45 
46  }
47 
48  }
49 
50 }
51 #endif // PHASESHUNTCONNECTIONKIND_H
Definition: AuxiliaryEquipment.h:13