CIM++ Adapted CIM_SINERGIEN Codebase
Junction.h
1 // Junction.h
3 // Implementation of the Class Junction
5 
6 #ifndef JUNCTION_H
7 #define JUNCTION_H
8 
9 #include "IEC61970/Base/Wires/Connector.h"
10 
11 namespace IEC61970
12 {
13  namespace Base
14  {
15  namespace Wires
16  {
22  {
23 
24  public:
25  Junction();
26  virtual ~Junction();
27 
28  };
29 
30  }
31 
32  }
33 
34 }
35 #endif // JUNCTION_H
Definition: Connector.h:22
Definition: AuxiliaryEquipment.h:13
Definition: Junction.h:21