HDF5 1.14.5
API Reference
|
Data Structures | |
struct | H5FD_mirror_fapl_t |
Configuration structure for H5Pset_fapl_mirror() / H5Pget_fapl_mirror() More... | |
Macros | |
#define | H5FD_MIRROR (H5FDperform_init(H5FD_mirror_init)) |
#define | H5FD_MIRROR_VALUE H5_VFD_MIRROR |
#define | H5FD_MIRROR_FAPL_MAGIC 0xF8DD514C |
#define | H5FD_MIRROR_CURR_FAPL_T_VERSION 1 |
#define | H5FD_MIRROR_MAX_IP_LEN 45 /* Max size of an IPv4-mapped IPv6 address */ |
Functions | |
H5_DLL herr_t | H5Pget_fapl_mirror (hid_t fapl_id, H5FD_mirror_fapl_t *fa_out) |
Queries a File Access Property List for H5FD_MIRROR file driver properties. | |
H5_DLL herr_t | H5Pset_fapl_mirror (hid_t fapl_id, H5FD_mirror_fapl_t *fa) |
Modifies the file access property list to use the H5FD_MIRROR driver. | |
#define H5FD_MIRROR (H5FDperform_init(H5FD_mirror_init)) |
Initializer for the mirror VFD
#define H5FD_MIRROR_CURR_FAPL_T_VERSION 1 |
The version number of the H5FD_mirror_fapl_t configuration structure for the H5FD_MIRROR driver
#define H5FD_MIRROR_FAPL_MAGIC 0xF8DD514C |
Magic number to identify the H5FD_mirror_fapl_t struct
#define H5FD_MIRROR_MAX_IP_LEN 45 /* Max size of an IPv4-mapped IPv6 address */ |
Max size of the remote_ip array in H5FD_mirror_fapl_t
#define H5FD_MIRROR_VALUE H5_VFD_MIRROR |
Identifier for the mirror VFD