IEC61970 17v23
17v23
refactored
IEC61970
Base
Wires
ShortCircuitRotorKind.h
1
// ShortCircuitRotorKind.h
3
// Implementation of the Class ShortCircuitRotorKind
4
// Original author: tsaxton
6
7
#ifndef SHORTCIRCUITROTORKIND_H
8
#define SHORTCIRCUITROTORKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
Wires
15
{
19
enum class
ShortCircuitRotorKind
20
{
24
_undef = -1, salientPole1,
28
salientPole2,
32
turboSeries1,
36
turboSeries2
37
};
38
39
}
40
41
}
42
43
}
44
#endif // SHORTCIRCUITROTORKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13