IEC61970 16v29a
16v29a
refactored
IEC61970
Base
Wires
LinearShuntCompensator.h
1
// LinearShuntCompensator.h
3
// Implementation of the Class LinearShuntCompensator
4
// Original author: selaost1
6
7
#ifndef LINEARSHUNTCOMPENSATOR_H
8
#define LINEARSHUNTCOMPENSATOR_H
9
10
#include "IEC61970/Base/Domain/Susceptance.h"
11
#include "IEC61970/Base/Domain/Conductance.h"
12
#include "IEC61970/Base/Wires/ShuntCompensator.h"
13
14
namespace
IEC61970
15
{
16
namespace
Base
17
{
18
namespace
Wires
19
{
23
class
LinearShuntCompensator
:
public
IEC61970::Base::Wires::ShuntCompensator
24
{
25
26
public
:
27
LinearShuntCompensator
();
28
virtual
~
LinearShuntCompensator
();
32
IEC61970::Base::Domain::Susceptance
b0PerSection
;
36
IEC61970::Base::Domain::Susceptance
bPerSection
;
40
IEC61970::Base::Domain::Conductance
g0PerSection
;
44
IEC61970::Base::Domain::Conductance
gPerSection
;
45
46
};
47
48
}
49
50
}
51
52
}
53
#endif // LINEARSHUNTCOMPENSATOR_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::LinearShuntCompensator
Definition:
LinearShuntCompensator.h:23
IEC61970::Base::Wires::LinearShuntCompensator::gPerSection
IEC61970::Base::Domain::Conductance gPerSection
Definition:
LinearShuntCompensator.h:44
IEC61970::Base::Wires::LinearShuntCompensator::b0PerSection
IEC61970::Base::Domain::Susceptance b0PerSection
Definition:
LinearShuntCompensator.h:32
IEC61970::Base::Wires::ShuntCompensator
Definition:
ShuntCompensator.h:34
IEC61970::Base::Domain::Conductance
Definition:
Conductance.h:23
IEC61970::Base::Wires::LinearShuntCompensator::bPerSection
IEC61970::Base::Domain::Susceptance bPerSection
Definition:
LinearShuntCompensator.h:36
IEC61970::Base::Domain::Susceptance
Definition:
Susceptance.h:22
IEC61970::Base::Wires::LinearShuntCompensator::g0PerSection
IEC61970::Base::Domain::Conductance g0PerSection
Definition:
LinearShuntCompensator.h:40
Generated by
1.8.13