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