IEC61970 16v29a - IEC61968 12v08
TowerConstructionKind.h
1 // TowerConstructionKind.h
3 // Implementation of the Class TowerConstructionKind
4 // Original author: T. Kostic
6 
7 #ifndef TOWERCONSTRUCTIONKIND_H
8 #define TOWERCONSTRUCTIONKIND_H
9 
10 namespace IEC61968
11 {
12  namespace InfIEC61968
13  {
14  namespace InfAssets
15  {
19  enum class TowerConstructionKind
20  {
21  _undef = -1, suspension,
22  tension
23  };
24 
25  }
26 
27  }
28 
29 }
30 #endif // TOWERCONSTRUCTIONKIND_H
Definition: BusbarSectionInfo.h:14