_GNUPLOT_CTRL_ Struct Reference

#include <gnuplot_i.h>


Data Fields

FILE* gnucmd
int nplots
char pstyle [32]
char to_delete [GP_MAX_TMP_FILES][GP_TMP_NAME_SIZE]
int ntmp


Field Documentation

FILE * _GNUPLOT_CTRL_::gnucmd
 

Pipe to gnuplot process

Definition at line 66 of file gnuplot_i.h.

int _GNUPLOT_CTRL_::nplots
 

Number of currently active plots

Definition at line 69 of file gnuplot_i.h.

int _GNUPLOT_CTRL_::ntmp
 

Number of temporary files

Definition at line 76 of file gnuplot_i.h.

char _GNUPLOT_CTRL_::pstyle[32]
 

Current plotting style

Definition at line 71 of file gnuplot_i.h.

char _GNUPLOT_CTRL_::to_delete[GP_MAX_TMP_FILES][GP_TMP_NAME_SIZE]
 

Name of temporary files

Definition at line 74 of file gnuplot_i.h.


The documentation for this struct was generated from the following file:
Last modified: Tue Oct 23 15:29:10 2001