IEC61970 17v07
ShutdownCurve.h
1 // ShutdownCurve.h
3 // Implementation of the Class ShutdownCurve
5 
6 #ifndef SHUTDOWNCURVE_H
7 #define SHUTDOWNCURVE_H
8 
9 #include "IEC61970/Base/Domain/Money.h"
10 #include "IEC61970/Base/Domain/DateTime.h"
11 #include "IEC61970/Base/Core/Curve.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace Generation
18  {
19  namespace Production
20  {
26  {
27 
28  public:
29  ShutdownCurve();
30  virtual ~ShutdownCurve();
39 
40  };
41 
42  }
43 
44  }
45 
46  }
47 
48 }
49 #endif // SHUTDOWNCURVE_H
Definition: AuxiliaryEquipment.h:13
Definition: Curve.h:27
IEC61970::Base::Domain::DateTime shutdownDate
Definition: ShutdownCurve.h:38
IEC61970::Base::Domain::Money shutdownCost
Definition: ShutdownCurve.h:34
Definition: Money.h:22
Definition: DateTime.h:22