IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
AssetInfo
CableShieldMaterialKind.h
1
// CableShieldMaterialKind.h
3
// Implementation of the Class CableShieldMaterialKind
4
// Original author: Tom
6
7
#ifndef CABLESHIELDMATERIALKIND_H
8
#define CABLESHIELDMATERIALKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
AssetInfo
13
{
17
enum class
CableShieldMaterialKind
18
{
22
_undef = -1, lead,
26
copper,
30
steel,
34
aluminum,
38
other
39
};
40
41
}
42
43
}
44
#endif // CABLESHIELDMATERIALKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13