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