CIM++ Adapted CIM_SINERGIEN 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/Domain/ReactivePower.h"
12 #include "IEC61970/Base/StateVariables/StateVariable.h"
13 #include "IEC61970/Base/Core/Terminal.h"
14 
15 namespace IEC61970
16 {
17  namespace Base
18  {
19  namespace StateVariables
20  {
26  {
27 
28  public:
29  SvPowerFlow();
30  virtual ~SvPowerFlow();
45 
46  };
47 
48  }
49 
50  }
51 
52 }
53 #endif // SVPOWERFLOW_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Core::Terminal * Terminal
Definition: SvPowerFlow.h:44
IEC61970::Base::Domain::ActivePower p
Definition: SvPowerFlow.h:35
Definition: ReactivePower.h:23
Definition: ActivePower.h:23
Definition: StateVariable.h:20
Definition: Terminal.h:27
IEC61970::Base::Domain::ReactivePower q
Definition: SvPowerFlow.h:40