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