CIM++ Adapted CIM Codebase
PhaseTapChangerSymmetrical.h
1 // PhaseTapChangerSymmetrical.h
3 // Implementation of the Class PhaseTapChangerSymmetrical
4 // Original author: SELAOST1
6 
7 #ifndef PHASETAPCHANGERSYMMETRICAL_H
8 #define PHASETAPCHANGERSYMMETRICAL_H
9 
10 #include "IEC61970/Base/Wires/PhaseTapChangerNonLinear.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Wires
17  {
27  {
28 
29  public:
31  virtual ~PhaseTapChangerSymmetrical();
32 
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // PHASETAPCHANGERSYMMETRICAL_H
Definition: AuxiliaryEquipment.h:13
Definition: PhaseTapChangerNonLinear.h:26
Definition: PhaseTapChangerSymmetrical.h:26