IEC61970 16v29a
16v29a
refactored
IEC61970
Base
Domain
UnitMultiplier.h
1
// UnitMultiplier.h
3
// Implementation of the Class UnitMultiplier
5
6
#ifndef UNITMULTIPLIER_H
7
#define UNITMULTIPLIER_H
8
9
namespace
IEC61970
10
{
11
namespace
Base
12
{
13
namespace
Domain
14
{
18
enum class
UnitMultiplier
19
{
23
_undef = -1, p,
27
n,
31
micro,
35
m,
39
c,
43
d,
47
k,
51
M,
55
G,
59
T,
63
none
64
};
65
66
}
67
68
}
69
70
}
71
#endif // UNITMULTIPLIER_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13