GRASS Programmer's Manual  6.5.svn(2014)-r66266
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
com_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 dependency graph for com_io.c:

Go to the source code of this file.

Functions

int R_open_driver (void)
 
void R__open_quiet (void)
 
void R_stabilize (void)
 
void R_kill_driver (void)
 
void R_close_driver (void)
 
void R_release_driver (void)
 

Variables

struct transport loc_trans
 
struct transporttrans
 

Function Documentation

void R__open_quiet ( void  )

Definition at line 187 of file com_io.c.

References transport::open_quiet.

void R_close_driver ( void  )

Definition at line 203 of file com_io.c.

References transport::close_driver.

void R_kill_driver ( void  )

Definition at line 198 of file com_io.c.

References transport::kill_driver.

int R_open_driver ( void  )

Definition at line 181 of file com_io.c.

References transport::open_driver.

void R_release_driver ( void  )

Definition at line 208 of file com_io.c.

References transport::release_driver.

void R_stabilize ( void  )

Definition at line 193 of file com_io.c.

References transport::stabilize.

Referenced by LOC_panel_delete(), LOC_panel_restore(), LOC_panel_save(), and R_flush().

Variable Documentation

struct transport loc_trans

Definition at line 19 of file com_io.c.