IEC61970 16v29a - IEC61968 12v08
16v29a_12v08
refactored
IEC61968
InfIEC61968
InfMetering
ReadingTypeEnumerations
FlowDirectionKind.h
1
// FlowDirectionKind.h
3
// Implementation of the Class FlowDirectionKind
4
// Original author: Marty
6
7
#ifndef FLOWDIRECTIONKIND_H
8
#define FLOWDIRECTIONKIND_H
9
10
namespace
IEC61968
11
{
12
namespace
InfIEC61968
13
{
14
namespace
InfMetering
15
{
16
namespace
ReadingTypeEnumerations
17
{
18
enum class
FlowDirectionKind
19
{
23
_undef = -1, none = 0,
38
forward = 1,
56
lagging = 2,
61
leading = 3,
69
net = 4,
73
q1plusQ2 = 5,
77
q1plusQ3 = 7,
81
q1plusQ4 = 8,
85
q1minusQ4 = 9,
89
q2plusQ3 = 10,
93
q2plusQ4 = 11,
97
q2minusQ3 = 12,
101
q3plusQ4 = 13,
105
q3minusQ2 = 14,
109
quadrant1 = 15,
113
quadrant2 = 16,
117
quadrant3 = 17,
121
quadrant4 = 18,
140
reverse = 19,
150
total = 20,
161
totalByPhase = 21
162
};
163
164
}
165
166
}
167
168
}
169
170
}
171
#endif // FLOWDIRECTIONKIND_H
IEC61968
Definition:
BusbarSectionInfo.h:14
Generated by
1.8.13