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