IEC61970 17v23
Main Page
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Variables
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
y
z
+
Files
File List
•
All
Classes
Variables
17v23
refactored
IEC61970
Base
DC
VsQpccControlKind.h
1
// VsQpccControlKind.h
3
// Implementation of the Class VsQpccControlKind
4
// Original author: selaost1
6
7
#ifndef VSQPCCCONTROLKIND_H
8
#define VSQPCCCONTROLKIND_H
9
10
namespace
IEC61970
11
{
12
namespace
Base
13
{
14
namespace
DC
15
{
16
enum class
VsQpccControlKind
17
{
18
_undef = -1, reactivePcc,
19
voltagePcc,
20
powerFactorPcc
21
};
22
23
}
24
25
}
26
27
}
28
#endif // VSQPCCCONTROLKIND_H
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.13