IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfMetering
ExistingEnumExtensions
ExtUnitMultiplierKind.h
1
// ExtUnitMultiplierKind.h
3
// Implementation of the Class ExtUnitMultiplierKind
5
6
#ifndef EXTUNITMULTIPLIERKIND_H
7
#define EXTUNITMULTIPLIERKIND_H
8
9
namespace
IEC61968
10
{
11
namespace
InfIEC61968
12
{
13
namespace
InfMetering
14
{
15
namespace
ExistingEnumExtensions
16
{
20
enum class
ExtUnitMultiplierKind
21
{
25
_undef = -1, p = -12,
29
n = -9,
33
micro = -6,
37
m = -3,
41
c = -2,
45
d = -1,
49
k = 3,
53
M = 6,
57
G = 9,
61
T = 12,
65
none = 0,
69
da = 1,
73
h = 2
74
};
75
76
}
77
78
}
79
80
}
81
82
}
83
#endif // EXTUNITMULTIPLIERKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13