CIM++ Adapted CIM Codebase
Role.h
1 // Role.h
3 // Implementation of the Class Role
5 
6 #ifndef ROLE_H
7 #define ROLE_H
8 
9 #include "IEC61968/Common/Status.h"
10 #include "IEC61970/Base/Domain/String.h"
11 #include "IEC61970/Base/Core/IdentifiedObject.h"
12 
13 namespace IEC61968
14 {
15  namespace InfIEC61968
16  {
17  namespace InfCommon
18  {
24  {
25 
26  public:
27  Role();
28  virtual ~Role();
33  IEC61970::Base::Domain::String type;
34 
35  };
36 
37  }
38 
39  }
40 
41 }
42 #endif // ROLE_H
IEC61970::Base::Domain::String type
Definition: Role.h:33
Definition: Status.h:20
Definition: IdentifiedObject.h:36
Definition: BusbarSectionInfo.h:14