MISR Toolkit
1.5.1
win64
HDF5_1.8.21
include
H5Cpublic.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
*
16
* Created: H5Cpublic.h
17
* June 4, 2005
18
* John Mainzer
19
*
20
* Purpose: Public include file for cache functions.
21
*
22
* Modifications:
23
*
24
*-------------------------------------------------------------------------
25
*/
26
#ifndef _H5Cpublic_H
27
#define _H5Cpublic_H
28
29
/* Public headers needed by this file */
30
#include "
H5public.h
"
31
32
#ifdef __cplusplus
33
extern
"C"
{
34
#endif
35
36
enum
H5C_cache_incr_mode
37
{
38
H5C_incr__off
,
39
H5C_incr__threshold
40
};
41
42
enum
H5C_cache_flash_incr_mode
43
{
44
H5C_flash_incr__off
,
45
H5C_flash_incr__add_space
46
};
47
48
enum
H5C_cache_decr_mode
49
{
50
H5C_decr__off
,
51
H5C_decr__threshold
,
52
H5C_decr__age_out
,
53
H5C_decr__age_out_with_threshold
54
};
55
56
#ifdef __cplusplus
57
}
58
#endif
59
#endif
H5C_cache_flash_incr_mode
H5C_cache_flash_incr_mode
Definition:
H5Cpublic.h:42
H5C_incr__off
Definition:
H5Cpublic.h:38
H5public.h
H5C_decr__off
Definition:
H5Cpublic.h:50
H5C_cache_decr_mode
H5C_cache_decr_mode
Definition:
H5Cpublic.h:48
H5C_decr__age_out_with_threshold
Definition:
H5Cpublic.h:53
H5C_flash_incr__add_space
Definition:
H5Cpublic.h:45
H5C_decr__threshold
Definition:
H5Cpublic.h:51
H5C_decr__age_out
Definition:
H5Cpublic.h:52
H5C_flash_incr__off
Definition:
H5Cpublic.h:44
H5C_incr__threshold
Definition:
H5Cpublic.h:39
H5C_cache_incr_mode
H5C_cache_incr_mode
Definition:
H5Cpublic.h:36
MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:52