Functions | Variables

/scratch/npr78/temp/xspress3_api/det-software/none_vme/xspress3/lib/xspress3_mod.c File Reference

Functions

MOD_IMAGE * xsp3_mkmod (char *name, u_int32_t num_x, u_int32_t num_y, char *x_lab, char *y_lab, int data_float, mh_com **mod_head)
 Make a 2-d shared data module.
MOD_IMAGE3D * xsp3_mkmod3d (char *name, int num_x, int num_y, int num_t, char *x_lab, char *y_lab, char *t_lab, char **labels, int data_float, mh_com **mod_head)
 Make a 3-d shared data module.
u_int32 * xsp3_mod_get_ptr (void *p, int x, int y, int t)
 Calculate the pointer to a given element of a 2-d or 3-d shared data module.

Variables

char error_message []

Variable Documentation

char error_message[]