#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <stdarg.h>
#include <grass/gis.h>
#include "G.h"
#include <grass/glocale.h>
Go to the source code of this file.
Functions | |
int | G_debug (int level, char *msg,...) |
int | G_dump (int fd) |
dumps status of various GIS parameters |
int G_debug | ( | int | level, | |
char * | msg, | |||
... | ||||
) |
Definition at line 29 of file debug.c.
References G__getenv(), G_warning(), getenv(), and NULL.
Referenced by G__home(), G__read_Cell_head(), G__read_Cell_head_array(), G_adjust_Cell_head(), G_adjust_Cell_head3(), G_available_mapsets(), G_getl2(), G_parser(), G_plot_icon(), G_recreate_command(), and G_str_to_color().
int G_dump | ( | int | fd | ) |
dumps status of various GIS parameters
Dumps status of various GIS parameters of a particular file descriptor..
int | fd |
Definition at line 85 of file debug.c.
References fileinfo::C1, fileinfo::C2, fileinfo::cellhd, fileinfo::col_map, fileinfo::cur_nbytes, fileinfo::cur_row, fileinfo::data, fileinfo::fp_range, G_message(), fileinfo::io_error, fileinfo::map_type, fileinfo::mapset, fileinfo::min_null_row, fileinfo::name, fileinfo::nbytes, fileinfo::null_cur_row, fileinfo::null_file_exists, fileinfo::NULL_ROWS, NULL_ROWS_INMEM, fileinfo::null_temp_name, fileinfo::null_work_buf, fileinfo::open_mode, fileinfo::quant, fileinfo::range, fileinfo::reclass, fileinfo::reclass_flag, fileinfo::row_ptr, fileinfo::statf, fileinfo::temp_name, fileinfo::want_histogram, and fileinfo::xdrstream.