IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfMetering
ReadingTypeEnumerations
AccumulationKind.h
1
// AccumulationKind.h
3
// Implementation of the Class AccumulationKind
4
// Original author: Marty
6
7
#ifndef ACCUMULATIONKIND_H
8
#define ACCUMULATIONKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
InfIEC61968
13
{
14
namespace
InfMetering
15
{
16
namespace
ReadingTypeEnumerations
17
{
18
enum class
AccumulationKind
19
{
23
_undef = -1, none = 0,
37
bulkQuantity = 1,
45
continuousCumulative = 2,
54
cumulative = 3,
62
deltaData = 4,
70
indicating = 6,
78
summation = 9,
83
timeDelay = 10,
90
instantaneous = 12,
107
latchingQuantity = 13,
117
boundedQuantity = 14
118
};
119
120
}
121
122
}
123
124
}
125
126
}
127
#endif // ACCUMULATIONKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13