CIM++ Adapted CIM_SINERGIEN Codebase
BreakerConfiguration.h
1 // BreakerConfiguration.h
3 // Implementation of the Class BreakerConfiguration
5 
6 #ifndef BREAKERCONFIGURATION_H
7 #define BREAKERCONFIGURATION_H
8 
9 namespace IEC61970
10 {
11  namespace Base
12  {
13  namespace Core
14  {
18  enum class BreakerConfiguration
19  {
23  singleBreaker,
27  breakerAndAHalf,
31  doubleBreaker,
35  noBreaker
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // BREAKERCONFIGURATION_H
Definition: AuxiliaryEquipment.h:13