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