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