IEC61970 17v07
17v07
refactored
IEC61970
Base
DC
DCTopologicalIsland.h
1
// DCTopologicalIsland.h
3
// Implementation of the Class DCTopologicalIsland
4
// Original author: SELAOST1
6
7
#ifndef DCTOPOLOGICALISLAND_H
8
#define DCTOPOLOGICALISLAND_H
9
10
#include <list>
11
12
#include "IEC61970/Base/Topology/DCTopologicalNode.h"
13
#include "IEC61970/Base/Core/IdentifiedObject.h"
14
15
namespace
IEC61970
16
{
17
namespace
Base
18
{
19
namespace
DC
20
{
27
class
DCTopologicalIsland
:
public
IEC61970::Base::Core::IdentifiedObject
28
{
29
30
public
:
31
DCTopologicalIsland
();
32
virtual
~
DCTopologicalIsland
();
33
std::list<IEC61970::Base::Topology::DCTopologicalNode*> DCTopologicalNodes;
34
35
};
36
37
}
38
39
}
40
41
}
42
#endif // DCTOPOLOGICALISLAND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::DC::DCTopologicalIsland
Definition:
DCTopologicalIsland.h:27
IEC61970::Base::Core::IdentifiedObject
Definition:
IdentifiedObject.h:36
Generated by
1.8.13