GRASS Programmer's Manual
6.5.svn(2014)-r66266
|
#include <stdio.h>
#include <stdlib.h>
#include <sys/types.h>
#include <unistd.h>
#include <time.h>
#include <stdarg.h>
#include <rpc/types.h>
#include <rpc/xdr.h>
#include <grass/gis.h>
#include "G3d_intern.h"
Go to the source code of this file.
Functions | |
void | G3d_skipError (const char *msg) |
This function ignores the error. More... | |
void | G3d_printError (const char *msg) |
This function prints the error message msg to stderr and returns. More... | |
void | G3d_fatalError (const char *msg,...) |
This function prints the error message msg, and terminates the program with an error status. More... | |
void | G3d_fatalError_noargs (const char *msg) |
void | G3d_error (const char *msg,...) |
void G3d_error | ( | const char * | msg, |
... | |||
) |
Definition at line 75 of file g3derror.c.
Referenced by G3d__removeTile(), G3d_allocTiles(), G3d_allocTilesType(), G3d_cache_elt_ptr(), G3d_cache_flush(), G3d_cache_flush_all(), G3d_cache_get_elt(), G3d_cache_hash_new(), G3d_cache_load(), G3d_cache_lock(), G3d_cache_new(), G3d_cache_put_elt(), G3d_cache_remove_all(), G3d_cache_remove_elt(), G3d_cache_unlock(), G3d_cache_unlock_all(), G3d_closeCell(), G3d_copyFromXdr(), G3d_copyToXdr(), G3d_disposeCache(), G3d_fillHeader(), G3d_flushAllTiles(), G3d_flushIndex(), G3d_flushTile(), G3d_flushTileCube(), G3d_flushTilesInCube(), G3d_getStandard3dParams(), G3d_getTilePtr(), G3d_initCache(), G3d_initCopyFromXdr(), G3d_initCopyToXdr(), G3d_initFpXdr(), G3d_initIndex(), G3d_keyGetDouble(), G3d_keyGetInt(), G3d_keyGetString(), G3d_keyGetValue(), G3d_keySetValue(), G3d_lockTile(), G3d_malloc(), G3d_maskClose(), G3d_maskOpenOld(), G3d_maskReopen(), G3d_openCellNew(), G3d_openCellOld(), G3d_openCellOldNoHeader(), G3d_putDouble(), G3d_putFloat(), G3d_putValue(), G3d_range_write(), G3d_readDoubles(), G3d_readHeader(), G3d_readInts(), G3d_readTile(), G3d_readTileDouble(), G3d_readTileFloat(), G3d_readWindow(), G3d_realloc(), G3d_tileLoad(), G3d_unlockAll(), G3d_unlockTile(), G3d_writeDoubles(), G3d_writeHeader(), G3d_writeInts(), G3d_writeTile(), G3d_writeTileDouble(), G3d_writeTileFloat(), G_fpcompress_readXdrDoubles(), G_fpcompress_readXdrFloats(), G_fpcompress_readXdrNums(), G_fpcompress_writeXdrDouble(), G_fpcompress_writeXdrFloats(), and G_fpcompress_writeXdrNums().
void G3d_fatalError | ( | const char * | msg, |
... | |||
) |
This function prints the error message msg, and terminates the program with an error status.
\return | void |
Definition at line 58 of file g3derror.c.
References G_fatal_error().
Referenced by G3d__computeCacheSize(), G3d_adjustRegion(), G3d_adjustRegionRes(), G3d_autolockOff(), G3d_autolockOn(), G3d_beginCycle(), G3d_cache_hash_load_name(), G3d_cache_hash_remove_name(), G3d_cacheSizeEncode(), G3d_changePrecision(), G3d_changeType(), G3d_compareFiles(), G3d_externLength(), G3d_fillHeader(), G3d_flushTileCube(), G3d_flushTilesInCube(), G3d_getBlockNocache(), G3d_getDoubleRegion(), G3d_getFloatRegion(), G3d_initDefaults(), G3d_length(), G3d_location2coord(), G3d_lockTile(), G3d_longDecode(), G3d_makeAlignedVolumeFile(), G3d_minUnlocked(), G3d_openCellOld(), G3d_readDoubles(), G3d_readInts(), G3d_readTile(), G3d_retile(), G3d_setCacheLimit(), G3d_setCacheSize(), G3d_setCompressionMode(), G3d_setFileType(), G3d_setTileDimension(), G3d_unlockAll(), G3d_unlockTile(), G3d_writeAscii(), G3d_writeDoubles(), G3d_writeInts(), G3d_writeTile(), G_fpcompress_readXdrNums(), G_rle_count_only(), G_rle_decode(), G_rle_encode(), N_read_rast3d_to_array_3d(), and N_write_array_3d_to_rast3d().
void G3d_fatalError_noargs | ( | const char * | msg | ) |
Definition at line 70 of file g3derror.c.
References G_fatal_error().
Referenced by G3d_initDefaults().
void G3d_printError | ( | const char * | msg | ) |
This function prints the error message msg to stderr and returns.
\return | void |
Definition at line 40 of file g3derror.c.
Referenced by G3d_initDefaults().
void G3d_skipError | ( | const char * | msg | ) |