CIM++ Adapted CIM Codebase
OperationalLimitDirectionKind.h
1 // OperationalLimitDirectionKind.h
3 // Implementation of the Class OperationalLimitDirectionKind
4 // Original author: kdd
6 
7 #ifndef OPERATIONALLIMITDIRECTIONKIND_H
8 #define OPERATIONALLIMITDIRECTIONKIND_H
9 
10 namespace IEC61970
11 {
12  namespace Base
13  {
14  namespace OperationalLimits
15  {
19  enum class OperationalLimitDirectionKind
20  {
25  high,
30  low,
35  absoluteValue
36  };
37 
38  }
39 
40  }
41 
42 }
43 #endif // OPERATIONALLIMITDIRECTIONKIND_H
Definition: AuxiliaryEquipment.h:13