CIM++ Adapted CIM_SINERGIEN Codebase
ExcREXSFeedbackSignalKind.h
1 // ExcREXSFeedbackSignalKind.h
3 // Implementation of the Class ExcREXSFeedbackSignalKind
4 // Original author: civanov
6 
7 #ifndef EXCREXSFEEDBACKSIGNALKIND_H
8 #define EXCREXSFEEDBACKSIGNALKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace ExcitationSystemDynamics
17  {
21  enum class ExcREXSFeedbackSignalKind
22  {
27  fieldVoltage,
31  fieldCurrent,
35  outputVoltage
36  };
37 
38  }
39 
40  }
41 
42  }
43 
44 }
45 #endif // EXCREXSFEEDBACKSIGNALKIND_H
Definition: AuxiliaryEquipment.h:13