CIM++ Adapted CIM Codebase
SolarGeneratingUnit.h
1 // SolarGeneratingUnit.h
3 // Implementation of the Class SolarGeneratingUnit
4 // Original author: kdd
6 
7 #ifndef SOLARGENERATINGUNIT_H
8 #define SOLARGENERATINGUNIT_H
9 
10 #include "IEC61970/Base/Generation/Production/GeneratingUnit.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Generation
17  {
18  namespace Production
19  {
25  {
26 
27  public:
29  virtual ~SolarGeneratingUnit();
30 
31  };
32 
33  }
34 
35  }
36 
37  }
38 
39 }
40 #endif // SOLARGENERATINGUNIT_H
Definition: AuxiliaryEquipment.h:13