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