IEC61970 16v29a - IEC61968 12v08
AssetPropertyCurve.h
1 // AssetPropertyCurve.h
3 // Implementation of the Class AssetPropertyCurve
5 
6 #ifndef ASSETPROPERTYCURVE_H
7 #define ASSETPROPERTYCURVE_H
8 
9 #include "IEC61970/Base/Core/Curve.h"
10 
11 namespace IEC61968
12 {
13  namespace InfIEC61968
14  {
15  namespace InfAssets
16  {
23  {
24 
25  public:
27  virtual ~AssetPropertyCurve();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // ASSETPROPERTYCURVE_H
Definition: Curve.h:27
Definition: BusbarSectionInfo.h:14
Definition: AssetPropertyCurve.h:22