IEC61970 17v23
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  {
24  {
25 
26  public:
27  SvTapStep();
28  virtual ~SvTapStep();
39 
40  };
41 
42  }
43 
44  }
45 
46 }
47 #endif // SVTAPSTEP_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Float position
Definition: SvTapStep.h:34
Definition: TapChanger.h:26
IEC61970::Base::Wires::TapChanger * TapChanger
Definition: SvTapStep.h:38
Definition: StateVariable.h:20
Definition: Float.h:17