IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
AssetInfo
ShuntCompensatorInfo.h
1
// ShuntCompensatorInfo.h
3
// Implementation of the Class ShuntCompensatorInfo
5
6
#ifndef SHUNTCOMPENSATORINFO_H
7
#define SHUNTCOMPENSATORINFO_H
8
9
#include "IEC61970/Base/Domain/ApparentPower.h"
10
#include "IEC61970/Base/Domain/CurrentFlow.h"
11
#include "IEC61970/Base/Domain/ReactivePower.h"
12
#include "IEC61970/Base/Domain/Voltage.h"
13
#include "IEC61968/Assets/AssetInfo.h"
14
#include "IEC61968/InfIEC61968/InfWiresExt/ShuntCompensatorControl.h"
15
16
namespace
IEC61968
17
{
18
namespace
AssetInfo
19
{
24
class
ShuntCompensatorInfo
:
public
IEC61968::Assets::AssetInfo
25
{
26
27
public
:
28
ShuntCompensatorInfo
();
29
virtual
~
ShuntCompensatorInfo
();
33
IEC61970::Base::Domain::ApparentPower
maxPowerLoss
;
37
IEC61970::Base::Domain::CurrentFlow
ratedCurrent
;
41
IEC61970::Base::Domain::ReactivePower
ratedReactivePower
;
45
IEC61970::Base::Domain::Voltage
ratedVoltage
;
46
IEC61968::InfIEC61968::InfWiresExt::ShuntCompensatorControl
*ShuntCompensatorControl;
47
48
};
49
50
}
51
52
}
53
#endif // SHUNTCOMPENSATORINFO_H
IEC61968::AssetInfo::ShuntCompensatorInfo::ratedReactivePower
IEC61970::Base::Domain::ReactivePower ratedReactivePower
Definition:
ShuntCompensatorInfo.h:41
IEC61970::Base::Domain::ReactivePower
Definition:
ReactivePower.h:23
IEC61968::Assets::AssetInfo
Definition:
AssetInfo.h:28
IEC61968::AssetInfo::ShuntCompensatorInfo::ratedCurrent
IEC61970::Base::Domain::CurrentFlow ratedCurrent
Definition:
ShuntCompensatorInfo.h:37
IEC61968::AssetInfo::ShuntCompensatorInfo::maxPowerLoss
IEC61970::Base::Domain::ApparentPower maxPowerLoss
Definition:
ShuntCompensatorInfo.h:33
IEC61968::InfIEC61968::InfWiresExt::ShuntCompensatorControl
Definition:
ShuntCompensatorControl.h:30
IEC61970::Base::Domain::Voltage
Definition:
Voltage.h:22
IEC61968::AssetInfo::ShuntCompensatorInfo::ratedVoltage
IEC61970::Base::Domain::Voltage ratedVoltage
Definition:
ShuntCompensatorInfo.h:45
IEC61970::Base::Domain::ApparentPower
Definition:
ApparentPower.h:22
IEC61968
Definition:
BusbarSectionInfo.h:14
IEC61970::Base::Domain::CurrentFlow
Definition:
CurrentFlow.h:23
IEC61968::AssetInfo::ShuntCompensatorInfo
Definition:
ShuntCompensatorInfo.h:24
Generated by
1.8.13