#include <plotlog.h>
Inheritance diagram for PlotLog:


if you need to print and plot the same data, you can use this class
Definition at line 11 of file plotlog.h.
Public Member Functions | |
| PlotLog (int buffersize, const std::string &filename="", const std::string &info="", const std::string &separator="\t") | |
| PlotLog (const std::string &filename="", const std::string &info="", const std::string &separator="\t") | |
| void | addChannel (const T &name, const std::string &title="", const std::string &style="lines") |
| add a new channel | |
| void | putData (const T &channel, double value) |
| put data in buffer | |
|
||||||||||||||||||||
|
|
|
||||||||||||||||
|
|
|
||||||||||||||||
|
add a new channel
Reimplemented from Gnuplot. |
|
||||||||||||
|
put data in buffer
Reimplemented from Gnuplot. |
1.4.5