CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Generation
Production
StartRampCurve.h
1
// StartRampCurve.h
3
// Implementation of the Class StartRampCurve
5
6
#ifndef STARTRAMPCURVE_H
7
#define STARTRAMPCURVE_H
8
9
#include "IEC61970/Base/Domain/ActivePowerChangeRate.h"
10
#include "IEC61970/Base/Core/Curve.h"
11
12
namespace
IEC61970
13
{
14
namespace
Base
15
{
16
namespace
Generation
17
{
18
namespace
Production
19
{
24
class
StartRampCurve
:
public
IEC61970::Base::Core::Curve
25
{
26
27
public
:
28
StartRampCurve
();
29
virtual
~
StartRampCurve
();
33
IEC61970::Base::Domain::ActivePowerChangeRate
hotStandbyRamp
;
34
35
};
36
37
}
38
39
}
40
41
}
42
43
}
44
#endif // STARTRAMPCURVE_H
IEC61970::Base::Generation::Production::StartRampCurve::hotStandbyRamp
IEC61970::Base::Domain::ActivePowerChangeRate hotStandbyRamp
Definition:
StartRampCurve.h:33
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Core::Curve
Definition:
Curve.h:27
IEC61970::Base::Domain::ActivePowerChangeRate
Definition:
ActivePowerChangeRate.h:22
IEC61970::Base::Generation::Production::StartRampCurve
Definition:
StartRampCurve.h:24
Generated by
1.8.11