IEC61970 16v29a
16v29a
refactored
IEC61970
Base
Protection
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
{
24
class
CurrentRelay
:
public
IEC61970::Base::Protection::ProtectionEquipment
25
{
26
27
public
:
28
CurrentRelay
();
29
virtual
~
CurrentRelay
();
33
IEC61970::Base::Domain::CurrentFlow
currentLimit1
;
37
IEC61970::Base::Domain::CurrentFlow
currentLimit2
;
41
IEC61970::Base::Domain::CurrentFlow
currentLimit3
;
45
IEC61970::Base::Domain::Boolean
inverseTimeFlag
;
49
IEC61970::Base::Domain::Seconds
timeDelay1
;
53
IEC61970::Base::Domain::Seconds
timeDelay2
;
57
IEC61970::Base::Domain::Seconds
timeDelay3
;
58
59
};
60
61
}
62
63
}
64
65
}
66
#endif // CURRENTRELAY_H
IEC61970::Base::Protection::CurrentRelay::currentLimit3
IEC61970::Base::Domain::CurrentFlow currentLimit3
Definition:
CurrentRelay.h:41
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Protection::CurrentRelay::timeDelay3
IEC61970::Base::Domain::Seconds timeDelay3
Definition:
CurrentRelay.h:57
IEC61970::Base::Domain::Seconds
Definition:
Seconds.h:22
IEC61970::Base::Protection::CurrentRelay::timeDelay1
IEC61970::Base::Domain::Seconds timeDelay1
Definition:
CurrentRelay.h:49
IEC61970::Base::Protection::CurrentRelay::timeDelay2
IEC61970::Base::Domain::Seconds timeDelay2
Definition:
CurrentRelay.h:53
IEC61970::Base::Protection::CurrentRelay::currentLimit2
IEC61970::Base::Domain::CurrentFlow currentLimit2
Definition:
CurrentRelay.h:37
IEC61970::Base::Protection::ProtectionEquipment
Definition:
ProtectionEquipment.h:33
IEC61970::Base::Protection::CurrentRelay
Definition:
CurrentRelay.h:24
IEC61970::Base::Domain::Boolean
Definition:
Boolean.h:17
IEC61970::Base::Protection::CurrentRelay::inverseTimeFlag
IEC61970::Base::Domain::Boolean inverseTimeFlag
Definition:
CurrentRelay.h:45
IEC61970::Base::Domain::CurrentFlow
Definition:
CurrentFlow.h:23
IEC61970::Base::Protection::CurrentRelay::currentLimit1
IEC61970::Base::Domain::CurrentFlow currentLimit1
Definition:
CurrentRelay.h:33
Generated by
1.8.13