CIM++ Adapted CIM_SINERGIEN Codebase
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  reactivePcc,
19  voltagePcc,
20  powerFactorPcc
21  };
22 
23  }
24 
25  }
26 
27 }
28 #endif // VSQPCCCONTROLKIND_H
Definition: AuxiliaryEquipment.h:13