|
MISR Toolkit
1.5.1
|
#include "H5public.h"Go to the source code of this file.
Enumerations | |
| enum | H5C_cache_incr_mode { H5C_incr__off, H5C_incr__threshold } |
| enum | H5C_cache_flash_incr_mode { H5C_flash_incr__off, H5C_flash_incr__add_space } |
| enum | H5C_cache_decr_mode { H5C_decr__off, H5C_decr__threshold, H5C_decr__age_out, H5C_decr__age_out_with_threshold } |
| enum H5C_cache_decr_mode |
| Enumerator | |
|---|---|
| H5C_decr__off | |
| H5C_decr__threshold | |
| H5C_decr__age_out | |
| H5C_decr__age_out_with_threshold | |
Definition at line 48 of file H5Cpublic.h.
| Enumerator | |
|---|---|
| H5C_flash_incr__off | |
| H5C_flash_incr__add_space | |
Definition at line 42 of file H5Cpublic.h.
| enum H5C_cache_incr_mode |
| Enumerator | |
|---|---|
| H5C_incr__off | |
| H5C_incr__threshold | |
Definition at line 36 of file H5Cpublic.h.