HDF5  1.12.0
H5FDmulti.h
Go to the documentation of this file.
1 /* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * *
2  * Copyright by The HDF Group. *
3  * Copyright by the Board of Trustees of the University of Illinois. *
4  * All rights reserved. *
5  * *
6  * This file is part of HDF5. The full HDF5 copyright notice, including *
7  * terms governing use, modification, and redistribution, is contained in *
8  * the COPYING file, which can be found at the root of the source code *
9  * distribution tree, or in https://support.hdfgroup.org/ftp/HDF5/releases. *
10  * If you do not have access to either file, you may request a copy from *
11  * help@hdfgroup.org. *
12  * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * */
13 
14 /*
15  * Programmer: Robb Matzke <matzke@llnl.gov>
16  * Monday, August 2, 1999
17  *
18  * Purpose: The public header file for the "multi" driver.
19  */
20 #ifndef H5FDmulti_H
21 #define H5FDmulti_H
22 
23 #define H5FD_MULTI (H5FD_multi_init())
24 
25 #ifdef __cplusplus
26 extern "C" {
27 #endif
29 H5_DLL herr_t H5Pset_fapl_multi(hid_t fapl_id, const H5FD_mem_t *memb_map,
30  const hid_t *memb_fapl, const char * const *memb_name,
31  const haddr_t *memb_addr, hbool_t relax);
32 H5_DLL herr_t H5Pget_fapl_multi(hid_t fapl_id, H5FD_mem_t *memb_map/*out*/,
33  hid_t *memb_fapl/*out*/, char **memb_name/*out*/,
34  haddr_t *memb_addr/*out*/, hbool_t *relax/*out*/);
35 H5_DLL herr_t H5Pset_fapl_split(hid_t fapl, const char *meta_ext,
36  hid_t meta_plist_id, const char *raw_ext,
37  hid_t raw_plist_id);
38 #ifdef __cplusplus
39 }
40 #endif
41 
42 #endif
43 
haddr_t
CATCH haddr_t
Definition: H5EAdblock.c:162
H5Pset_fapl_multi
H5_DLL herr_t H5Pset_fapl_multi(hid_t fapl_id, const H5FD_mem_t *memb_map, const hid_t *memb_fapl, const char *const *memb_name, const haddr_t *memb_addr, hbool_t relax)
Definition: H5FDmulti.c:424
hid_t
int64_t hid_t
Definition: H5Ipublic.h:55
H5Pset_fapl_split
H5_DLL herr_t H5Pset_fapl_split(hid_t fapl, const char *meta_ext, hid_t meta_plist_id, const char *raw_ext, hid_t raw_plist_id)
Definition: H5FDmulti.c:274
H5FD_mem_t
enum H5F_mem_t H5FD_mem_t
Definition: H5FDpublic.h:28
H5_DLL
#define H5_DLL
Definition: H5api_adpt.h:234
H5FD_multi_init
H5_DLL hid_t H5FD_multi_init(void)
Definition: H5FDmulti.c:223
herr_t
int herr_t
Definition: H5public.h:128
hbool_t
bool hbool_t
Definition: H5public.h:159
H5Pget_fapl_multi
H5_DLL herr_t H5Pget_fapl_multi(hid_t fapl_id, H5FD_mem_t *memb_map, hid_t *memb_fapl, char **memb_name, haddr_t *memb_addr, hbool_t *relax)
Definition: H5FDmulti.c:527