HL-HDF
|
Debug structure. More...
#include <hlhdf_debug.h>
Public Attributes | |
HL_Debug | dbgLevel |
Debug level. | |
void(* | dbgfun )(char *filename, int lineno, HL_Debug lvl, const char *fmt,...) |
Debug function. | |
int | hdf5showerror |
If hdf5 errors should be printed or not. | |
void(* | hdf5fun )(unsigned n, const H5E_error_t *rowmsg) |
the HDF5 error reporting function | |
Debug structure.
void(* hlhdf_debug_struct::dbgfun) (char *filename, int lineno, HL_Debug lvl, const char *fmt,...) |
Debug function.
HL_Debug hlhdf_debug_struct::dbgLevel |
Debug level.
void(* hlhdf_debug_struct::hdf5fun) (unsigned n, const H5E_error_t *rowmsg) |
the HDF5 error reporting function
int hlhdf_debug_struct::hdf5showerror |
If hdf5 errors should be printed or not.