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