IEC61970 16v29a - IEC61968 12v08
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
•
All
Classes
Variables
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfAssetInfo
WindingInsulationKind.h
1
// WindingInsulationKind.h
3
// Implementation of the Class WindingInsulationKind
4
// Original author: T. Kostic
6
7
#ifndef WINDINGINSULATIONKIND_H
8
#define WINDINGINSULATIONKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
InfIEC61968
13
{
14
namespace
InfAssetInfo
15
{
19
enum class
WindingInsulationKind
20
{
21
_undef = -1, paper,
22
thermallyUpgradedPaper,
23
nomex,
24
other
25
};
26
27
}
28
29
}
30
31
}
32
#endif // WINDINGINSULATIONKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13