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/PU.h"
11 #include "IEC61970/Base/Domain/Float.h"
12 #include "IEC61970/Base/Domain/Seconds.h"
13 #include "IEC61970/Dynamics/StandardModels/WindDynamics/WindPlantQcontrolModeKind.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();
50  IEC61970::Base::Domain::Float kiwpx;
65  IEC61970::Base::Domain::Float kpwpx;
115  IEC61970::Dynamics::StandardModels::WindDynamics::WindPlantQcontrolModeKind windPlantQcontrolModesType;
128 
129  };
130 
131  }
132 
133  }
134 
135  }
136 
137 }
138 #endif // WINDPLANTREACTIVECONTROLIEC_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Float kpwpx
Definition: WindPlantReactiveControlIEC.h:65
IEC61970::Base::Domain::Seconds txft
Definition: WindPlantReactiveControlIEC.h:100
IEC61970::Base::Domain::Seconds twpufiltq
Definition: WindPlantReactiveControlIEC.h:95
IEC61970::Dynamics::StandardModels::WindDynamics::WindPlantQcontrolModeKind windPlantQcontrolModesType
Definition: WindPlantReactiveControlIEC.h:115
IEC61970::Base::Domain::PU dxrefmax
Definition: WindPlantReactiveControlIEC.h:40
Definition: Seconds.h:22
IEC61970::Base::Domain::PU xrefmin
Definition: WindPlantReactiveControlIEC.h:127
IEC61970::Base::Domain::PU kiwpxmin
Definition: WindPlantReactiveControlIEC.h:60
IEC61970::Base::Domain::Seconds txfv
Definition: WindPlantReactiveControlIEC.h:105
IEC61970::Base::Domain::Seconds twppfiltq
Definition: WindPlantReactiveControlIEC.h:85
IEC61970::Base::Domain::Seconds tuqfilt
Definition: WindPlantReactiveControlIEC.h:80
IEC61970::Base::Domain::PU kiwpxmax
Definition: WindPlantReactiveControlIEC.h:55
Definition: IdentifiedObject.h:36
IEC61970::Base::Domain::Seconds twpqfiltq
Definition: WindPlantReactiveControlIEC.h:90
IEC61970::Base::Domain::PU kwpqu
Definition: WindPlantReactiveControlIEC.h:75
IEC61970::Base::Domain::PU uwpqdip
Definition: WindPlantReactiveControlIEC.h:110
IEC61970::Base::Domain::Float kiwpx
Definition: WindPlantReactiveControlIEC.h:50
IEC61970::Base::Domain::PU dxrefmin
Definition: WindPlantReactiveControlIEC.h:45
IEC61970::Base::Domain::PU xrefmax
Definition: WindPlantReactiveControlIEC.h:121
Definition: PU.h:23
IEC61970::Base::Domain::PU kwpqref
Definition: WindPlantReactiveControlIEC.h:70