IEC61970 16v29a - IEC61968 12v08
ErpItemMaster.h
1 // ErpItemMaster.h
3 // Implementation of the Class ErpItemMaster
5 
6 #ifndef ERPITEMMASTER_H
7 #define ERPITEMMASTER_H
8 
9 #include "IEC61968/Common/Status.h"
10 #include "IEC61968/InfIEC61968/InfERPSupport/ErpIdentifiedObject.h"
11 #include "IEC61968/Assets/Asset.h"
12 
13 namespace IEC61968
14 {
15  namespace InfIEC61968
16  {
17  namespace InfERPSupport
18  {
28  {
29 
30  public:
31  ErpItemMaster();
32  virtual ~ErpItemMaster();
35 
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // ERPITEMMASTER_H
Definition: Status.h:20
Definition: Asset.h:45
Definition: BusbarSectionInfo.h:14