IEC61970 17v23
17v23
refactored
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
_undef = -1, D = 1,
29
Y = 2,
33
Yn = 3,
37
I = 4,
43
G = 5
44
};
45
46
}
47
48
}
49
50
}
51
#endif // PHASESHUNTCONNECTIONKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13