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