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