![]() |
HDF5
1.15.0.157dda4
API Reference
|
This module contains Fortran interfaces for H5E functions. More...
Functions/Subroutines | |
subroutine | h5eclear_f (hdferr, estack_id) |
Clears the error stack for the current thread. More... | |
subroutine | h5eprint_f (hdferr, name) |
Prints the error stack in a default manner. More... | |
subroutine | h5eget_major_f (error_no, name, namelen, hdferr) |
Returns a character string describing an error specified by a major error number. More... | |
subroutine | h5eget_minor_f (error_no, name, hdferr) |
Returns a character string describing an error specified by a minor error number. More... | |
subroutine | h5eset_auto_f (printflag, hdferr, estack_id, func, client_data) |
Returns settings for automatic error stack traversal function and its data. More... | |
Variables | |
integer, parameter | printon = 1 |
Turn on automatic printing of errors. More... | |
integer, parameter | printoff = 0 |
Turn off automatic printing of errors. More... | |
This module contains Fortran interfaces for H5E functions.
integer, parameter printoff = 0 |
Turn off automatic printing of errors.
integer, parameter printon = 1 |
Turn on automatic printing of errors.