CIM++ Adapted CIM Codebase
RatioTapChangerTablePoint.h
1 // RatioTapChangerTablePoint.h
3 // Implementation of the Class RatioTapChangerTablePoint
4 // Original author: SELAOST1
6 
7 #ifndef RATIOTAPCHANGERTABLEPOINT_H
8 #define RATIOTAPCHANGERTABLEPOINT_H
9 
10 #include "IEC61970/Base/Wires/RatioTapChangerTable.h"
11 #include "IEC61970/Base/Wires/TapChangerTablePoint.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace Wires
18  {
23  {
24 
25  public:
27  virtual ~RatioTapChangerTablePoint();
32 
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // RATIOTAPCHANGERTABLEPOINT_H
Definition: TapChangerTablePoint.h:21
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Wires::RatioTapChangerTable * RatioTapChangerTable
Definition: RatioTapChangerTablePoint.h:31
Definition: RatioTapChangerTablePoint.h:22
Definition: RatioTapChangerTable.h:22