CIM++ Adapted CIM Codebase
DroopSignalFeedbackKind.h
1 // DroopSignalFeedbackKind.h
3 // Implementation of the Class DroopSignalFeedbackKind
4 // Original author: ppbr003
6 
7 #ifndef DROOPSIGNALFEEDBACKKIND_H
8 #define DROOPSIGNALFEEDBACKKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Dynamics
13  {
14  namespace StandardModels
15  {
16  namespace TurbineGovernorDynamics
17  {
21  enum class DroopSignalFeedbackKind
22  {
27  electricalPower,
31  none,
36  fuelValveStroke,
41  governorOutput
42  };
43 
44  }
45 
46  }
47 
48  }
49 
50 }
51 #endif // DROOPSIGNALFEEDBACKKIND_H
Definition: AuxiliaryEquipment.h:13