H5Eset_auto1
(
H5E_auto1_t func
,
void *client_data
)
H5Eset_auto1
turns on or off automatic printing of
errors. When turned on (non-null func
pointer),
any API function which returns an error indication will
first call func
, passing it client_data
as an argument.
When the library is first initialized the auto printing function
is set to H5Eprint1
(cast appropriately) and
client_data
is the standard error stream pointer,
stderr
.
Automatic stack traversal is always in the
H5E_WALK_DOWNWARD
direction.
H5E_auto1_t func |
IN: Function to be called upon an error condition. |
void *client_data |
IN: Data passed to the error function. |
H5Eset_auto
.
Release | C |
1.8.0 |
Function H5Eset_auto renamed to
H5Eset_auto1 and deprecated
in this release. |