Classes | Defines | Functions | Variables

c2gnuplot.h File Reference

#include <stdlib.h>
#include <stdio.h>
#include <sys/stat.h>
#include <string>
#include <stdarg.h>
#include <map>
Include dependency graph for c2gnuplot.h:
This graph shows which files directly or indirectly include this file:

Classes

class  gnuplot_window

Defines

#define GNPL_COMM_SIZE   2000
#define MAX_COMM_NAME_LENGTH   100
#define MAX_PATH_NAME_LENGTH   1000
#define tmp_name   "/tmp/tmpdataXXXXXXX"
#define NUMBER_OF_EXTERNAL_COMMANDS   (sizeof command_list)/MAX_COMM_NAME_LENGTH

Functions

char * get_program_path (char *pname)

Variables

unsigned int FIRST_INIT = 1
char command_list [][MAX_COMM_NAME_LENGTH] = {"gnuplot","ppmto4ym","mpeg2enc"}
map< char, char > path_list

Define Documentation

#define GNPL_COMM_SIZE   2000
#define MAX_COMM_NAME_LENGTH   100
#define MAX_PATH_NAME_LENGTH   1000
#define NUMBER_OF_EXTERNAL_COMMANDS   (sizeof command_list)/MAX_COMM_NAME_LENGTH
#define tmp_name   "/tmp/tmpdataXXXXXXX"

Function Documentation

char* get_program_path ( char *  pname  ) 

Here is the call graph for this function:


Variable Documentation

char command_list[][MAX_COMM_NAME_LENGTH] = {"gnuplot","ppmto4ym","mpeg2enc"}
unsigned int FIRST_INIT = 1
map<char,char> path_list