HDF5 1.14.5
API 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. | |
#define H5FD_CURR_SPLITTER_VFD_CONFIG_VERSION 1 |
The version of the H5FD_splitter_vfd_config_t structure used
#define H5FD_SPLITTER (H5FDperform_init(H5FD_splitter_init)) |
Initializer for the splitter VFD
#define H5FD_SPLITTER_MAGIC 0x2B916880 |
Semi-unique constant used to help identify structure pointers
#define H5FD_SPLITTER_PATH_MAX 4096 |
Maximum length of a filename/path string in the Write-Only channel, including the NULL-terminator.
#define H5FD_SPLITTER_VALUE H5_VFD_SPLITTER |
Identifier for the splitter VFD