IEC61970 16v29a - IEC61968 12v08
BusinessPlan.h
1 // BusinessPlan.h
3 // Implementation of the Class BusinessPlan
5 
6 #ifndef BUSINESSPLAN_H
7 #define BUSINESSPLAN_H
8 
9 #include "IEC61968/Common/Document.h"
10 
11 namespace IEC61968
12 {
13  namespace InfIEC61968
14  {
15  namespace InfCommon
16  {
24  {
25 
26  public:
27  BusinessPlan();
28  virtual ~BusinessPlan();
29 
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // BUSINESSPLAN_H
Definition: Document.h:27
Definition: BusbarSectionInfo.h:14