IEC61970 17v07
17v07
refactored
IEC61970
Base
Core
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
_undef = -1, singleBus,
27
doubleBus,
31
mainWithTransfer,
35
ringBus
36
};
37
38
}
39
40
}
41
42
}
43
#endif // BUSBARCONFIGURATION_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13