IEC61970 17v23
17v23
refactored
IEC61970
Base
Wires
CoolantType.h
1
// CoolantType.h
3
// Implementation of the Class CoolantType
5
6
#ifndef COOLANTTYPE_H
7
#define COOLANTTYPE_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
Wires
14
{
18
enum class
CoolantType
19
{
23
_undef = -1, air,
27
hydrogenGas,
31
water
32
};
33
34
}
35
36
}
37
38
}
39
#endif // COOLANTTYPE_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13