IEC61970 17v07
17v07
refactored
IEC61970
Base
Wires
PhaseTapChangerLinear.h
1
// PhaseTapChangerLinear.h
3
// Implementation of the Class PhaseTapChangerLinear
4
// Original author: SELAOST1
6
7
#ifndef PHASETAPCHANGERLINEAR_H
8
#define PHASETAPCHANGERLINEAR_H
9
10
#include "IEC61970/Base/Domain/AngleDegrees.h"
11
#include "IEC61970/Base/Domain/Reactance.h"
12
#include "IEC61970/Base/Wires/PhaseTapChanger.h"
13
14
namespace
IEC61970
15
{
16
namespace
Base
17
{
18
namespace
Wires
19
{
27
class
PhaseTapChangerLinear
:
public
IEC61970::Base::Wires::PhaseTapChanger
28
{
29
30
public
:
31
PhaseTapChangerLinear
();
32
virtual
~
PhaseTapChangerLinear
();
41
IEC61970::Base::Domain::AngleDegrees
stepPhaseShiftIncrement
;
46
IEC61970::Base::Domain::Reactance
xMax
;
51
IEC61970::Base::Domain::Reactance
xMin
;
52
53
};
54
55
}
56
57
}
58
59
}
60
#endif // PHASETAPCHANGERLINEAR_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::PhaseTapChanger
Definition:
PhaseTapChanger.h:23
IEC61970::Base::Domain::Reactance
Definition:
Reactance.h:22
IEC61970::Base::Wires::PhaseTapChangerLinear
Definition:
PhaseTapChangerLinear.h:27
IEC61970::Base::Wires::PhaseTapChangerLinear::stepPhaseShiftIncrement
IEC61970::Base::Domain::AngleDegrees stepPhaseShiftIncrement
Definition:
PhaseTapChangerLinear.h:41
IEC61970::Base::Wires::PhaseTapChangerLinear::xMax
IEC61970::Base::Domain::Reactance xMax
Definition:
PhaseTapChangerLinear.h:46
IEC61970::Base::Domain::AngleDegrees
Definition:
AngleDegrees.h:22
IEC61970::Base::Wires::PhaseTapChangerLinear::xMin
IEC61970::Base::Domain::Reactance xMin
Definition:
PhaseTapChangerLinear.h:51
Generated by
1.8.13