CIM++ Adapted CIM Codebase
CurveStyle.h
1 // CurveStyle.h
3 // Implementation of the Class CurveStyle
5 
6 #ifndef CURVESTYLE_H
7 #define CURVESTYLE_H
8 
9 namespace IEC61970
10 {
11  namespace Base
12  {
13  namespace Core
14  {
18  enum class CurveStyle
19  {
24  constantYValue,
29  straightLineYValues
30  };
31 
32  }
33 
34  }
35 
36 }
37 #endif // CURVESTYLE_H
Definition: AuxiliaryEquipment.h:13