CIM++ Adapted CIM_SINERGIEN Codebase
ExcIEEEST1AUELselectorKind.h
1 // ExcIEEEST1AUELselectorKind.h
3 // Implementation of the Class ExcIEEEST1AUELselectorKind
4 // Original author: civanov
6 
7 #ifndef EXCIEEEST1AUELSELECTORKIND_H
8 #define EXCIEEEST1AUELSELECTORKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace ExcitationSystemDynamics
17  {
21  enum class ExcIEEEST1AUELselectorKind
22  {
26  ignoreUELsignal,
30  inputHVgateVoltageOutput,
34  inputHVgateErrorSignal,
38  inputAddedToErrorSignal
39  };
40 
41  }
42 
43  }
44 
45  }
46 
47 }
48 #endif // EXCIEEEST1AUELSELECTORKIND_H
Definition: AuxiliaryEquipment.h:13