CIM++ Adapted CIM Codebase
GeneratorControlMode.h
1 // GeneratorControlMode.h
3 // Implementation of the Class GeneratorControlMode
5 
6 #ifndef GENERATORCONTROLMODE_H
7 #define GENERATORCONTROLMODE_H
8 
9 namespace IEC61970
10 {
11  namespace Base
12  {
13  namespace Generation
14  {
15  namespace Production
16  {
20  enum class GeneratorControlMode
21  {
25  setpoint,
29  pulse
30  };
31 
32  }
33 
34  }
35 
36  }
37 
38 }
39 #endif // GENERATORCONTROLMODE_H
Definition: AuxiliaryEquipment.h:13