IEC61970 16v29a - SINERGIEN 20170705
20170705
refactored
IEC61970
Base
Wires
NonlinearShuntCompensatorPoint.h
1
// NonlinearShuntCompensatorPoint.h
3
// Implementation of the Class NonlinearShuntCompensatorPoint
4
// Original author: selaost1
6
7
#ifndef NONLINEARSHUNTCOMPENSATORPOINT_H
8
#define NONLINEARSHUNTCOMPENSATORPOINT_H
9
10
#include "BaseClass.h"
11
#include "IEC61970/Base/Domain/Susceptance.h"
12
#include "IEC61970/Base/Domain/Conductance.h"
13
#include "IEC61970/Base/Domain/Integer.h"
14
15
namespace
IEC61970
16
{
17
namespace
Base
18
{
19
namespace
Wires
20
{
24
class
NonlinearShuntCompensatorPoint
:
public
BaseClass
25
{
26
27
public
:
28
NonlinearShuntCompensatorPoint
();
29
virtual
~
NonlinearShuntCompensatorPoint
();
33
IEC61970::Base::Domain::Susceptance
b
;
37
IEC61970::Base::Domain::Susceptance
b0
;
41
IEC61970::Base::Domain::Conductance
g
;
45
IEC61970::Base::Domain::Conductance
g0
;
49
IEC61970::Base::Domain::Integer
sectionNumber
;
50
51
};
52
53
}
54
55
}
56
57
}
58
#endif // NONLINEARSHUNTCOMPENSATORPOINT_H
IEC61970::Base::Domain::Integer
Definition:
Integer.h:17
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::NonlinearShuntCompensatorPoint::g
IEC61970::Base::Domain::Conductance g
Definition:
NonlinearShuntCompensatorPoint.h:41
IEC61970::Base::Wires::NonlinearShuntCompensatorPoint::b
IEC61970::Base::Domain::Susceptance b
Definition:
NonlinearShuntCompensatorPoint.h:33
IEC61970::Base::Wires::NonlinearShuntCompensatorPoint::g0
IEC61970::Base::Domain::Conductance g0
Definition:
NonlinearShuntCompensatorPoint.h:45
IEC61970::Base::Wires::NonlinearShuntCompensatorPoint::sectionNumber
IEC61970::Base::Domain::Integer sectionNumber
Definition:
NonlinearShuntCompensatorPoint.h:49
IEC61970::Base::Domain::Conductance
Definition:
Conductance.h:23
BaseClass
Definition:
BaseClass.h:6
IEC61970::Base::Wires::NonlinearShuntCompensatorPoint
Definition:
NonlinearShuntCompensatorPoint.h:24
IEC61970::Base::Domain::Susceptance
Definition:
Susceptance.h:22
IEC61970::Base::Wires::NonlinearShuntCompensatorPoint::b0
IEC61970::Base::Domain::Susceptance b0
Definition:
NonlinearShuntCompensatorPoint.h:37
Generated by
1.8.13