IEC61970 16v29a - IEC61968 12v08
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  {
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::TowerConstructionKind constructionKind
Definition: Tower.h:36
Definition: BusbarSectionInfo.h:14