CIM++ Adapted CIM Codebase
CurrentRelay.h
1 // CurrentRelay.h
3 // Implementation of the Class CurrentRelay
5 
6 #ifndef CURRENTRELAY_H
7 #define CURRENTRELAY_H
8 
9 #include "IEC61970/Base/Domain/CurrentFlow.h"
10 #include "IEC61970/Base/Domain/Boolean.h"
11 #include "IEC61970/Base/Domain/Seconds.h"
12 #include "IEC61970/Base/Protection/ProtectionEquipment.h"
13 
14 namespace IEC61970
15 {
16  namespace Base
17  {
18  namespace Protection
19  {
25  {
26 
27  public:
28  CurrentRelay();
29  virtual ~CurrentRelay();
58 
59  };
60 
61  }
62 
63  }
64 
65 }
66 #endif // CURRENTRELAY_H
IEC61970::Base::Domain::CurrentFlow currentLimit3
Definition: CurrentRelay.h:41
Definition: AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Seconds timeDelay3
Definition: CurrentRelay.h:57
Definition: Seconds.h:22
IEC61970::Base::Domain::Seconds timeDelay1
Definition: CurrentRelay.h:49
IEC61970::Base::Domain::Seconds timeDelay2
Definition: CurrentRelay.h:53
IEC61970::Base::Domain::CurrentFlow currentLimit2
Definition: CurrentRelay.h:37
Definition: ProtectionEquipment.h:33
Definition: CurrentRelay.h:24
Definition: Boolean.h:21
IEC61970::Base::Domain::Boolean inverseTimeFlag
Definition: CurrentRelay.h:45
Definition: CurrentFlow.h:23
IEC61970::Base::Domain::CurrentFlow currentLimit1
Definition: CurrentRelay.h:33