CIM++ Adapted CIM Codebase
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  {
28  {
29 
30  public:
32  virtual ~GrossToNetActivePowerCurve();
33 
34  };
35 
36  }
37 
38  }
39 
40  }
41 
42 }
43 #endif // GROSSTONETACTIVEPOWERCURVE_H
Definition: AuxiliaryEquipment.h:13
Definition: Curve.h:27