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
H5FDsplitter.h File Reference

Data Structures

struct  H5FD_splitter_vfd_config_t
 

Macros

#define H5FD_SPLITTER   (H5FDperform_init(H5FD_splitter_init))
 
#define H5FD_SPLITTER_VALUE   H5_VFD_SPLITTER
 
#define H5FD_CURR_SPLITTER_VFD_CONFIG_VERSION   1
 
#define H5FD_SPLITTER_PATH_MAX   4096
 
#define H5FD_SPLITTER_MAGIC   0x2B916880
 

Functions

H5_DLL herr_t H5Pset_fapl_splitter (hid_t fapl_id, H5FD_splitter_vfd_config_t *config_ptr)
 Sets the file access property list to use the splitter driver.
 
H5_DLL herr_t H5Pget_fapl_splitter (hid_t fapl_id, H5FD_splitter_vfd_config_t *config_ptr)
 Gets splitter driver properties from the the file access property list.
 

Macro Definition Documentation

◆ H5FD_CURR_SPLITTER_VFD_CONFIG_VERSION

#define H5FD_CURR_SPLITTER_VFD_CONFIG_VERSION   1

The version of the H5FD_splitter_vfd_config_t structure used

◆ H5FD_SPLITTER

#define H5FD_SPLITTER   (H5FDperform_init(H5FD_splitter_init))

Initializer for the splitter VFD

◆ H5FD_SPLITTER_MAGIC

#define H5FD_SPLITTER_MAGIC   0x2B916880

Semi-unique constant used to help identify structure pointers

◆ H5FD_SPLITTER_PATH_MAX

#define H5FD_SPLITTER_PATH_MAX   4096

Maximum length of a filename/path string in the Write-Only channel, including the NULL-terminator.

◆ H5FD_SPLITTER_VALUE

#define H5FD_SPLITTER_VALUE   H5_VFD_SPLITTER

Identifier for the splitter VFD