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