IEC61970 17v07
17v07
refactored
IEC61970
Base
DC
DCLine.h
1
// DCLine.h
3
// Implementation of the Class DCLine
4
// Original author: selaost1
6
7
#ifndef DCLINE_H
8
#define DCLINE_H
9
10
#include "IEC61970/Base/DC/DCEquipmentContainer.h"
11
#include "IEC61970/Base/Core/SubGeographicalRegion.h"
12
13
namespace
IEC61970
14
{
15
namespace
Base
16
{
17
namespace
DC
18
{
22
class
DCLine
:
public
IEC61970::Base::DC::DCEquipmentContainer
23
{
24
25
public
:
26
DCLine
();
27
virtual
~
DCLine
();
28
IEC61970::Base::Core::SubGeographicalRegion
*Region;
29
30
};
31
32
}
33
34
}
35
36
}
37
#endif // DCLINE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
IEC61970::Base::DC::DCLine
Definition:
DCLine.h:22
IEC61970::Base::DC::DCEquipmentContainer
Definition:
DCEquipmentContainer.h:26
IEC61970::Base::Core::SubGeographicalRegion
Definition:
SubGeographicalRegion.h:24
Generated by
1.8.13