CIM++ Adapted CIM Codebase
IEC61968
InfIEC61968
InfERPSupport
ErpPersonnel.h
1
// ErpPersonnel.h
3
// Implementation of the Class ErpPersonnel
5
6
#ifndef ERPPERSONNEL_H
7
#define ERPPERSONNEL_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
{
22
class
ErpPersonnel
:
public
IEC61968::InfIEC61968::InfERPSupport::ErpIdentifiedObject
23
{
24
25
public
:
26
ErpPersonnel
();
27
virtual
~
ErpPersonnel
();
28
IEC61968::Common::Status
status;
29
30
};
31
32
}
33
34
}
35
36
}
37
#endif // ERPPERSONNEL_H
IEC61968::Common::Status
Definition:
Status.h:20
IEC61968::InfIEC61968::InfERPSupport::ErpPersonnel
Definition:
ErpPersonnel.h:22
IEC61968
Definition:
BusbarSectionInfo.h:14
IEC61968::InfIEC61968::InfERPSupport::ErpIdentifiedObject
Definition:
ErpIdentifiedObject.h:23
Generated by
1.8.13