HDF5 1.14.5
API Reference
|
#include <src/H5FDsplitter.h>
Configuration options for setting up the Splitter VFD
Data Fields | |
int32_t | magic |
unsigned int | version |
hid_t | rw_fapl_id |
hid_t | wo_fapl_id |
char | wo_path [4096+1] |
char | log_file_path [4096+1] |
hbool_t | ignore_wo_errs |
hbool_t ignore_wo_errs |
Whether to ignore errors on the write-only channel
char log_file_path[4096+1] |
Path to the log file, which will be created on HDF5 file open (existing files will be clobbered). Can be NULL, in which case no logging output is generated.
int32_t magic |
Magic number to identify this struct. Must be H5FD_SPLITTER_MAGIC
.
hid_t rw_fapl_id |
File-access property list for setting up the read/write channel. Can be H5P_DEFAULT
.
unsigned int version |
Version number of this struct. Currently must be H5FD_CURR_SPLITTER_VFD_CONFIG_VERSION
.
hid_t wo_fapl_id |
File-access property list for setting up the read-only channel. The selected VFD must support the H5FD_FEAT_DEFAULT_VFD_COMPATIBLE
flag. Can be H5P_DEFAULT
.
char wo_path[4096+1] |
Path to the write-only file