IEC61970 17v07
17v07
refactored
IEC61970
Base
StateVariables
SvVoltage.h
1
// SvVoltage.h
3
// Implementation of the Class SvVoltage
4
// Original author: kdd
6
7
#ifndef SVVOLTAGE_H
8
#define SVVOLTAGE_H
9
10
#include "IEC61970/Base/Domain/AngleDegrees.h"
11
#include "IEC61970/Base/Wires/SinglePhaseKind.h"
12
#include "IEC61970/Base/Domain/Voltage.h"
13
#include "IEC61970/Base/StateVariables/StateVariable.h"
14
#include "IEC61970/Base/Topology/TopologicalNode.h"
15
16
namespace
IEC61970
17
{
18
namespace
Base
19
{
20
namespace
StateVariables
21
{
25
class
SvVoltage
:
public
IEC61970::Base::StateVariables::StateVariable
26
{
27
28
public
:
29
SvVoltage
();
30
virtual
~
SvVoltage
();
35
IEC61970::Base::Domain::AngleDegrees
angle
;
40
IEC61970::Base::Wires::SinglePhaseKind
phase
= IEC61970::Base::Wires::SinglePhaseKind::_undef;
44
IEC61970::Base::Domain::Voltage
v
;
48
IEC61970::Base::Topology::TopologicalNode
*
TopologicalNode
;
49
50
};
51
52
}
53
54
}
55
56
}
57
#endif // SVVOLTAGE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::StateVariables::SvVoltage::TopologicalNode
IEC61970::Base::Topology::TopologicalNode * TopologicalNode
Definition:
SvVoltage.h:48
IEC61970::Base::StateVariables::SvVoltage::angle
IEC61970::Base::Domain::AngleDegrees angle
Definition:
SvVoltage.h:35
IEC61970::Base::Domain::Voltage
Definition:
Voltage.h:22
IEC61970::Base::StateVariables::StateVariable
Definition:
StateVariable.h:20
IEC61970::Base::StateVariables::SvVoltage::v
IEC61970::Base::Domain::Voltage v
Definition:
SvVoltage.h:44
IEC61970::Base::Topology::TopologicalNode
Definition:
TopologicalNode.h:35
IEC61970::Base::StateVariables::SvVoltage
Definition:
SvVoltage.h:25
IEC61970::Base::StateVariables::SvVoltage::phase
IEC61970::Base::Wires::SinglePhaseKind phase
Definition:
SvVoltage.h:40
IEC61970::Base::Domain::AngleDegrees
Definition:
AngleDegrees.h:22
Generated by
1.8.13