IEC61970 16v29a - IEC61968 12v08
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  {
25  {
26 
27  public:
29  virtual ~ShuntCompensatorInfo();
47 
48  };
49 
50  }
51 
52 }
53 #endif // SHUNTCOMPENSATORINFO_H
IEC61970::Base::Domain::ReactivePower ratedReactivePower
Definition: ShuntCompensatorInfo.h:41
Definition: ReactivePower.h:23
Definition: AssetInfo.h:28
IEC61970::Base::Domain::CurrentFlow ratedCurrent
Definition: ShuntCompensatorInfo.h:37
IEC61970::Base::Domain::ApparentPower maxPowerLoss
Definition: ShuntCompensatorInfo.h:33
Definition: ShuntCompensatorControl.h:30
Definition: Voltage.h:22
IEC61970::Base::Domain::Voltage ratedVoltage
Definition: ShuntCompensatorInfo.h:45
Definition: ApparentPower.h:22
Definition: BusbarSectionInfo.h:14
Definition: CurrentFlow.h:23
Definition: ShuntCompensatorInfo.h:24