CIM++ Adapted CIM Codebase
LevelVsVolumeCurve.h
1 // LevelVsVolumeCurve.h
3 // Implementation of the Class LevelVsVolumeCurve
5 
6 #ifndef LEVELVSVOLUMECURVE_H
7 #define LEVELVSVOLUMECURVE_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  {
24  {
25 
26  public:
28  virtual ~LevelVsVolumeCurve();
29 
30  };
31 
32  }
33 
34  }
35 
36  }
37 
38 }
39 #endif // LEVELVSVOLUMECURVE_H
Definition: AuxiliaryEquipment.h:13
Definition: Curve.h:27