PostGIS
2.4.9dev-r@@SVN_REVISION@@
|
Go to the source code of this file.
Macros | |
#define | MAX_CUNIT_MSG_LENGTH 512 |
#define | PG_ADD_TEST(suite, testfunc) CU_add_test(suite, #testfunc, testfunc) |
Typedefs | |
typedef void(* | PG_SuiteSetup) (void) |
Functions | |
void | cu_error_msg_reset (void) |
void | cu_free_raster (rt_raster raster) |
rt_band | cu_add_band (rt_raster raster, rt_pixtype pixtype, int hasnodata, double nodataval) |
Variables | |
char | cu_error_msg [MAX_CUNIT_MSG_LENGTH+1] |