CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Core
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
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.11