CIM++ Adapted CIM Codebase
PhaseTapChangerAsymmetrical.h
1 // PhaseTapChangerAsymmetrical.h
3 // Implementation of the Class PhaseTapChangerAsymmetrical
4 // Original author: SELAOST1
6 
7 #ifndef PHASETAPCHANGERASYMMETRICAL_H
8 #define PHASETAPCHANGERASYMMETRICAL_H
9 
10 #include "IEC61970/Base/Domain/AngleDegrees.h"
11 #include "IEC61970/Base/Wires/PhaseTapChangerNonLinear.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace Wires
18  {
27  {
28 
29  public:
31  virtual ~PhaseTapChangerAsymmetrical();
39 
40  };
41 
42  }
43 
44  }
45 
46 }
47 #endif // PHASETAPCHANGERASYMMETRICAL_H
Definition: AuxiliaryEquipment.h:13
Definition: PhaseTapChangerNonLinear.h:26
Definition: PhaseTapChangerAsymmetrical.h:26
IEC61970::Base::Domain::AngleDegrees windingConnectionAngle
Definition: PhaseTapChangerAsymmetrical.h:38
Definition: AngleDegrees.h:22