CIM++ Adapted CIM_SINERGIEN Codebase
CsPpccControlKind.h
1 // CsPpccControlKind.h
3 // Implementation of the Class CsPpccControlKind
4 // Original author: selaost1
6 
7 #ifndef CSPPCCCONTROLKIND_H
8 #define CSPPCCCONTROLKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace DC
15  {
19  enum class CsPpccControlKind
20  {
24  activePower,
28  dcVoltage,
32  dcCurrent
33  };
34 
35  }
36 
37  }
38 
39 }
40 #endif // CSPPCCCONTROLKIND_H
Definition: AuxiliaryEquipment.h:13