GRASS GIS 8 Programmer's Manual  8.4.0dev(2024)-535c39c9fc
psdriver/graph_set.c File Reference
#include <string.h>
#include <stdlib.h>
#include <stdarg.h>
#include <time.h>
#include <math.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include "psdriver.h"
Include dependency graph for psdriver/graph_set.c:

Go to the source code of this file.

Macros

#define DATE_FORMAT   "%c"
 

Functions

void write_setup (void)
 
int PS_Graph_set (void)
 
const char * PS_Graph_get_file (void)
 Get render file. More...
 
void output (const char *fmt,...)
 

Variables

struct ps_state ps
 

Macro Definition Documentation

◆ DATE_FORMAT

#define DATE_FORMAT   "%c"

Definition at line 24 of file psdriver/graph_set.c.

Function Documentation

◆ output()

◆ PS_Graph_get_file()

const char* PS_Graph_get_file ( void  )

Get render file.

Returns
file name

Definition at line 227 of file psdriver/graph_set.c.

References ps_state::outfile, and ps.

◆ PS_Graph_set()

int PS_Graph_set ( void  )

◆ write_setup()

void write_setup ( void  )

Definition at line 94 of file psdriver/graph_set.c.

References ps_state::bot, ps_state::left, output(), and ps.

Variable Documentation

◆ ps