IEC61970 17v23
ICCPProvidedPoint.h
1 // ICCPProvidedPoint.h
3 // Implementation of the Class ICCPProvidedPoint
4 // Original author: SELAOST1
6 
7 #ifndef ICCPPROVIDEDPOINT_H
8 #define ICCPPROVIDEDPOINT_H
9 
10 #include "IEC61970/Base/ICCPConfiguration/ICCPAccessPrivilegeKind.h"
11 #include "IEC61970/Base/ICCPConfiguration/ICCPQualityKind.h"
12 #include "IEC61970/Base/ICCPConfiguration/ICCPPointKind.h"
13 #include "IEC61970/Base/ICCPConfiguration/ICCPScope.h"
14 #include "IEC61970/Base/ICCPConfiguration/ProvidedBilateralPoint.h"
15 
16 namespace IEC61970
17 {
18  namespace Base
19  {
20  namespace ICCPConfiguration
21  {
27  {
28 
29  public:
31  virtual ~ICCPProvidedPoint();
35  IEC61970::Base::ICCPConfiguration::ICCPAccessPrivilegeKind accessPriviledge = IEC61970::Base::ICCPConfiguration::ICCPAccessPrivilegeKind::_undef;
40  IEC61970::Base::ICCPConfiguration::ICCPQualityKind pointQuality = IEC61970::Base::ICCPConfiguration::ICCPQualityKind::_undef;
50  IEC61970::Base::ICCPConfiguration::ICCPPointKind pointType = IEC61970::Base::ICCPConfiguration::ICCPPointKind::_undef;
51  IEC61970::Base::ICCPConfiguration::ICCPScope scope = IEC61970::Base::ICCPConfiguration::ICCPScope::_undef;
52 
53  };
54 
55  }
56 
57  }
58 
59 }
60 #endif // ICCPPROVIDEDPOINT_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::ICCPConfiguration::ICCPPointKind pointType
Definition: ICCPProvidedPoint.h:50
IEC61970::Base::ICCPConfiguration::ICCPAccessPrivilegeKind accessPriviledge
Definition: ICCPProvidedPoint.h:35
IEC61970::Base::ICCPConfiguration::ICCPQualityKind pointQuality
Definition: ICCPProvidedPoint.h:40
Definition: ProvidedBilateralPoint.h:19