CIM++ Adapted CIM_SINERGIEN Codebase
Supercritical.h
1 // Supercritical.h
3 // Implementation of the Class Supercritical
5 
6 #ifndef SUPERCRITICAL_H
7 #define SUPERCRITICAL_H
8 
9 #include "IEC61970/Base/Generation/GenerationTrainingSimulation/FossilSteamSupply.h"
10 
11 namespace IEC61970
12 {
13  namespace Base
14  {
15  namespace Generation
16  {
17  namespace GenerationTrainingSimulation
18  {
23  {
24 
25  public:
26  Supercritical();
27  virtual ~Supercritical();
28 
29  };
30 
31  }
32 
33  }
34 
35  }
36 
37 }
38 #endif // SUPERCRITICAL_H
Definition: AuxiliaryEquipment.h:13