CIM++ Adapted CIM Codebase
Conductor.h
1 // Conductor.h
3 // Implementation of the Class Conductor
5 
6 #ifndef CONDUCTOR_H
7 #define CONDUCTOR_H
8 
9 #include "IEC61970/Base/Domain/Length.h"
10 #include "IEC61970/Base/Core/ConductingEquipment.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Wires
17  {
24  {
25 
26  public:
27  Conductor();
28  virtual ~Conductor();
33 
34  };
35 
36  }
37 
38  }
39 
40 }
41 #endif // CONDUCTOR_H
Definition: Length.h:22
Definition: AuxiliaryEquipment.h:13
Definition: ConductingEquipment.h:21
Definition: Conductor.h:23
IEC61970::Base::Domain::Length length
Definition: Conductor.h:32