CIM++ Adapted CIM Codebase
HydroEnergyConversionKind.h
1 // HydroEnergyConversionKind.h
3 // Implementation of the Class HydroEnergyConversionKind
4 // Original author: kdd
6 
7 #ifndef HYDROENERGYCONVERSIONKIND_H
8 #define HYDROENERGYCONVERSIONKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace Generation
15  {
16  namespace Production
17  {
22  enum class HydroEnergyConversionKind
23  {
27  generator,
31  pumpAndGenerator
32  };
33 
34  }
35 
36  }
37 
38  }
39 
40 }
41 #endif // HYDROENERGYCONVERSIONKIND_H
Definition: AuxiliaryEquipment.h:13