Public Member Functions | Public Attributes

DataPoint Struct Reference

Representation of a data point used for data graphing. More...

#include <cachedplotcurvedatamodel.h>

List of all members.

Public Member Functions

 DataPoint ()
 DataPoint (int time_t, float data)

Public Attributes

unsigned int time_t
float data

Detailed Description

Representation of a data point used for data graphing.


Constructor & Destructor Documentation

DataPoint::DataPoint (  )  [inline]

: time_t(0), data(0){}

DataPoint::DataPoint ( int  time_t,
float  data 
) [inline]

                                     {
        this->time_t = time_t;
        this->data = data;
    }


Member Data Documentation

unsigned int DataPoint::time_t

The documentation for this struct was generated from the following file: