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