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