CIM++ Adapted CIM_SINERGIEN Codebase
Main Page
Classes
Files
File List
IEC61970
Base
DiagramLayout
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
IEC61970
Definition:
AuxiliaryEquipment.h:13
Generated by
1.8.11