IEC61970 16v29a
16v29a
refactored
IEC61970
Base
Wires
Connector.h
1
// Connector.h
3
// Implementation of the Class Connector
5
6
#ifndef CONNECTOR_H
7
#define CONNECTOR_H
8
9
#include "IEC61970/Base/Core/ConductingEquipment.h"
10
11
namespace
IEC61970
12
{
13
namespace
Base
14
{
15
namespace
Wires
16
{
22
class
Connector
:
public
IEC61970::Base::Core::ConductingEquipment
23
{
24
25
public
:
26
Connector
();
27
virtual
~
Connector
();
28
29
};
30
31
}
32
33
}
34
35
}
36
#endif // CONNECTOR_H
IEC61970::Base::Wires::Connector
Definition:
Connector.h:22
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Core::ConductingEquipment
Definition:
ConductingEquipment.h:21
Generated by
1.8.13