IEC61970 16v29a - IEC61968 12v08
CableConstructionKind.h
1 // CableConstructionKind.h
3 // Implementation of the Class CableConstructionKind
4 // Original author: T. Kostic
6 
7 #ifndef CABLECONSTRUCTIONKIND_H
8 #define CABLECONSTRUCTIONKIND_H
9 
10 namespace IEC61968
11 {
12  namespace AssetInfo
13  {
17  enum class CableConstructionKind
18  {
22  _undef = -1, compacted,
26  compressed,
30  sector,
34  segmental,
38  solid,
42  stranded,
46  other
47  };
48 
49  }
50 
51 }
52 #endif // CABLECONSTRUCTIONKIND_H
Definition: BusbarSectionInfo.h:14