#include <CurveData.h>


Public Attributes | |
| IEC61970::Base::Domain::Float | xvalue | 
| IEC61970::Base::Domain::Float | y1value | 
| IEC61970::Base::Domain::Float | y2value | 
| IEC61970::Base::Domain::Float | y3value | 
Multi-purpose data points for defining a curve. The use of this generic class is discouraged if a more specific class can be used to specify the x and y axis values along with their specific data types.
| IEC61970::Base::Domain::Float IEC61970::Base::Core::CurveData::xvalue | 
The data value of the X-axis variable, depending on the X-axis units.
| IEC61970::Base::Domain::Float IEC61970::Base::Core::CurveData::y1value | 
The data value of the first Y-axis variable, depending on the Y-axis units.
| IEC61970::Base::Domain::Float IEC61970::Base::Core::CurveData::y2value | 
The data value of the second Y-axis variable (if present), depending on the Y- axis units.
| IEC61970::Base::Domain::Float IEC61970::Base::Core::CurveData::y3value | 
The data value of the third Y-axis variable (if present), depending on the Y- axis units.
 1.8.13