CIM++ Adapted CIM Codebase
SvPowerFlow.h
1 // SvPowerFlow.h
3 // Implementation of the Class SvPowerFlow
4 // Original author: kdd
6 
7 #ifndef SVPOWERFLOW_H
8 #define SVPOWERFLOW_H
9 
10 #include "IEC61970/Base/Domain/ActivePower.h"
11 #include "IEC61970/Base/Wires/SinglePhaseKind.h"
12 #include "IEC61970/Base/Domain/ReactivePower.h"
13 #include "IEC61970/Base/StateVariables/StateVariable.h"
14 #include "IEC61970/Base/Core/Terminal.h"
15 
16 namespace IEC61970
17 {
18  namespace Base
19  {
20  namespace StateVariables
21  {
27  {
28 
29  public:
30  SvPowerFlow();
31  virtual ~SvPowerFlow();
41  IEC61970::Base::Wires::SinglePhaseKind phase;
51 
52  };
53 
54  }
55 
56  }
57 
58 }
59 #endif // SVPOWERFLOW_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Core::Terminal * Terminal
Definition: SvPowerFlow.h:50
IEC61970::Base::Domain::ActivePower p
Definition: SvPowerFlow.h:36
Definition: ReactivePower.h:23
Definition: ActivePower.h:23
Definition: StateVariable.h:20
Definition: Terminal.h:27
IEC61970::Base::Wires::SinglePhaseKind phase
Definition: SvPowerFlow.h:41
IEC61970::Base::Domain::ReactivePower q
Definition: SvPowerFlow.h:46