![]() |
HDF5 Last Updated on 2025-10-28
The HDF5 Field Guide
|
#include "H5FDpublic.h"Data Structures | |
| struct | H5FD_mirror_fapl_t |
| Configuration structure for H5Pset_fapl_mirror() / H5Pget_fapl_mirror() More... | |
Macros | |
| #define | H5FD_MIRROR (H5OPEN H5FD_MIRROR_id_g) |
| #define | H5FD_MIRROR_CURR_FAPL_T_VERSION 1 |
| #define | H5FD_MIRROR_FAPL_MAGIC 0xF8DD514C |
| #define | H5FD_MIRROR_MAX_IP_LEN 45 /* Max size of an IPv4-mapped IPv6 address */ |
| #define | H5FD_MIRROR_VALUE H5_VFD_MIRROR |
Functions | |
| 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. | |
| 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 (H5OPEN H5FD_MIRROR_id_g) |
ID 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