IEC61970 17v07
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  {
26  {
27 
28  public:
29  SvVoltage();
30  virtual ~SvVoltage();
40  IEC61970::Base::Wires::SinglePhaseKind phase = IEC61970::Base::Wires::SinglePhaseKind::_undef;
49 
50  };
51 
52  }
53 
54  }
55 
56 }
57 #endif // SVVOLTAGE_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Topology::TopologicalNode * TopologicalNode
Definition: SvVoltage.h:48
IEC61970::Base::Domain::AngleDegrees angle
Definition: SvVoltage.h:35
Definition: Voltage.h:22
Definition: StateVariable.h:20
IEC61970::Base::Domain::Voltage v
Definition: SvVoltage.h:44
Definition: TopologicalNode.h:35
IEC61970::Base::Wires::SinglePhaseKind phase
Definition: SvVoltage.h:40
Definition: AngleDegrees.h:22