IEC61970 17v07
17v07
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