CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Dynamics
StandardModels
TurbineGovernorDynamics
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
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.11