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