IEC61970 16v29a
16v29a
refactored
IEC61970
Base
Wires
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
{
21
class
Ground
:
public
IEC61970::Base::Core::ConductingEquipment
22
{
23
24
public
:
25
Ground
();
26
virtual
~
Ground
();
27
28
};
29
30
}
31
32
}
33
34
}
35
#endif // GROUND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::Ground
Definition:
Ground.h:21
IEC61970::Base::Core::ConductingEquipment
Definition:
ConductingEquipment.h:21
Generated by
1.8.13