CIM++ Adapted CIM Codebase
HydroPlantStorageKind.h
1 // HydroPlantStorageKind.h
3 // Implementation of the Class HydroPlantStorageKind
5 
6 #ifndef HYDROPLANTSTORAGEKIND_H
7 #define HYDROPLANTSTORAGEKIND_H
8 
9 namespace IEC61970
10 {
11  namespace Base
12  {
13  namespace Generation
14  {
15  namespace Production
16  {
20  enum class HydroPlantStorageKind
21  {
25  runOfRiver,
29  pumpedStorage,
33  storage
34  };
35 
36  }
37 
38  }
39 
40  }
41 
42 }
43 #endif // HYDROPLANTSTORAGEKIND_H
Definition: AuxiliaryEquipment.h:13