IEC61970 17v23
17v23
refactored
IEC61970
Base
ICCPConfiguration
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
{
18
class
ICCPVCC
:
public
IEC61970::Base::ICCPConfiguration::BilateralExchangeActor
19
{
20
21
public
:
22
ICCPVCC
();
23
virtual
~
ICCPVCC
();
24
25
};
26
27
}
28
29
}
30
31
}
32
#endif // ICCPVCC_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::ICCPConfiguration::ICCPVCC
Definition:
ICCPVCC.h:18
IEC61970::Base::ICCPConfiguration::BilateralExchangeActor
Definition:
BilateralExchangeActor.h:22
Generated by
1.8.13