CIM++ Adapted CIM Codebase
Jumper.h
1 // Jumper.h
3 // Implementation of the Class Jumper
5 
6 #ifndef JUMPER_H
7 #define JUMPER_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  Jumper();
27  virtual ~Jumper();
28 
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // JUMPER_H
Definition: AuxiliaryEquipment.h:13
Definition: Jumper.h:22
Definition: Switch.h:29