IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61970
Base
StateVariables
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
{
25
class
SvPowerFlow
:
public
IEC61970::Base::StateVariables::StateVariable
26
{
27
28
public
:
29
SvPowerFlow
();
30
virtual
~
SvPowerFlow
();
35
IEC61970::Base::Domain::ActivePower
p
;
40
IEC61970::Base::Domain::ReactivePower
q
;
44
IEC61970::Base::Core::Terminal
*
Terminal
;
45
46
};
47
48
}
49
50
}
51
52
}
53
#endif // SVPOWERFLOW_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::StateVariables::SvPowerFlow::Terminal
IEC61970::Base::Core::Terminal * Terminal
Definition:
SvPowerFlow.h:44
IEC61970::Base::StateVariables::SvPowerFlow::p
IEC61970::Base::Domain::ActivePower p
Definition:
SvPowerFlow.h:35
IEC61970::Base::Domain::ReactivePower
Definition:
ReactivePower.h:23
IEC61970::Base::Domain::ActivePower
Definition:
ActivePower.h:23
IEC61970::Base::StateVariables::StateVariable
Definition:
StateVariable.h:20
IEC61970::Base::Core::Terminal
Definition:
Terminal.h:27
IEC61970::Base::StateVariables::SvPowerFlow
Definition:
SvPowerFlow.h:25
IEC61970::Base::StateVariables::SvPowerFlow::q
IEC61970::Base::Domain::ReactivePower q
Definition:
SvPowerFlow.h:40
Generated by
1.8.13