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