#include <GnuPlotter.h>
Inheritance diagram for GnuPlotter:
Public Methods | |
virtual bool | SetTitle (const char *text) |
GnuPlotter (void) | |
GnuPlotter (FILE *gplotpipe) | |
virtual | ~GnuPlotter (void) |
virtual bool | FlushGnuPlotter (void) |
virtual bool | SendPlotCommand (const char *commandstring) |
virtual void | Update (Subject *theChangedSubject)=0 |
Protected Attributes | |
char | title [256] |
char | buffnamevalue [256] |
char * | buffername |
int | buffattempt |
FILE * | gnuplot_pipe |
FILE * | buffer |
|
Definition at line 14 of file GnuPlotter.cpp. References buffattempt, buffer, buffername, buffnamevalue, gnuplot_pipe, and title. |
|
Definition at line 57 of file GnuPlotter.cpp. References buffattempt, buffer, buffername, buffnamevalue, and gnuplot_pipe. |
|
Definition at line 86 of file GnuPlotter.cpp. References buffer, and gnuplot_pipe. |
|
Definition at line 37 of file GnuPlotter.h. References gnuplot_pipe. Referenced by SendPlotCommand. |
|
|
Definition at line 23 of file GnuPlotter.h. References title. |
|
Implements Observer. Implemented in GnuPlotterCostObserver. |
|
Definition at line 19 of file GnuPlotter.h. Referenced by GnuPlotter. |
|
|
|
Definition at line 17 of file GnuPlotter.h. Referenced by GnuPlotter. |
|
Definition at line 20 of file GnuPlotter.h. Referenced by FlushGnuPlotter, GnuPlotter, SendPlotCommand, and ~GnuPlotter. |
|