IEC61970 17v07
EnergyConsumerPhase.h
1 // EnergyConsumerPhase.h
3 // Implementation of the Class EnergyConsumerPhase
4 // Original author: selaost1
6 
7 #ifndef ENERGYCONSUMERPHASE_H
8 #define ENERGYCONSUMERPHASE_H
9 
10 #include "IEC61970/Base/Domain/ActivePower.h"
11 #include "IEC61970/Base/Domain/PerCent.h"
12 #include "IEC61970/Base/Wires/SinglePhaseKind.h"
13 #include "IEC61970/Base/Domain/ReactivePower.h"
14 #include "IEC61970/Base/Core/PowerSystemResource.h"
15 
16 namespace IEC61970
17 {
18  namespace Base
19  {
20  namespace Wires
21  {
26  {
27 
28  public:
30  virtual ~EnergyConsumerPhase();
48  IEC61970::Base::Wires::SinglePhaseKind phase = IEC61970::Base::Wires::SinglePhaseKind::_undef;
59 
60  };
61 
62  }
63 
64  }
65 
66 }
67 #endif // ENERGYCONSUMERPHASE_H
Definition: AuxiliaryEquipment.h:13
Definition: ReactivePower.h:23
Definition: ActivePower.h:23
Definition: PowerSystemResource.h:28
Definition: EnergyConsumerPhase.h:25
IEC61970::Base::Domain::PerCent qfixedPct
Definition: EnergyConsumerPhase.h:58
IEC61970::Base::Domain::ReactivePower qfixed
Definition: EnergyConsumerPhase.h:53
IEC61970::Base::Wires::SinglePhaseKind phase
Definition: EnergyConsumerPhase.h:48
IEC61970::Base::Domain::PerCent pfixedPct
Definition: EnergyConsumerPhase.h:40
Definition: PerCent.h:23
IEC61970::Base::Domain::ActivePower pfixed
Definition: EnergyConsumerPhase.h:35