IEC61970 17v07
17v07
refactored
IEC61970
Base
Wires
AsynchronousMachineKind.h
1
// AsynchronousMachineKind.h
3
// Implementation of the Class AsynchronousMachineKind
4
// Original author: msphuku2
6
7
#ifndef ASYNCHRONOUSMACHINEKIND_H
8
#define ASYNCHRONOUSMACHINEKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
Wires
15
{
19
enum class
AsynchronousMachineKind
20
{
24
generator, _undef = -1, none,
28
motor
29
};
30
31
}
32
33
}
34
35
}
36
#endif // ASYNCHRONOUSMACHINEKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13