CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
Wires
Fuse.h
1
// Fuse.h
3
// Implementation of the Class Fuse
5
6
#ifndef FUSE_H
7
#define FUSE_H
8
9
#include "IEC61970/Base/Wires/Switch.h"
10
11
namespace
IEC61970
12
{
13
namespace
Base
14
{
15
namespace
Wires
16
{
22
class
Fuse
:
public
IEC61970::Base::Wires::Switch
23
{
24
25
public
:
26
Fuse
();
27
virtual
~
Fuse
();
28
29
};
30
31
}
32
33
}
34
35
}
36
#endif // FUSE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::Fuse
Definition:
Fuse.h:22
IEC61970::Base::Wires::Switch
Definition:
Switch.h:29
Generated by
1.8.11