MISR Toolkit  1.5.1
H5FDcore.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 sec2 driver.
19  */
20 #ifndef H5FDcore_H
21 #define H5FDcore_H
22 
23 #include "H5Ipublic.h"
24 
25 #define H5FD_CORE (H5FD_core_init())
26 
27 #ifdef __cplusplus
28 extern "C" {
29 #endif
31 H5_DLL void H5FD_core_term(void);
32 H5_DLL herr_t H5Pset_fapl_core(hid_t fapl_id, size_t increment,
33  hbool_t backing_store);
34 H5_DLL herr_t H5Pget_fapl_core(hid_t fapl_id, size_t *increment/*out*/,
35  hbool_t *backing_store/*out*/);
36 #ifdef __cplusplus
37 }
38 #endif
39 
40 #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 void H5FD_core_term(void)
H5_DLL hid_t H5FD_core_init(void)
int hid_t
Definition: H5Ipublic.h:54
H5_DLL herr_t H5Pget_fapl_core(hid_t fapl_id, size_t *increment, hbool_t *backing_store)
H5_DLL herr_t H5Pset_fapl_core(hid_t fapl_id, size_t increment, hbool_t backing_store)

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