IEC61970 16v29a
16v29a
refactored
IEC61970
Base
Wires
PhaseTapChangerAsymmetrical.h
1
// PhaseTapChangerAsymmetrical.h
3
// Implementation of the Class PhaseTapChangerAsymmetrical
4
// Original author: SELAOST1
6
7
#ifndef PHASETAPCHANGERASYMMETRICAL_H
8
#define PHASETAPCHANGERASYMMETRICAL_H
9
10
#include "IEC61970/Base/Domain/AngleDegrees.h"
11
#include "IEC61970/Base/Wires/PhaseTapChangerNonLinear.h"
12
13
namespace
IEC61970
14
{
15
namespace
Base
16
{
17
namespace
Wires
18
{
26
class
PhaseTapChangerAsymmetrical
:
public
IEC61970::Base::Wires::PhaseTapChangerNonLinear
27
{
28
29
public
:
30
PhaseTapChangerAsymmetrical
();
31
virtual
~
PhaseTapChangerAsymmetrical
();
38
IEC61970::Base::Domain::AngleDegrees
windingConnectionAngle
;
39
40
};
41
42
}
43
44
}
45
46
}
47
#endif // PHASETAPCHANGERASYMMETRICAL_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::PhaseTapChangerNonLinear
Definition:
PhaseTapChangerNonLinear.h:26
IEC61970::Base::Wires::PhaseTapChangerAsymmetrical
Definition:
PhaseTapChangerAsymmetrical.h:26
IEC61970::Base::Wires::PhaseTapChangerAsymmetrical::windingConnectionAngle
IEC61970::Base::Domain::AngleDegrees windingConnectionAngle
Definition:
PhaseTapChangerAsymmetrical.h:38
IEC61970::Base::Domain::AngleDegrees
Definition:
AngleDegrees.h:22
Generated by
1.8.13