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