CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Generation
Production
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
{
25
class
ShutdownCurve
:
public
IEC61970::Base::Core::Curve
26
{
27
28
public
:
29
ShutdownCurve
();
30
virtual
~
ShutdownCurve
();
34
IEC61970::Base::Domain::Money
shutdownCost
;
38
IEC61970::Base::Domain::DateTime
shutdownDate
;
39
40
};
41
42
}
43
44
}
45
46
}
47
48
}
49
#endif // SHUTDOWNCURVE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Core::Curve
Definition:
Curve.h:27
IEC61970::Base::Generation::Production::ShutdownCurve::shutdownDate
IEC61970::Base::Domain::DateTime shutdownDate
Definition:
ShutdownCurve.h:38
IEC61970::Base::Generation::Production::ShutdownCurve::shutdownCost
IEC61970::Base::Domain::Money shutdownCost
Definition:
ShutdownCurve.h:34
IEC61970::Base::Domain::Money
Definition:
Money.h:22
IEC61970::Base::Generation::Production::ShutdownCurve
Definition:
ShutdownCurve.h:25
IEC61970::Base::Domain::DateTime
Definition:
DateTime.h:24
Generated by
1.8.11