Representation of a data point used for data graphing. More...
#include <cachedplotcurvedatamodel.h>
Public Member Functions | |
| DataPoint () | |
| DataPoint (int time_t, float data) | |
Public Attributes | |
| unsigned int | time_t |
| float | data |
Representation of a data point used for data graphing.
| DataPoint::DataPoint | ( | int | time_t, | |
| float | data | |||
| ) | [inline] |
| float DataPoint::data |
Referenced by CachedPlotCurveDataModel::y().
| unsigned int DataPoint::time_t |
Referenced by CachedPlotCurveDataModel::x().
1.7.1