CIM++ Adapted CIM Codebase
RemoteInputSignal.h
1 // RemoteInputSignal.h
3 // Implementation of the Class RemoteInputSignal
4 // Original author: ppbr003
6 
7 #ifndef REMOTEINPUTSIGNAL_H
8 #define REMOTEINPUTSIGNAL_H
9 
10 #include "IEC61970/Dynamics/StandardInterconnections/RemoteSignalKind.h"
11 #include "IEC61970/Base/Core/Terminal.h"
12 #include "IEC61970/Base/Core/IdentifiedObject.h"
13 
14 namespace IEC61970
15 {
16  namespace Dynamics
17  {
18  namespace StandardInterconnections
19  {
25  {
26 
27  public:
29  virtual ~RemoteInputSignal();
33  IEC61970::Dynamics::StandardInterconnections::RemoteSignalKind remoteSignalType;
38 
39  };
40 
41  }
42 
43  }
44 
45 }
46 #endif // REMOTEINPUTSIGNAL_H
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Core::Terminal * Terminal
Definition: RemoteInputSignal.h:37
Definition: IdentifiedObject.h:36
Definition: Terminal.h:27
IEC61970::Dynamics::StandardInterconnections::RemoteSignalKind remoteSignalType
Definition: RemoteInputSignal.h:33