HL-HDF
hlhdf_debug_struct Struct Reference

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
 

Detailed Description

Debug structure.

Member Data Documentation

◆ dbgfun

void(* hlhdf_debug_struct::dbgfun) (char *filename, int lineno, HL_Debug lvl, const char *fmt,...)

Debug function.

◆ dbgLevel

HL_Debug hlhdf_debug_struct::dbgLevel

Debug level.

◆ hdf5fun

void(* hlhdf_debug_struct::hdf5fun) (unsigned n, const H5E_error_t *rowmsg)

the HDF5 error reporting function

◆ hdf5showerror

int hlhdf_debug_struct::hdf5showerror

If hdf5 errors should be printed or not.


The documentation for this struct was generated from the following file: