IEC61970 16v29a - IEC61968 12v08
FailureIsolationMethodKind.h
1 // FailureIsolationMethodKind.h
3 // Implementation of the Class FailureIsolationMethodKind
4 // Original author: T. Kostic
6 
7 #ifndef FAILUREISOLATIONMETHODKIND_H
8 #define FAILUREISOLATIONMETHODKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssets
15  {
19  enum class FailureIsolationMethodKind
20  {
21  _undef = -1, breakerOperation,
22  fuse,
23  burnedInTheClear,
24  manuallyIsolated,
25  other
26  };
27 
28  }
29 
30  }
31 
32 }
33 #endif // FAILUREISOLATIONMETHODKIND_H
Definition: BusbarSectionInfo.h:14