IEC61970 16v29a - IEC61968 12v08
WireMaterialKind.h
1 // WireMaterialKind.h
3 // Implementation of the Class WireMaterialKind
4 // Original author: T. Kostic
6 
7 #ifndef WIREMATERIALKIND_H
8 #define WIREMATERIALKIND_H
9 
10 namespace IEC61968
11 {
12  namespace AssetInfo
13  {
17  enum class WireMaterialKind
18  {
22  copper,
26  steel,
30  aluminum,
34  _undef = -1, aluminumSteel,
38  acsr,
42  aluminumAlloy,
46  aluminumAlloySteel,
50  aaac,
54  other
55  };
56 
57  }
58 
59 }
60 #endif // WIREMATERIALKIND_H
Definition: BusbarSectionInfo.h:14