|
RTP Trace System
1.0
|
GNUPlot Data. More...
#include <gnuplot.h>
Public Member Functions | |
| GNUPlotData () | |
| ~GNUPlotData () | |
| bool | open (const char *prefix) |
| void | close () |
Public Attributes | |
| bool | Ready |
| String | Name |
| ofstream | Stream |
GNUPlot Data.
This is a GNUplot data writer class.
Constructor.
Destructor.
| void Coral::GNUPlotData::close | ( | ) |
Close data file.
| bool Coral::GNUPlotData::open | ( | const char * | prefix | ) |
Open data file. The extension ".data" will be added automatically.
| prefix | Name prefix. |
Name of the output file.
True, if output stream is opened; false otherwise.
| ofstream Coral::GNUPlotData::Stream |
Output stream.