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