#include <eoGnuplot.h>
Inheritance diagram for eoGnuplot:

Public Member Functions | |
| eoGnuplot (std::string _title, std::string _extra=std::string("")) | |
| Open pipe to Gnuplot. | |
| virtual | ~eoGnuplot () |
| Destructor. | |
| virtual std::string | className () const |
| Class name. | |
| void | gnuplotCommand (const char *_command) |
| Send command to gnuplot. | |
| void | gnuplotCommand (std::string _command) |
| Send command to gnuplot. | |
Protected Member Functions | |
| void | initGnuPlot (std::string _title, std::string _extra) |
| Initialize gnuplot. | |
Protected Attributes | |
| bool | firstTime |
| The stats might be unknown in Ctor. | |
| PCom * | gpCom |
| Communication with gnuplot OK. | |
Static Protected Attributes | |
| unsigned | numWindow = 0 |
| Internal counter for gnuplot windows. | |
This class is the abstract class that will be used by further gnuplot calls to plots what is already written by some eoMonitor into a file
Definition at line 38 of file eoGnuplot.h.
|
||||||||||||
|
Open pipe to Gnuplot.
Definition at line 37 of file eoGnuplot.cpp. References initGnuPlot(). |
|
|
Destructor. Close the gnuplot windows if pipe was correctly opened Definition at line 45 of file eoGnuplot.cpp. References gpCom. |
|
|
Send command to gnuplot. This is an overloaded member function, provided for convenience. It differs from the above function only in what argument(s) it accepts. Definition at line 66 of file eoGnuplot.h. |
|
||||||||||||
|
Initialize gnuplot.
Definition at line 70 of file eoGnuplot.cpp. References gpCom, and numWindow. Referenced by eoGnuplot(). |
1.3.9.1