IEC61970 16v29a
NuclearGeneratingUnit.h
1 // NuclearGeneratingUnit.h
3 // Implementation of the Class NuclearGeneratingUnit
4 // Original author: kdd
6 
7 #ifndef NUCLEARGENERATINGUNIT_H
8 #define NUCLEARGENERATINGUNIT_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  {
24  {
25 
26  public:
28  virtual ~NuclearGeneratingUnit();
29 
30  };
31 
32  }
33 
34  }
35 
36  }
37 
38 }
39 #endif // NUCLEARGENERATINGUNIT_H
Definition: AuxiliaryEquipment.h:13