CIM++ Adapted CIM Codebase
WindGenTurbineType1aIEC.h
1 // WindGenTurbineType1aIEC.h
3 // Implementation of the Class WindGenTurbineType1aIEC
4 // Original author: civanov
6 
7 #ifndef WINDGENTURBINETYPE1AIEC_H
8 #define WINDGENTURBINETYPE1AIEC_H
9 
10 #include "IEC61970/Dynamics/StandardModels/WindDynamics/WindTurbineType1or2IEC.h"
11 
12 namespace IEC61970
13 {
14  namespace Dynamics
15  {
16  namespace StandardModels
17  {
18  namespace WindDynamics
19  {
26  {
27 
28  public:
30  virtual ~WindGenTurbineType1aIEC();
31 
32  };
33 
34  }
35 
36  }
37 
38  }
39 
40 }
41 #endif // WINDGENTURBINETYPE1AIEC_H
Definition: AuxiliaryEquipment.h:13