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