H5VL_GET_CONNECTOR_ID_BY_VALUE retrieves the identifier for a registered VOL connector with the value connector_value . The identifier will need to be closed by H5VL_CLOSE. connector_value has a type of H5VL_class_value_t, which is defined in H5VLpublic.h as: typedef int H5VL_class_value_t;
Valid VOL connector identifiers can have values from 0 through 255 for connectors defined by the HDF5 library. Values 256 through 511 are available for testing new filtersconnectors. Subsequent values should be obtained by contacting the The HDF Help Desk. |