IEC61970 17v07
17v07
refactored
IEC61970
Base
SCADA
RemotePoint.h
1
// RemotePoint.h
3
// Implementation of the Class RemotePoint
5
6
#ifndef REMOTEPOINT_H
7
#define REMOTEPOINT_H
8
9
#include "IEC61970/Base/Core/IdentifiedObject.h"
10
11
namespace
IEC61970
12
{
13
namespace
Base
14
{
15
namespace
SCADA
16
{
21
class
RemotePoint
:
public
IEC61970::Base::Core::IdentifiedObject
22
{
23
24
public
:
25
RemotePoint
();
26
virtual
~
RemotePoint
();
27
28
};
29
30
}
31
32
}
33
34
}
35
#endif // REMOTEPOINT_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Core::IdentifiedObject
Definition:
IdentifiedObject.h:36
IEC61970::Base::SCADA::RemotePoint
Definition:
RemotePoint.h:21
Generated by
1.8.13