IEC61970 17v07
17v07
refactored
IEC61970
Base
Wires
PhaseTapChangerTabular.h
1
// PhaseTapChangerTabular.h
3
// Implementation of the Class PhaseTapChangerTabular
4
// Original author: selaost1
6
7
#ifndef PHASETAPCHANGERTABULAR_H
8
#define PHASETAPCHANGERTABULAR_H
9
10
#include "IEC61970/Base/Wires/PhaseTapChanger.h"
11
12
namespace
IEC61970
13
{
14
namespace
Base
15
{
16
namespace
Wires
17
{
18
class
PhaseTapChangerTabular
:
public
IEC61970::Base::Wires::PhaseTapChanger
19
{
20
21
public
:
22
PhaseTapChangerTabular
();
23
virtual
~
PhaseTapChangerTabular
();
24
25
};
26
27
}
28
29
}
30
31
}
32
#endif // PHASETAPCHANGERTABULAR_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::PhaseTapChanger
Definition:
PhaseTapChanger.h:23
IEC61970::Base::Wires::PhaseTapChangerTabular
Definition:
PhaseTapChangerTabular.h:18
Generated by
1.8.13