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