IEC61970 17v07
17v07
refactored
IEC61970
Base
Generation
Production
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
_undef = -1, generator,
31
pumpAndGenerator
32
};
33
34
}
35
36
}
37
38
}
39
40
}
41
#endif // HYDROENERGYCONVERSIONKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13