IEC61970 16v29a - IEC61968 12v08
WireInsulationKind.h
1 // WireInsulationKind.h
3 // Implementation of the Class WireInsulationKind
4 // Original author: T. Kostic
6 
7 #ifndef WIREINSULATIONKIND_H
8 #define WIREINSULATIONKIND_H
9 
10 namespace IEC61968
11 {
12  namespace AssetInfo
13  {
17  enum class WireInsulationKind
18  {
22  _undef = -1, asbestosAndVarnishedCambric,
26  butyl,
30  ethylenePropyleneRubber,
34  highMolecularWeightPolyethylene,
38  treeResistantHighMolecularWeightPolyethylene,
42  lowCapacitanceRubber,
46  oilPaper,
50  ozoneResistantRubber,
54  beltedPilc,
58  unbeltedPilc,
62  rubber,
66  siliconRubber,
70  varnishedCambricCloth,
74  varnishedDacronGlass,
78  crosslinkedPolyethylene,
82  treeRetardantCrosslinkedPolyethylene,
86  highPressureFluidFilled,
90  other
91  };
92 
93  }
94 
95 }
96 #endif // WIREINSULATIONKIND_H
Definition: BusbarSectionInfo.h:14