Gray C++ Libraries  0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
GrayGraph::CGraphPoint Class Reference

#include <cGraphData.h>

Public Member Functions

 CGraphPoint ()
 
 CGraphPoint (GraphVal_t val, CGraphTime time)
 

Public Attributes

GraphTime_t m_time
 x = time when did this sample occur? CGraphTime More...
 
GraphVal_t m_val
 y = value to plot. More...
 

Detailed Description

A single data sample/point with its time stamp.

Constructor & Destructor Documentation

◆ CGraphPoint() [1/2]

GrayGraph::CGraphPoint::CGraphPoint ( )
inline

◆ CGraphPoint() [2/2]

GrayGraph::CGraphPoint::CGraphPoint ( GraphVal_t  val,
CGraphTime  time 
)
inline

Member Data Documentation

◆ m_time

GraphTime_t GrayGraph::CGraphPoint::m_time

x = time when did this sample occur? CGraphTime

◆ m_val

GraphVal_t GrayGraph::CGraphPoint::m_val

y = value to plot.


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