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