IEC61970 16v29a - IEC61968 12v08
OrgOrgRole.h
1 // OrgOrgRole.h
3 // Implementation of the Class OrgOrgRole
5 
6 #ifndef ORGORGROLE_H
7 #define ORGORGROLE_H
8 
9 #include "IEC61970/Base/Domain/String.h"
10 #include "IEC61968/Common/OrganisationRole.h"
11 
12 namespace IEC61968
13 {
14  namespace InfIEC61968
15  {
16  namespace InfCommon
17  {
26  {
27 
28  public:
29  OrgOrgRole();
30  virtual ~OrgOrgRole();
36  IEC61970::Base::Domain::String clientID;
37 
38  };
39 
40  }
41 
42  }
43 
44 }
45 #endif // ORGORGROLE_H
IEC61970::Base::Domain::String clientID
Definition: OrgOrgRole.h:36
Definition: BusbarSectionInfo.h:14
Definition: OrganisationRole.h:24