CIM++ Adapted CIM_SINERGIEN Codebase
VsPpccControlKind.h
1 // VsPpccControlKind.h
3 // Implementation of the Class VsPpccControlKind
4 // Original author: T. Kostic
6 
7 #ifndef VSPPCCCONTROLKIND_H
8 #define VSPPCCCONTROLKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace DC
15  {
20  enum class VsPpccControlKind
21  {
25  pPcc,
29  udc,
34  pPccAndUdcDroop,
41  pPccAndUdcDroopWithCompensation,
46  pPccAndUdcDroopPilot
47  };
48 
49  }
50 
51  }
52 
53 }
54 #endif // VSPPCCCONTROLKIND_H
Definition: AuxiliaryEquipment.h:13