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