CIM++ Adapted CIM Codebase
OrientationKind.h
1 // OrientationKind.h
3 // Implementation of the Class OrientationKind
4 // Original author: mcmorran
6 
7 #ifndef ORIENTATIONKIND_H
8 #define ORIENTATIONKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace DiagramLayout
15  {
20  enum class OrientationKind
21  {
27  positive,
34  negative
35  };
36 
37  }
38 
39  }
40 
41 }
42 #endif // ORIENTATIONKIND_H
Definition: AuxiliaryEquipment.h:13