CIM++ Adapted CIM_SINERGIEN Codebase
TapChangerTablePoint.h
1 // TapChangerTablePoint.h
3 // Implementation of the Class TapChangerTablePoint
4 // Original author: selaost1
6 
7 #ifndef TAPCHANGERTABLEPOINT_H
8 #define TAPCHANGERTABLEPOINT_H
9 
10 #include "BaseClass.h"
11 #include "IEC61970/Base/Domain/PerCent.h"
12 #include "IEC61970/Base/Domain/Float.h"
13 #include "IEC61970/Base/Domain/Integer.h"
14 
15 namespace IEC61970
16 {
17  namespace Base
18  {
19  namespace Wires
20  {
22  {
23 
24  public:
26  virtual ~TapChangerTablePoint();
56  IEC61970::Base::Domain::Float ratio;
60  IEC61970::Base::Domain::Integer step;
69 
70  };
71 
72  }
73 
74  }
75 
76 }
77 #endif // TAPCHANGERTABLEPOINT_H
IEC61970::Base::Domain::Integer step
Definition: TapChangerTablePoint.h:60
Definition: TapChangerTablePoint.h:21
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::PerCent r
Definition: TapChangerTablePoint.h:52
IEC61970::Base::Domain::PerCent b
Definition: TapChangerTablePoint.h:35
Definition: BaseClass.h:6
IEC61970::Base::Domain::PerCent x
Definition: TapChangerTablePoint.h:68
IEC61970::Base::Domain::PerCent g
Definition: TapChangerTablePoint.h:44
IEC61970::Base::Domain::Float ratio
Definition: TapChangerTablePoint.h:56
Definition: PerCent.h:23