IEC61970 17v07
Public Attributes | List of all members
IEC61970::Base::Core::CurveData Class Reference

#include <CurveData.h>

Inheritance diagram for IEC61970::Base::Core::CurveData:
Inheritance graph
[legend]
Collaboration diagram for IEC61970::Base::Core::CurveData:
Collaboration graph
[legend]

Public Attributes

IEC61970::Base::Domain::Float xvalue
 
IEC61970::Base::Domain::Float y1value
 
IEC61970::Base::Domain::Float y2value
 
IEC61970::Base::Domain::Float y3value
 

Detailed Description

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.

Member Data Documentation

◆ xvalue

IEC61970::Base::Domain::Float IEC61970::Base::Core::CurveData::xvalue

The data value of the X-axis variable, depending on the X-axis units.

◆ y1value

IEC61970::Base::Domain::Float IEC61970::Base::Core::CurveData::y1value

The data value of the first Y-axis variable, depending on the Y-axis units.

◆ y2value

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.

◆ y3value

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.


The documentation for this class was generated from the following files: