IEC61970 16v29a
16v29a
refactored
IEC61970
Base
Wires
NonlinearShuntCompensatorPhasePoint.h
1
// NonlinearShuntCompensatorPhasePoint.h
3
// Implementation of the Class NonlinearShuntCompensatorPhasePoint
4
// Original author: selaost1
6
7
#ifndef NONLINEARSHUNTCOMPENSATORPHASEPOINT_H
8
#define NONLINEARSHUNTCOMPENSATORPHASEPOINT_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
NonlinearShuntCompensatorPhasePoint
:
public
BaseClass
25
{
26
27
public
:
28
NonlinearShuntCompensatorPhasePoint
();
29
virtual
~
NonlinearShuntCompensatorPhasePoint
();
33
IEC61970::Base::Domain::Susceptance
b
;
37
IEC61970::Base::Domain::Conductance
g
;
41
IEC61970::Base::Domain::Integer
sectionNumber
;
42
43
};
44
45
}
46
47
}
48
49
}
50
#endif // NONLINEARSHUNTCOMPENSATORPHASEPOINT_H
IEC61970::Base::Domain::Integer
Definition:
Integer.h:17
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::NonlinearShuntCompensatorPhasePoint
Definition:
NonlinearShuntCompensatorPhasePoint.h:24
IEC61970::Base::Wires::NonlinearShuntCompensatorPhasePoint::sectionNumber
IEC61970::Base::Domain::Integer sectionNumber
Definition:
NonlinearShuntCompensatorPhasePoint.h:41
IEC61970::Base::Wires::NonlinearShuntCompensatorPhasePoint::g
IEC61970::Base::Domain::Conductance g
Definition:
NonlinearShuntCompensatorPhasePoint.h:37
IEC61970::Base::Domain::Conductance
Definition:
Conductance.h:23
BaseClass
Definition:
BaseClass.h:6
IEC61970::Base::Domain::Susceptance
Definition:
Susceptance.h:22
IEC61970::Base::Wires::NonlinearShuntCompensatorPhasePoint::b
IEC61970::Base::Domain::Susceptance b
Definition:
NonlinearShuntCompensatorPhasePoint.h:33
Generated by
1.8.13