IEC61970 16v29a
GenUnitOpCostCurve.h
1 // GenUnitOpCostCurve.h
3 // Implementation of the Class GenUnitOpCostCurve
5 
6 #ifndef GENUNITOPCOSTCURVE_H
7 #define GENUNITOPCOSTCURVE_H
8 
9 #include "IEC61970/Base/Domain/Boolean.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  {
27  {
28 
29  public:
31  virtual ~GenUnitOpCostCurve();
36 
37  };
38 
39  }
40 
41  }
42 
43  }
44 
45 }
46 #endif // GENUNITOPCOSTCURVE_H
Definition: AuxiliaryEquipment.h:13
Definition: Curve.h:27
Definition: Boolean.h:17
IEC61970::Base::Domain::Boolean isNetGrossP
Definition: GenUnitOpCostCurve.h:35