IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfMetering
ReadingTypeEnumerations
AggregateKind.h
1
// AggregateKind.h
3
// Implementation of the Class AggregateKind
4
// Original author: Marty
6
7
#ifndef AGGREGATEKIND_H
8
#define AGGREGATEKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
InfIEC61968
13
{
14
namespace
InfMetering
15
{
16
namespace
ReadingTypeEnumerations
17
{
18
enum class
AggregateKind
19
{
23
_undef = -1, none = 0,
24
average = 2,
28
excess = 4,
32
highThreshold = 5,
36
lowThreshold = 7,
40
maximum = 8,
44
minimum = 9,
45
nominal = 11,
46
normal = 12,
50
secondMaximum = 16,
54
secondMinimum = 17,
58
thirdMaximum = 23,
62
fourthMaximum = 24,
66
fifthMaximum = 25,
70
sum = 26
71
};
72
73
}
74
75
}
76
77
}
78
79
}
80
#endif // AGGREGATEKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13