pmm  1.0.0
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros
Data Fields
_GNUPLOT_CTRL_ Struct Reference

#include <gnuplot_i.h>

Data Fields

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

Detailed Description

Definition at line 76 of file gnuplot_i.h.

Field Documentation

char _GNUPLOT_CTRL_::axes[10]

Axes to plot on

Definition at line 85 of file gnuplot_i.h.

FILE* _GNUPLOT_CTRL_::gnucmd

Pipe to gnuplot process

Definition at line 78 of file gnuplot_i.h.

int _GNUPLOT_CTRL_::nplots

Number of currently active plots

Definition at line 81 of file gnuplot_i.h.

int _GNUPLOT_CTRL_::ntmp

Number of temporary files

Definition at line 92 of file gnuplot_i.h.

char _GNUPLOT_CTRL_::pstyle[32]

Current plotting style

Definition at line 83 of file gnuplot_i.h.

char _GNUPLOT_CTRL_::term[32]

Definition at line 87 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 90 of file gnuplot_i.h.


The documentation for this struct was generated from the following file: