CIM++ Adapted CIM Codebase
CsOperatingModeKind.h
1 // CsOperatingModeKind.h
3 // Implementation of the Class CsOperatingModeKind
4 // Original author: selaost1
6 
7 #ifndef CSOPERATINGMODEKIND_H
8 #define CSOPERATINGMODEKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace DC
15  {
19  enum class CsOperatingModeKind
20  {
24  inverter,
28  rectifier
29  };
30 
31  }
32 
33  }
34 
35 }
36 #endif // CSOPERATINGMODEKIND_H
Definition: AuxiliaryEquipment.h:13