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