MISR Toolkit
1.5.1
win64
HDF5_1.8.21
include
h5tools_ref.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
#ifndef H5TOOLS_REF_H__
15
#define H5TOOLS_REF_H__
16
17
#include "
hdf5.h
"
18
19
#ifdef __cplusplus
20
extern
"C"
{
21
#endif
22
23
H5TOOLS_DLL
herr_t
fill_ref_path_table
(
hid_t
fid);
24
H5TOOLS_DLL
const
char
*
lookup_ref_path
(
haddr_t
ref
);
25
H5TOOLS_DLL
int
get_next_xid
(
void
);
26
H5TOOLS_DLL
haddr_t
get_fake_xid
(
void
);
27
H5TOOLS_DLL
haddr_t
ref_path_table_lookup
(
const
char
*);
28
H5TOOLS_DLL
haddr_t
ref_path_table_gen_fake
(
const
char
*);
29
H5TOOLS_DLL
int
term_ref_path_table
(
void
);
30
31
#ifdef __cplusplus
32
}
33
#endif
34
35
#endif
36
H5TOOLS_DLL
#define H5TOOLS_DLL
Definition:
H5api_adpt.h:260
herr_t
int herr_t
Definition:
H5public.h:124
hdf5.h
fill_ref_path_table
H5TOOLS_DLL herr_t fill_ref_path_table(hid_t fid)
term_ref_path_table
H5TOOLS_DLL int term_ref_path_table(void)
haddr_t
uint64_t haddr_t
Definition:
H5public.h:182
ref_path_table_lookup
H5TOOLS_DLL haddr_t ref_path_table_lookup(const char *)
ref
HDFFCLIBAPI intf intf * ref
Definition:
hproto_fortran.h:51
lookup_ref_path
H5TOOLS_DLL const char * lookup_ref_path(haddr_t ref)
hid_t
int hid_t
Definition:
H5Ipublic.h:54
ref_path_table_gen_fake
H5TOOLS_DLL haddr_t ref_path_table_gen_fake(const char *)
get_next_xid
H5TOOLS_DLL int get_next_xid(void)
get_fake_xid
H5TOOLS_DLL haddr_t get_fake_xid(void)
MISR Toolkit - Copyright © 2005 - 2020 Jet Propulsion Laboratory
Generated on Fri Jun 19 2020 22:49:53