IEC61970 17v23
TCPAccessPoint.h
1 // TCPAccessPoint.h
3 // Implementation of the Class TCPAccessPoint
4 // Original author: selaost1
6 
7 #ifndef TCPACCESSPOINT_H
8 #define TCPACCESSPOINT_H
9 
10 #include "IEC61970/Base/Domain/Integer.h"
11 #include "IEC61970/Base/ICCPConfiguration/IPAccessPoint.h"
12 
13 namespace IEC61970
14 {
15  namespace Base
16  {
17  namespace ICCPConfiguration
18  {
20  {
21 
22  public:
24  virtual ~TCPAccessPoint();
25  IEC61970::Base::Domain::Integer keepAliveTime;
40 
41  };
42 
43  }
44 
45  }
46 
47 }
48 #endif // TCPACCESSPOINT_H
Definition: Integer.h:17
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Integer port
Definition: TCPAccessPoint.h:39