RTP Trace System  1.0
Coral::GNUPlotData Class Reference

GNUPlot Data. More...

#include <gnuplot.h>

List of all members.

Public Member Functions

 GNUPlotData ()
 ~GNUPlotData ()
bool open (const char *prefix)
void close ()

Public Attributes

bool Ready
String Name
ofstream Stream

Detailed Description

GNUPlot Data.

This is a GNUplot data writer class.

Author:
Thomas Dreibholz
Version:
1.0

Constructor & Destructor Documentation


Member Function Documentation

Close data file.

bool Coral::GNUPlotData::open ( const char *  prefix)

Open data file. The extension ".data" will be added automatically.

Parameters:
prefixName prefix.
Returns:
true, if file has been opened; false otherwise.

Member Data Documentation

Name of the output file.

True, if output stream is opened; false otherwise.

Output stream.


The documentation for this class was generated from the following files:
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Defines