HDF5 2.0.0.258fa78
API Reference
|
#include "H5FDpublic.h"
Data Structures | |
struct | H5FD_splitter_vfd_config_t |
Macros | |
#define | H5FD_SPLITTER (H5OPEN H5FD_SPLITTER_id_g) |
#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 | |
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. | |
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 (H5OPEN H5FD_SPLITTER_id_g) |
ID 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