CIM++ Adapted CIM_SINERGIEN Codebase
SvTapStep.h
1 // SvTapStep.h
3 // Implementation of the Class SvTapStep
4 // Original author: kdd
6 
7 #ifndef SVTAPSTEP_H
8 #define SVTAPSTEP_H
9 
10 #include "IEC61970/Base/Domain/Float.h"
11 #include "IEC61970/Base/StateVariables/StateVariable.h"
12 #include "IEC61970/Base/Wires/TapChanger.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace StateVariables
19  {
25  {
26 
27  public:
28  SvTapStep();
29  virtual ~SvTapStep();
35  IEC61970::Base::Domain::Float position;
40 
41  };
42 
43  }
44 
45  }
46 
47 }
48 #endif // SVTAPSTEP_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Float position
Definition: SvTapStep.h:35
Definition: TapChanger.h:26
IEC61970::Base::Wires::TapChanger * TapChanger
Definition: SvTapStep.h:39
Definition: StateVariable.h:20