GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
loc_io.c File Reference
#include <grass/config.h>
#include <errno.h>
#include <signal.h>
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include <grass/gis.h>
#include <grass/glocale.h>
#include <grass/raster.h>
#include <grass/graphics.h>
#include "driver.h"
#include "transport.h"
#include "open.h"
#include "pad.h"
Include dependency graph for loc_io.c:

Go to the source code of this file.

Functions

struct driverPNG_Driver (void)
 
struct driverPS_Driver (void)
 
int LOC_open_driver (void)
 
int LOC__open_quiet (void)
 
void LOC_stabilize (void)
 
void LOC_kill_driver (void)
 
void LOC_close_driver (void)
 
void LOC_release_driver (void)
 

Function Documentation

int LOC__open_quiet ( void  )

Definition at line 70 of file loc_io.c.

void LOC_close_driver ( void  )

Definition at line 85 of file loc_io.c.

References COM_Client_Close(), LOC_kill_driver(), and LOC_stabilize().

void LOC_kill_driver ( void  )

Definition at line 80 of file loc_io.c.

References COM_Graph_close().

Referenced by LOC_close_driver().

int LOC_open_driver ( void  )

Definition at line 54 of file loc_io.c.

References COM_Client_Open(), G_strcasecmp(), getenv(), LIB_init(), NULL, OK, PNG_Driver(), and PS_Driver().

void LOC_release_driver ( void  )

Definition at line 92 of file loc_io.c.

References COM_Client_Close(), and LOC_stabilize().

void LOC_stabilize ( void  )

Definition at line 75 of file loc_io.c.

References COM_Respond().

Referenced by LOC_close_driver(), and LOC_release_driver().