CIM++ Adapted CIM Codebase
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  {
23  {
24 
25  public:
26  Fuse();
27  virtual ~Fuse();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // FUSE_H
Definition: AuxiliaryEquipment.h:13
Definition: Fuse.h:22
Definition: Switch.h:29