H5Tregister
fn
herr_t H5Tregister(H5T_pers_t pers, const char * name, hid_t src_id,
hid_t dst_id, H5T_conv_t func)Registers a datatype conversion function.
Parameters
pers | Persistence: H5T_PERS_HARD or H5T_PERS_SOFT |
name | Name for the conversion function |
src_id | Source datatype identifier |
dst_id | Destination datatype identifier |
func | Conversion function to register |
Returns
Non-negative on success, negative on failure.