CIM++ Adapted CIM Codebase
WindGenTurbineType3aIEC.h
1 // WindGenTurbineType3aIEC.h
3 // Implementation of the Class WindGenTurbineType3aIEC
4 // Original author: ppbr003
6 
7 #ifndef WINDGENTURBINETYPE3AIEC_H
8 #define WINDGENTURBINETYPE3AIEC_H
9 
10 #include "IEC61970/Base/Domain/Float.h"
11 #include "IEC61970/Base/Domain/Seconds.h"
12 #include "IEC61970/Base/Domain/PU.h"
13 #include "IEC61970/Dynamics/StandardModels/WindDynamics/WindGenTurbineType3IEC.h"
14 
15 namespace IEC61970
16 {
17  namespace Dynamics
18  {
19  namespace StandardModels
20  {
21  namespace WindDynamics
22  {
29  {
30 
31  public:
33  virtual ~WindGenTurbineType3aIEC();
38  IEC61970::Base::Domain::Float kpc;
49 
50  };
51 
52  }
53 
54  }
55 
56  }
57 
58 }
59 #endif // WINDGENTURBINETYPE3AIEC_H
Definition: AuxiliaryEquipment.h:13
Definition: Seconds.h:22
IEC61970::Base::Domain::Float kpc
Definition: WindGenTurbineType3aIEC.h:38
IEC61970::Base::Domain::Seconds tic
Definition: WindGenTurbineType3aIEC.h:43
Definition: PU.h:23
IEC61970::Base::Domain::PU xs
Definition: WindGenTurbineType3aIEC.h:48