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