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