IEC61970 17v07
PhaseTapChanger.h
1 // PhaseTapChanger.h
3 // Implementation of the Class PhaseTapChanger
4 // Original author: kdd
6 
7 #ifndef PHASETAPCHANGER_H
8 #define PHASETAPCHANGER_H
9 
10 #include "IEC61970/Base/Wires/TapChanger.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Wires
17  {
24  {
25 
26  public:
28  virtual ~PhaseTapChanger();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // PHASETAPCHANGER_H
Definition: AuxiliaryEquipment.h:13
Definition: TapChanger.h:26
Definition: PhaseTapChanger.h:23