IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfAssets
Tower.h
1
// Tower.h
3
// Implementation of the Class Tower
5
6
#ifndef TOWER_H
7
#define TOWER_H
8
9
#include "IEC61968/InfIEC61968/InfAssets/TowerConstructionKind.h"
10
#include "IEC61968/InfIEC61968/InfAssets/Structure.h"
11
12
namespace
IEC61968
13
{
14
namespace
InfIEC61968
15
{
16
namespace
InfAssets
17
{
27
class
Tower
:
public
IEC61968::InfIEC61968::InfAssets::Structure
28
{
29
30
public
:
31
Tower
();
32
virtual
~
Tower
();
36
IEC61968::InfIEC61968::InfAssets::TowerConstructionKind
constructionKind
= IEC61968::InfIEC61968::InfAssets::TowerConstructionKind::_undef;
37
38
};
39
40
}
41
42
}
43
44
}
45
#endif // TOWER_H
IEC61968::InfIEC61968::InfAssets::Tower::constructionKind
IEC61968::InfIEC61968::InfAssets::TowerConstructionKind constructionKind
Definition:
Tower.h:36
IEC61968::InfIEC61968::InfAssets::Structure
Definition:
Structure.h:31
IEC61968::InfIEC61968::InfAssets::Tower
Definition:
Tower.h:27
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13