CIM++ Adapted CIM Codebase
PhaseConnectedFaultKind.h
1 // PhaseConnectedFaultKind.h
3 // Implementation of the Class PhaseConnectedFaultKind
4 // Original author: kdemaree
6 
7 #ifndef PHASECONNECTEDFAULTKIND_H
8 #define PHASECONNECTEDFAULTKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace Faults
15  {
19  enum class PhaseConnectedFaultKind
20  {
27  lineToGround,
35  lineToLine,
44  lineToLineToGround
45  };
46 
47  }
48 
49  }
50 
51 }
52 #endif // PHASECONNECTEDFAULTKIND_H
Definition: AuxiliaryEquipment.h:13