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