CIM++ Adapted CIM Codebase
GeneratorControlSource.h
1 // GeneratorControlSource.h
3 // Implementation of the Class GeneratorControlSource
5 
6 #ifndef GENERATORCONTROLSOURCE_H
7 #define GENERATORCONTROLSOURCE_H
8 
9 namespace IEC61970
10 {
11  namespace Base
12  {
13  namespace Generation
14  {
15  namespace Production
16  {
20  enum class GeneratorControlSource
21  {
25  unavailable,
29  offAGC,
33  onAGC,
37  plantControl
38  };
39 
40  }
41 
42  }
43 
44  }
45 
46 }
47 #endif // GENERATORCONTROLSOURCE_H
Definition: AuxiliaryEquipment.h:13