MISR Toolkit  1.5.1
H5FDpkg.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: Quincey Koziol <koziol@hdfgroup.org>
16  * Thursday, January 3, 2008
17  *
18  * Purpose: This file contains declarations which are visible only within
19  * the H5FD package. Source files outside the H5FD package should
20  * include H5FDprivate.h instead.
21  */
22 #ifndef H5FD_PACKAGE
23 #error "Do not include this file outside the H5FD package!"
24 #endif
25 
26 #ifndef _H5FDpkg_H
27 #define _H5FDpkg_H
28 
29 /* Get package's private header */
30 #include "H5FDprivate.h" /* File drivers */
31 
32 /* Other private headers needed by this file */
33 #include "H5FLprivate.h" /* Free lists */
34 
35 /**************************/
36 /* Package Private Macros */
37 /**************************/
38 
39 
40 /****************************/
41 /* Package Private Typedefs */
42 /****************************/
43 
44 
45 /*****************************/
46 /* Package Private Variables */
47 /*****************************/
48 
49 
50 /******************************/
51 /* Package Private Prototypes */
52 /******************************/
53 H5_DLL herr_t H5FD_init(void);
55  hsize_t size, haddr_t *align_addr, hsize_t *align_size);
57  haddr_t addr, hsize_t size);
58 
59 
60 /* Testing routines */
61 #ifdef H5FD_TESTING
62 #endif /* H5FD_TESTING */
63 
64 #endif /* _H5FDpkg_H */
65 
H5_DLL herr_t H5FD_init(void)
#define H5_DLL
Definition: H5api_adpt.h:256
int herr_t
Definition: H5public.h:124
unsigned long long hsize_t
Definition: H5public.h:169
uint64_t haddr_t
Definition: H5public.h:182
H5_DLL haddr_t H5FD_alloc_real(H5FD_t *file, hid_t dxpl_id, H5FD_mem_t type, hsize_t size, haddr_t *align_addr, hsize_t *align_size)
HDFFCLIBAPI intf * size
int hid_t
Definition: H5Ipublic.h:54
enum H5F_mem_t H5FD_mem_t
Definition: H5FDpublic.h:28
H5_DLL herr_t H5FD_free_real(H5FD_t *file, hid_t dxpl_id, H5FD_mem_t type, haddr_t addr, hsize_t size)
HDFFCLIBAPI intf intf intf * type

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