![]() |
Gray C++ Libraries
0.0.2
A set of C++ libraries for MSVC, GNU on Windows, WinCE, Linux
|
#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... | |
A single data sample/point with its time stamp.
|
inline |
|
inline |
GraphTime_t GrayGraph::CGraphPoint::m_time |
x = time when did this sample occur? CGraphTime
GraphVal_t GrayGraph::CGraphPoint::m_val |
y = value to plot.