CIM++ Adapted CIM Codebase
PhaseTapChangerTabular.h
1 // PhaseTapChangerTabular.h
3 // Implementation of the Class PhaseTapChangerTabular
4 // Original author: selaost1
6 
7 #ifndef PHASETAPCHANGERTABULAR_H
8 #define PHASETAPCHANGERTABULAR_H
9 
10 #include "IEC61970/Base/Wires/PhaseTapChanger.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Wires
17  {
19  {
20 
21  public:
23  virtual ~PhaseTapChangerTabular();
24 
25  };
26 
27  }
28 
29  }
30 
31 }
32 #endif // PHASETAPCHANGERTABULAR_H
Definition: AuxiliaryEquipment.h:13
Definition: PhaseTapChanger.h:23
Definition: PhaseTapChangerTabular.h:18