OpenCurves
0.9
|
This section contains various plot data sources. More...
Classes | |
class | PlotExpressionGenerator |
A PlotGenerator which generated plots by evaluating PlotExpression objects. More... | |
class | PlotFile |
The PlotFile supports loading of data series from a CSV style text file. More... | |
class | PlotFileLoader |
A plot generator which loads data from CSV style text files. More... | |
class | PlotGenerator |
A curve generation thread. More... | |
class | RealTimePlot |
Generates PlotInstance objects for plotting over real-time connections. More... | |
struct | RealTimePlot::RealTimePlotInfo |
Data tracked about a real time source. More... | |
This section contains various plot data sources.
Each source derives the PlotGenerator
and is designed for background thread operation. Each data series is loaded into a PlotInstance
.