IEC61970 16v29a - SINERGIEN 20170705
20170705
refactored
IEC61970
Base
Wires
Recloser.h
1
// Recloser.h
3
// Implementation of the Class Recloser
4
// Original author: T. Kostic
6
7
#ifndef RECLOSER_H
8
#define RECLOSER_H
9
10
#include "IEC61970/Base/Wires/ProtectedSwitch.h"
11
12
namespace
IEC61970
13
{
14
namespace
Base
15
{
16
namespace
Wires
17
{
22
class
Recloser
:
public
IEC61970::Base::Wires::ProtectedSwitch
23
{
24
25
public
:
26
Recloser
();
27
virtual
~
Recloser
();
28
29
};
30
31
}
32
33
}
34
35
}
36
#endif // RECLOSER_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::Recloser
Definition:
Recloser.h:22
IEC61970::Base::Wires::ProtectedSwitch
Definition:
ProtectedSwitch.h:25
Generated by
1.8.13