CIM++ Adapted CIM Codebase
Recloser.h
1 // Recloser.h
3 // Implementation of the Class Recloser
4 // Original author: T. Kostic
6 
7 #ifndef RECLOSER_H
8 #define RECLOSER_H
9 
10 #include "IEC61970/Base/Wires/ProtectedSwitch.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Wires
17  {
23  {
24 
25  public:
26  Recloser();
27  virtual ~Recloser();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // RECLOSER_H
Definition: AuxiliaryEquipment.h:13
Definition: Recloser.h:22
Definition: ProtectedSwitch.h:25