CIM++ Adapted CIM Codebase
WindPlantReactiveControlIEC.h
1 // WindPlantReactiveControlIEC.h
3 // Implementation of the Class WindPlantReactiveControlIEC
4 // Original author: ppbr003
6 
7 #ifndef WINDPLANTREACTIVECONTROLIEC_H
8 #define WINDPLANTREACTIVECONTROLIEC_H
9 
10 #include "IEC61970/Base/Domain/Float.h"
11 #include "IEC61970/Base/Domain/PU.h"
12 #include "IEC61970/Base/Domain/Boolean.h"
13 #include "IEC61970/Base/Domain/Seconds.h"
14 #include "IEC61970/Base/Core/IdentifiedObject.h"
15 
16 namespace IEC61970
17 {
18  namespace Dynamics
19  {
20  namespace StandardModels
21  {
22  namespace WindDynamics
23  {
31  {
32 
33  public:
35  virtual ~WindPlantReactiveControlIEC();
40  IEC61970::Base::Domain::Float kiwpx;
45  IEC61970::Base::Domain::Float kpwpx;
108 
109  };
110 
111  }
112 
113  }
114 
115  }
116 
117 }
118 #endif // WINDPLANTREACTIVECONTROLIEC_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Float kpwpx
Definition: WindPlantReactiveControlIEC.h:45
IEC61970::Base::Domain::Seconds txft
Definition: WindPlantReactiveControlIEC.h:85
IEC61970::Base::Domain::Boolean mwpu
Definition: WindPlantReactiveControlIEC.h:65
Definition: Seconds.h:22
IEC61970::Base::Domain::PU xrefmin
Definition: WindPlantReactiveControlIEC.h:107
IEC61970::Base::Domain::Seconds twpufilt
Definition: WindPlantReactiveControlIEC.h:80
IEC61970::Base::Domain::Seconds txfv
Definition: WindPlantReactiveControlIEC.h:90
IEC61970::Base::Domain::Seconds twppfilt
Definition: WindPlantReactiveControlIEC.h:70
IEC61970::Base::Domain::Boolean mwppf
Definition: WindPlantReactiveControlIEC.h:58
IEC61970::Base::Domain::Seconds twpqfilt
Definition: WindPlantReactiveControlIEC.h:75
Definition: Boolean.h:21
Definition: IdentifiedObject.h:36
IEC61970::Base::Domain::PU kwpqu
Definition: WindPlantReactiveControlIEC.h:50
IEC61970::Base::Domain::PU uwpqdip
Definition: WindPlantReactiveControlIEC.h:95
IEC61970::Base::Domain::Float kiwpx
Definition: WindPlantReactiveControlIEC.h:40
IEC61970::Base::Domain::PU xrefmax
Definition: WindPlantReactiveControlIEC.h:101
Definition: PU.h:23