IEC61970 17v23
ProvidedBilateralPoint.h
1 // ProvidedBilateralPoint.h
3 // Implementation of the Class ProvidedBilateralPoint
4 // Original author: SELAOST1
6 
7 #ifndef PROVIDEDBILATERALPOINT_H
8 #define PROVIDEDBILATERALPOINT_H
9 
10 #include "IEC61970/Base/ICCPConfiguration/BilateralExchangeActor.h"
11 #include "IEC61970/Base/Core/IdentifiedObject.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace ICCPConfiguration
18  {
20  {
21 
22  public:
24  virtual ~ProvidedBilateralPoint();
26 
27  };
28 
29  }
30 
31  }
32 
33 }
34 #endif // PROVIDEDBILATERALPOINT_H
Definition: AuxiliaryEquipment.h:13
Definition: BilateralExchangeActor.h:22
Definition: IdentifiedObject.h:36
Definition: ProvidedBilateralPoint.h:19