IEC61970 16v29a - SINERGIEN 20170705
20170705
refactored
IEC61970
Base
Wires
BusbarSection.h
1
// BusbarSection.h
3
// Implementation of the Class BusbarSection
5
6
#ifndef BUSBARSECTION_H
7
#define BUSBARSECTION_H
8
9
#include "IEC61970/Base/Domain/CurrentFlow.h"
10
#include "IEC61970/Base/Wires/VoltageControlZone.h"
11
#include "IEC61970/Base/Wires/Connector.h"
12
13
namespace
IEC61970
14
{
15
namespace
Base
16
{
17
namespace
Wires
18
{
26
class
BusbarSection
:
public
IEC61970::Base::Wires::Connector
27
{
28
29
public
:
30
BusbarSection
();
31
virtual
~
BusbarSection
();
38
IEC61970::Base::Domain::CurrentFlow
ipMax
;
42
IEC61970::Base::Wires::VoltageControlZone
*
VoltageControlZone
;
43
44
};
45
46
}
47
48
}
49
50
}
51
#endif // BUSBARSECTION_H
IEC61970::Base::Wires::Connector
Definition:
Connector.h:22
IEC61970::Base::Wires::BusbarSection::VoltageControlZone
IEC61970::Base::Wires::VoltageControlZone * VoltageControlZone
Definition:
BusbarSection.h:42
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::Wires::BusbarSection
Definition:
BusbarSection.h:26
IEC61970::Base::Wires::BusbarSection::ipMax
IEC61970::Base::Domain::CurrentFlow ipMax
Definition:
BusbarSection.h:38
IEC61970::Base::Wires::VoltageControlZone
Definition:
VoltageControlZone.h:22
IEC61970::Base::Domain::CurrentFlow
Definition:
CurrentFlow.h:23
Generated by
1.8.13