CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Wires
GroundingImpedance.h
1
// GroundingImpedance.h
3
// Implementation of the Class GroundingImpedance
4
// Original author: kdemaree
6
7
#ifndef GROUNDINGIMPEDANCE_H
8
#define GROUNDINGIMPEDANCE_H
9
10
#include "IEC61970/Base/Domain/Reactance.h"
11
#include "IEC61970/Base/Wires/EarthFaultCompensator.h"
12
13
namespace
IEC61970
14
{
15
namespace
Base
16
{
17
namespace
Wires
18
{
22
class
GroundingImpedance
:
public
IEC61970::Base::Wires::EarthFaultCompensator
23
{
24
25
public
:
26
GroundingImpedance
();
27
virtual
~
GroundingImpedance
();
31
IEC61970::Base::Domain::Reactance
x
;
32
33
};
34
35
}
36
37
}
38
39
}
40
#endif // GROUNDINGIMPEDANCE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::EarthFaultCompensator
Definition:
EarthFaultCompensator.h:26
IEC61970::Base::Wires::GroundingImpedance
Definition:
GroundingImpedance.h:22
IEC61970::Base::Domain::Reactance
Definition:
Reactance.h:22
IEC61970::Base::Wires::GroundingImpedance::x
IEC61970::Base::Domain::Reactance x
Definition:
GroundingImpedance.h:31
Generated by
1.8.11