CIM++ Adapted CIM Codebase
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,
28  motor
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // ASYNCHRONOUSMACHINEKIND_H
Definition: AuxiliaryEquipment.h:13