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