IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfERPSupport
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
{
27
class
ErpItemMaster
:
public
IEC61968::InfIEC61968::InfERPSupport::ErpIdentifiedObject
28
{
29
30
public
:
31
ErpItemMaster
();
32
virtual
~
ErpItemMaster
();
33
IEC61968::Common::Status
status;
34
IEC61968::Assets::Asset
*Asset;
35
36
};
37
38
}
39
40
}
41
42
}
43
#endif // ERPITEMMASTER_H
IEC61968::Common::Status
Definition:
Status.h:20
IEC61968::InfIEC61968::InfERPSupport::ErpItemMaster
Definition:
ErpItemMaster.h:27
IEC61968::Assets::Asset
Definition:
Asset.h:45
IEC61968
Definition:
BusbarSectionInfo.h:14
IEC61968::InfIEC61968::InfERPSupport::ErpIdentifiedObject
Definition:
ErpIdentifiedObject.h:23
Generated by
1.8.13