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