IEC61970 17v23
EnergyConnection.h
1 // EnergyConnection.h
3 // Implementation of the Class EnergyConnection
4 // Original author: selaost1
6 
7 #ifndef ENERGYCONNECTION_H
8 #define ENERGYCONNECTION_H
9 
10 #include "IEC61970/Base/Core/ConductingEquipment.h"
11 
12 namespace IEC61970
13 {
14  namespace Base
15  {
16  namespace Wires
17  {
19  {
20 
21  public:
23  virtual ~EnergyConnection();
24 
25  };
26 
27  }
28 
29  }
30 
31 }
32 #endif // ENERGYCONNECTION_H
Definition: AuxiliaryEquipment.h:13
Definition: EnergyConnection.h:18
Definition: ConductingEquipment.h:21