MISR Toolkit  1.5.1
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 #include "H5Ipublic.h"
24 #include "H5Ppublic.h" /* Property lists */
25 #include "H5Fpublic.h"
26 
27 #define H5FD_MULTI (H5FD_multi_init())
28 
29 #ifdef __cplusplus
30 extern "C" {
31 #endif
33 H5_DLL void H5FD_multi_term(void);
34 H5_DLL herr_t H5Pset_fapl_multi(hid_t fapl_id, const H5FD_mem_t *memb_map,
35  const hid_t *memb_fapl, const char * const *memb_name,
36  const haddr_t *memb_addr, hbool_t relax);
37 H5_DLL herr_t H5Pget_fapl_multi(hid_t fapl_id, H5FD_mem_t *memb_map/*out*/,
38  hid_t *memb_fapl/*out*/, char **memb_name/*out*/,
39  haddr_t *memb_addr/*out*/, hbool_t *relax/*out*/);
40 H5_DLL herr_t H5Pset_fapl_split(hid_t fapl, const char *meta_ext,
41  hid_t meta_plist_id, const char *raw_ext,
42  hid_t raw_plist_id);
43 #ifdef __cplusplus
44 }
45 #endif
46 
47 #endif
unsigned int hbool_t
Definition: H5public.h:142
#define H5_DLL
Definition: H5api_adpt.h:256
int herr_t
Definition: H5public.h:124
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)
uint64_t haddr_t
Definition: H5public.h:182
int hid_t
Definition: H5Ipublic.h:54
enum H5F_mem_t H5FD_mem_t
Definition: H5FDpublic.h:28
H5_DLL hid_t H5FD_multi_init(void)
H5_DLL void H5FD_multi_term(void)
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)
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)

MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52