CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Wires
PhaseShuntConnectionKind.h
1
// PhaseShuntConnectionKind.h
3
// Implementation of the Class PhaseShuntConnectionKind
4
// Original author: kdemaree
6
7
#ifndef PHASESHUNTCONNECTIONKIND_H
8
#define PHASESHUNTCONNECTIONKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
Wires
15
{
20
enum class
PhaseShuntConnectionKind
21
{
25
D,
29
Y,
33
Yn,
37
I
38
};
39
40
}
41
42
}
43
44
}
45
#endif // PHASESHUNTCONNECTIONKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.11