CIM++ Adapted CIM Codebase
PhaseTapChangerTablePoint.h
1 // PhaseTapChangerTablePoint.h
3 // Implementation of the Class PhaseTapChangerTablePoint
4 // Original author: SELAOST1
6 
7 #ifndef PHASETAPCHANGERTABLEPOINT_H
8 #define PHASETAPCHANGERTABLEPOINT_H
9 
10 #include "IEC61970/Base/Domain/AngleDegrees.h"
11 #include "IEC61970/Base/Wires/PhaseTapChangerTable.h"
12 #include "IEC61970/Base/Wires/TapChangerTablePoint.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Wires
19  {
24  {
25 
26  public:
28  virtual ~PhaseTapChangerTablePoint();
37 
38  };
39 
40  }
41 
42  }
43 
44 }
45 #endif // PHASETAPCHANGERTABLEPOINT_H
Definition: TapChangerTablePoint.h:21
Definition: AuxiliaryEquipment.h:13
Definition: PhaseTapChangerTable.h:25
IEC61970::Base::Domain::AngleDegrees angle
Definition: PhaseTapChangerTablePoint.h:32
Definition: PhaseTapChangerTablePoint.h:23
Definition: AngleDegrees.h:22
IEC61970::Base::Wires::PhaseTapChangerTable * PhaseTapChangerTable
Definition: PhaseTapChangerTablePoint.h:36