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