IEC61970 17v07
WindGenTurbineType3bIEC.h
1 // WindGenTurbineType3bIEC.h
3 // Implementation of the Class WindGenTurbineType3bIEC
4 // Original author: civanov
6 
7 #ifndef WINDGENTURBINETYPE3BIEC_H
8 #define WINDGENTURBINETYPE3BIEC_H
9 
10 #include "IEC61970/Base/Domain/Float.h"
11 #include "IEC61970/Base/Domain/Boolean.h"
12 #include "IEC61970/Base/Domain/Seconds.h"
13 #include "IEC61970/Base/Domain/PU.h"
14 #include "IEC61970/Dynamics/StandardModels/WindDynamics/WindGenTurbineType3IEC.h"
15 
16 namespace IEC61970
17 {
18  namespace Dynamics
19  {
20  namespace StandardModels
21  {
22  namespace WindDynamics
23  {
30  {
31 
32  public:
34  virtual ~WindGenTurbineType3bIEC();
64 
65  };
66 
67  }
68 
69  }
70 
71  }
72 
73 }
74 #endif // WINDGENTURBINETYPE3BIEC_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Seconds two
Definition: WindGenTurbineType3bIEC.h:58
IEC61970::Base::Domain::PU xs
Definition: WindGenTurbineType3bIEC.h:63
Definition: Seconds.h:22
IEC61970::Base::Domain::Float fducw
Definition: WindGenTurbineType3bIEC.h:39
Definition: Boolean.h:17
IEC61970::Base::Domain::Boolean mwtcwp
Definition: WindGenTurbineType3bIEC.h:48
Definition: Float.h:17
Definition: PU.h:23
IEC61970::Base::Domain::Seconds tg
Definition: WindGenTurbineType3bIEC.h:53