IEC61970 17v07
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  {
25  {
26 
27  public:
29  virtual ~StartRampCurve();
34 
35  };
36 
37  }
38 
39  }
40 
41  }
42 
43 }
44 #endif // STARTRAMPCURVE_H
IEC61970::Base::Domain::ActivePowerChangeRate hotStandbyRamp
Definition: StartRampCurve.h:33
Definition: AuxiliaryEquipment.h:13
Definition: Curve.h:27
Definition: ActivePowerChangeRate.h:22