CIM++ Adapted CIM Codebase
WindPlantFreqPcontrolIEC.h
1 // WindPlantFreqPcontrolIEC.h
3 // Implementation of the Class WindPlantFreqPcontrolIEC
4 // Original author: civanov
6 
7 #ifndef WINDPLANTFREQPCONTROLIEC_H
8 #define WINDPLANTFREQPCONTROLIEC_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/Base/Core/IdentifiedObject.h"
14 #include "IEC61970/Dynamics/StandardModels/WindDynamics/WindPlantIEC.h"
15 
16 namespace IEC61970
17 {
18  namespace Dynamics
19  {
20  namespace StandardModels
21  {
22  namespace WindDynamics
23  {
30  {
31 
32  public:
34  virtual ~WindPlantFreqPcontrolIEC();
51  IEC61970::Base::Domain::Float kiwpp;
56  IEC61970::Base::Domain::Float kpwpp;
92 
93  };
94 
95  }
96 
97  }
98 
99  }
100 
101 }
102 #endif // WINDPLANTFREQPCONTROLIEC_H
IEC61970::Base::Domain::PU dprefmax
Definition: WindPlantFreqPcontrolIEC.h:40
IEC61970::Base::Domain::Float kpwpp
Definition: WindPlantFreqPcontrolIEC.h:56
Definition: AuxiliaryEquipment.h:13
IEC61970::Dynamics::StandardModels::WindDynamics::WindPlantIEC * WindPlantIEC
Definition: WindPlantFreqPcontrolIEC.h:91
IEC61970::Base::Domain::Seconds twpffilt
Definition: WindPlantFreqPcontrolIEC.h:81
Definition: Seconds.h:22
IEC61970::Base::Domain::PU prefmin
Definition: WindPlantFreqPcontrolIEC.h:66
IEC61970::Base::Domain::PU prefmax
Definition: WindPlantFreqPcontrolIEC.h:61
IEC61970::Base::Domain::Seconds tpfv
Definition: WindPlantFreqPcontrolIEC.h:76
Definition: IdentifiedObject.h:36
IEC61970::Base::Domain::PU dprefmin
Definition: WindPlantFreqPcontrolIEC.h:46
IEC61970::Base::Domain::Float kiwpp
Definition: WindPlantFreqPcontrolIEC.h:51
Definition: PU.h:23
IEC61970::Base::Domain::Seconds twppfilt
Definition: WindPlantFreqPcontrolIEC.h:86
IEC61970::Base::Domain::Seconds tpft
Definition: WindPlantFreqPcontrolIEC.h:71