IEC61970 17v23
17v23
refactored
IEC61970
Base
Wires
Breaker.h
1
// Breaker.h
3
// Implementation of the Class Breaker
5
6
#ifndef BREAKER_H
7
#define BREAKER_H
8
9
#include "IEC61970/Base/Domain/Seconds.h"
10
#include "IEC61970/Base/Wires/ProtectedSwitch.h"
11
12
namespace
IEC61970
13
{
14
namespace
Base
15
{
16
namespace
Wires
17
{
24
class
Breaker
:
public
IEC61970::Base::Wires::ProtectedSwitch
25
{
26
27
public
:
28
Breaker
();
29
virtual
~
Breaker
();
33
IEC61970::Base::Domain::Seconds
inTransitTime
;
34
35
};
36
37
}
38
39
}
40
41
}
42
#endif // BREAKER_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Domain::Seconds
Definition:
Seconds.h:22
IEC61970::Base::Wires::ProtectedSwitch
Definition:
ProtectedSwitch.h:25
IEC61970::Base::Wires::Breaker::inTransitTime
IEC61970::Base::Domain::Seconds inTransitTime
Definition:
Breaker.h:33
IEC61970::Base::Wires::Breaker
Definition:
Breaker.h:24
Generated by
1.8.13