Please, help us to better serve our user community by answering the following short survey: https://www.hdfgroup.org/website-survey/
HDF5  1.15.0
API Reference
 
Loading...
Searching...
No Matches
h5vl Module Reference

This module contains Fortran interfaces for H5VL (VOL) functions. More...

Functions/Subroutines

subroutine h5vlregister_connector_by_name_f (name, vol_id, hdferr, vipl_id)
 Registers a new VOL connector as a member of the virtual object layer class by name.
 
subroutine h5vlregister_connector_by_value_f (connector_value, vol_id, hdferr, vipl_id)
 Registers a new VOL connector by value.
 
subroutine h5vlis_connector_registered_by_name_f (name, registered, hdferr)
 Determines whether a VOL class has been registered or not ccording to a specified connector name.
 
subroutine h5vlis_connector_registered_by_value_f (value, registered, hdferr)
 Determines whether a VOL class has been registered or not according to a specified connector value (ID).
 
subroutine h5vlget_connector_id_f (obj_id, vol_id, hdferr)
 Retrieves the ID for a registered VOL connector.
 
subroutine h5vlget_connector_id_by_name_f (name, vol_id, hdferr)
 Retrieves the ID for a registered VOL connector.
 
subroutine h5vlget_connector_id_by_value_f (value, vol_id, hdferr)
 Retrieves the ID for a registered VOL connector.
 
subroutine h5vlget_connector_name_f (obj_id, name, hdferr, name_len)
 Retrieves a connector name for a VOL.
 
subroutine h5vlclose_f (vol_id, hdferr)
 Closes a VOL connector ID.
 
subroutine h5vlunregister_connector_f (plugin_id, hdferr)
 Removes a VOL connector ID from the library.
 
subroutine h5vlnative_addr_to_token_f (loc_id, addr, token, hdferr)
 Retrieves the token representation from an address for a location identifier.
 
subroutine h5vlnative_token_to_addr_f (loc_id, token, addr, hdferr)
 Retrieves the object address from a token representation for a location identifier.
 

Detailed Description

This module contains Fortran interfaces for H5VL (VOL) functions.