CIM++ Adapted CIM_SINERGIEN Codebase
ExcST6BOELselectorKind.h
1 // ExcST6BOELselectorKind.h
3 // Implementation of the Class ExcST6BOELselectorKind
4 // Original author: civanov
6 
7 #ifndef EXCST6BOELSELECTORKIND_H
8 #define EXCST6BOELSELECTORKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace ExcitationSystemDynamics
17  {
21  enum class ExcST6BOELselectorKind
22  {
26  noOELinput,
30  beforeUEL,
34  afterUEL
35  };
36 
37  }
38 
39  }
40 
41  }
42 
43 }
44 #endif // EXCST6BOELSELECTORKIND_H
Definition: AuxiliaryEquipment.h:13