CIM++ Adapted CIM_SINERGIEN Codebase
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  {
23  {
24 
25  public:
27  virtual ~GroundingImpedance();
32 
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // GROUNDINGIMPEDANCE_H
Definition: AuxiliaryEquipment.h:13
Definition: EarthFaultCompensator.h:26
Definition: GroundingImpedance.h:22
Definition: Reactance.h:22
IEC61970::Base::Domain::Reactance x
Definition: GroundingImpedance.h:31