MISR Toolkit  1.5.1
H5f90proto.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 #ifndef _H5f90proto_H
16 #define _H5f90proto_H
17 
18 #include "H5public.h"
19 
20 H5_FCDLL char * HD5f2cstring (_fcd fdesc, size_t len);
21 H5_FCDLL void HD5packFstring(char *src, char *dest, size_t len);
22 
23 
24 /*
25  * Storage info struct used by H5O_info_t and H5F_info_t
26  * interoperable with Fortran.
27  */
28 typedef struct H5_ih_info_t_f {
29  hsize_t index_size; /* btree and/or list */
32 
33 /* Information struct for object header metadata (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx)
34  * interoperable with Fortran.
35  */
36 typedef struct H5O_hdr_info_t_f {
37  int_f version; /* Version number of header format in file */
38  int_f nmesgs; /* Number of object header messages */
39  int_f nchunks; /* Number of object header chunks */
40  int_f flags; /* Object header status flags */
41  struct {
42  hsize_t total; /* Total space for storing object header in file */
43  hsize_t meta; /* Space within header for object header metadata information */
44  hsize_t mesg; /* Space within header for actual message information */
45  hsize_t free; /* Free space within object header */
46  } space;
47  struct {
48  uint64_t present; /* Flags to indicate presence of message type in header */
49  uint64_t shared; /* Flags to indicate message type is shared in header */
50  } mesg;
52 
53 /* Information struct for object (for H5Oget_info/H5Oget_info_by_name/H5Oget_info_by_idx)
54  * interoperable with Fortran.
55  */
56 typedef struct H5O_info_t_f {
57  unsigned long fileno; /* File number that object is located in */
58  haddr_t_f addr; /* Object address in file */
59  int type; /* Basic object type (group, dataset, etc.) */
60  int_f rc; /* Reference count of object */
61  int_f atime[8]; /* Access time */
62  int_f mtime[8]; /* Modification time */
63  int_f ctime[8]; /* Change time */
64  int_f btime[8]; /* Birth time */
65  hsize_t num_attrs; /* # of attributes attached to object */
66  H5O_hdr_info_t_f hdr; /* Object header information */
67  /* Extra metadata storage for obj & attributes */
68  struct {
69  H5_ih_info_t_f obj; /* v1/v2 B-tree & local/fractal heap for groups, B-tree for chunked datasets */
70  H5_ih_info_t_f attr; /* v2 B-tree & heap for attributes */
71  } meta_size;
72 } H5O_info_t_f;
73 
74 
75 /*
76  * Functions from H5Ff.c
77  */
78 #define nh5fcreate_c H5_FC_FUNC_(h5fcreate_c, H5FCREATE_C)
79 #define nh5fflush_c H5_FC_FUNC_(h5fflush_c, H5FFLUSH_C)
80 #define nh5fclose_c H5_FC_FUNC_(h5fclose_c, H5FCLOSE_C)
81 #define nh5fopen_c H5_FC_FUNC_(h5fopen_c, H5FOPEN_C)
82 #define nh5fis_hdf5_c H5_FC_FUNC_(h5fis_hdf5_c, H5FIS_HDF5_C)
83 #define nh5fmount_c H5_FC_FUNC_(h5fmount_c, H5FMOUNT_C)
84 #define nh5funmount_c H5_FC_FUNC_(h5funmount_c, H5FUNMOUNT_C)
85 #define nh5freopen_c H5_FC_FUNC_(h5freopen_c, H5FREOPEN_C)
86 #define nh5fget_create_plist_c H5_FC_FUNC_(h5fget_create_plist_c, H5FGET_CREATE_PLIST_C)
87 #define nh5fget_access_plist_c H5_FC_FUNC_(h5fget_access_plist_c, H5FGET_ACCESS_PLIST_C)
88 #define nh5fget_obj_count_c H5_FC_FUNC_(h5fget_obj_count_c, H5FGET_OBJ_COUNT_C)
89 #define nh5fget_obj_ids_c H5_FC_FUNC_(h5fget_obj_ids_c, H5FGET_OBJ_IDS_C)
90 #define nh5fget_freespace_c H5_FC_FUNC_(h5fget_freespace_c, H5FGET_FREESPACE_C)
91 #define nh5fget_name_c H5_FC_FUNC_(h5fget_name_c, H5FGET_NAME_C)
92 #define nh5fget_filesize_c H5_FC_FUNC_(h5fget_filesize_c, H5FGET_FILESIZE_C)
93 
94 H5_FCDLL int_f nh5fcreate_c (_fcd name, int_f *namelen, int_f *access_flags, hid_t_f *crt_prp, hid_t_f *acc_prp, hid_t_f *file_id);
95 H5_FCDLL int_f nh5fopen_c (_fcd name, int_f *namelen, int_f *access_flags, hid_t_f *acc_prp, hid_t_f *file_id);
98 H5_FCDLL int_f nh5fmount_c (hid_t_f *loc_id, _fcd dsetname, int_f *namelen, hid_t_f *file_id, hid_t_f *acc_prp);
99 H5_FCDLL int_f nh5funmount_c (hid_t_f *loc_id, _fcd dsetname, int_f *namelen);
100 H5_FCDLL int_f nh5freopen_c (hid_t_f *file_id1, hid_t_f *file_id2);
102 H5_FCDLL int_f nh5fget_access_plist_c (hid_t_f *file_id, hid_t_f *access_id);
103 H5_FCDLL int_f nh5fget_obj_count_c (hid_t_f *file_id, int_f *obj_type, size_t_f *obj_count);
104 H5_FCDLL int_f nh5fget_obj_ids_c (hid_t_f *file_id, int_f *obj_type, size_t_f *max_objs, hid_t_f *obj_ids, size_t_f *num_objs);
105 H5_FCDLL int_f nh5fget_freespace_c (hid_t_f *file_id, hssize_t_f *free_space);
106 H5_FCDLL int_f h5fget_file_image_c(hid_t_f *file_id, void *buf_ptr, size_t_f *buf_len, size_t_f *buf_req);
107 H5_FCDLL int_f nh5fflush_c (hid_t_f *obj_id, int_f *scope);
110 
111 /*
112  * Functions from H5Sf.c
113  */
114 #define nh5screate_simple_c H5_FC_FUNC_(h5screate_simple_c, H5SCREATE_SIMPLE_C)
115 #define nh5sclose_c H5_FC_FUNC_(h5sclose_c, H5SCLOSE_C)
116 #define nh5screate_c H5_FC_FUNC_(h5screate_c, H5SCREATE_C)
117 #define nh5scopy_c H5_FC_FUNC_(h5scopy_c, H5SCOPY_C)
118 #define nh5sget_select_hyper_nblocks_c H5_FC_FUNC_(h5sget_select_hyper_nblocks_c, H5SGET_SELECT_HYPER_NBLOCKS_C)
119 #define nh5sget_select_hyper_blocklist_c H5_FC_FUNC_(h5sget_select_hyper_blocklist_c, H5SGET_SELECT_HYPER_BLOCKLIST_C)
120 #define nh5sget_select_elem_npoints_c H5_FC_FUNC_(h5sget_select_elem_npoints_c, H5SGET_SELECT_ELEM_NPOINTS_C)
121 #define nh5sget_select_elem_pointlist_c H5_FC_FUNC_(h5sget_select_elem_pointlist_c, H5SGET_SELECT_ELEM_POINTLIST_C)
122 #define nh5sget_select_bounds_c H5_FC_FUNC_(h5sget_select_bounds_c, H5SGET_SELECT_BOUNDS_C)
123 #define nh5sselect_all_c H5_FC_FUNC_(h5sselect_all_c, H5SSELECT_ALL_C)
124 #define nh5sselect_none_c H5_FC_FUNC_(h5sselect_none_c, H5SSELECT_NONE_C)
125 #define nh5sselect_valid_c H5_FC_FUNC_(h5sselect_valid_c, H5SSELECT_VALID_C)
126 #define nh5sget_simple_extent_npoints_c H5_FC_FUNC_(h5sget_simple_extent_npoints_c, H5SGET_SIMPLE_EXTENT_NPOINTS_C)
127 #define nh5sget_select_npoints_c H5_FC_FUNC_(h5sget_select_npoints_c, H5SGET_SELECT_NPOINTS_C)
128 #define nh5sget_simple_extent_ndims_c H5_FC_FUNC_(h5sget_simple_extent_ndims_c, H5SGET_SIMPLE_EXTENT_NDIMS_C)
129 #define nh5sget_simple_extent_type_c H5_FC_FUNC_(h5sget_simple_extent_type_c, H5SGET_SIMPLE_EXTENT_TYPE_C)
130 #define nh5soffset_simple_c H5_FC_FUNC_(h5soffset_simple_c, H5SOFFSET_SIMPLE_C)
131 #define nh5sset_extent_simple_c H5_FC_FUNC_(h5sset_extent_simple_c, H5SSET_EXTENT_SIMPLE_C)
132 #define nh5sis_simple_c H5_FC_FUNC_(h5sis_simple_c, H5SIS_SIMPLE_C)
133 #define nh5sextent_class_c H5_FC_FUNC_(h5sextent_class_c, H5SEXTENT_CLASS_C)
134 #define nh5sget_simple_extent_dims_c H5_FC_FUNC_(h5sget_simple_extent_dims_c, H5SGET_SIMPLE_EXTENT_DIMS_C)
135 #define nh5sextent_copy_c H5_FC_FUNC_(h5sextent_copy_c, H5SEXTENT_COPY_C)
136 #define nh5sset_extent_none_c H5_FC_FUNC_(h5sset_extent_none_c, H5SSET_EXTENT_NONE_C)
137 #define nh5sselect_hyperslab_c H5_FC_FUNC_(h5sselect_hyperslab_c, H5SSELECT_HYPERSLAB_C)
138 #define nh5scombine_hyperslab_c H5_FC_FUNC_(h5scombine_hyperslab_c, H5SCOMBINE_HYPERSLAB_C)
139 #define nh5scombine_select_c H5_FC_FUNC_(h5scombine_select_c, H5SCOMBINE_SELECT_C)
140 #define nh5sselect_select_c H5_FC_FUNC_(h5sselect_select_c, H5SSELECT_SELECT_C)
141 #define nh5sget_select_type_c H5_FC_FUNC_(h5sget_select_type_c, H5SGET_SELECT_TYPE_C)
142 #define nh5sselect_elements_c H5_FC_FUNC_(h5sselect_elements_c, H5SSELECT_ELEMENTS_C)
143 #define nh5sdecode_c H5_FC_FUNC_(h5sdecode_c, H5SDECODE_C)
144 #define nh5sencode_c H5_FC_FUNC_(h5sencode_c, H5SENCODE_C)
145 #define nh5sextent_equal_c H5_FC_FUNC_(h5sextent_equal_c, H5SEXTENT_EQUAL_C)
146 
148 H5_FCDLL int_f nh5sclose_c ( hid_t_f *space_id );
149 H5_FCDLL int_f nh5screate_c ( int_f *classtype, hid_t_f *space_id );
150 H5_FCDLL int_f nh5scopy_c ( hid_t_f *space_id , hid_t_f *new_space_id);
155 H5_FCDLL int_f nh5sget_select_elem_pointlist_c( hid_t_f *space_id ,hsize_t_f * startpoint, hsize_t_f * numpoints, hsize_t_f * buf);
156 H5_FCDLL int_f nh5sselect_all_c ( hid_t_f *space_id );
158 H5_FCDLL int_f nh5sselect_valid_c ( hid_t_f *space_id , int_f *flag );
160 H5_FCDLL int_f nh5sget_select_npoints_c ( hid_t_f *space_id , hssize_t_f *npoints );
162 H5_FCDLL int_f nh5sget_simple_extent_type_c ( hid_t_f *space_id , int_f *classtype);
164 H5_FCDLL int_f nh5sset_extent_simple_c ( hid_t_f *space_id , int_f *rank, hsize_t_f * current_size, hsize_t_f *maximum_size);
165 H5_FCDLL int_f nh5sis_simple_c ( hid_t_f *space_id , int_f *flag );
166 H5_FCDLL int_f nh5sextent_class_c ( hid_t_f *space_id , int_f *classtype);
168 H5_FCDLL int_f nh5sextent_copy_c ( hid_t_f *dest_space_id , hid_t_f *source_space_id);
172 H5_FCDLL int_f nh5sselect_elements_c ( hid_t_f *space_id , int_f *op, size_t_f *nelements, hsize_t_f *coord);
174 H5_FCDLL int_f nh5scombine_select_c ( hid_t_f *space1_id , int_f *op, hid_t_f *space2_id, hid_t_f *ds_id);
175 H5_FCDLL int_f nh5sselect_select_c ( hid_t_f *space1_id , int_f *op, hid_t_f *space2_id);
177 H5_FCDLL int_f nh5sencode_c (_fcd buf, hid_t_f *obj_id, size_t_f *nalloc );
178 H5_FCDLL int_f nh5sextent_equal_c ( hid_t_f * space1_id, hid_t_f *space2_id, hid_t_f *c_equal);
179 
180 /*
181  * Functions from H5Df.c
182  */
183 #define nh5dcreate_c H5_FC_FUNC_(h5dcreate_c, H5DCREATE_C)
184 #define nh5dclose_c H5_FC_FUNC_(h5dclose_c, H5DCLOSE_C)
185 #define nh5dopen_c H5_FC_FUNC_(h5dopen_c, H5DOPEN_C)
186 #define nh5dwrite_c H5_FC_FUNC_(h5dwrite_c, H5DWRITE_C)
187 #define nh5dwrite_integer_s_c H5_FC_FUNC_(h5dwrite_integer_s_c, H5DWRITE_INTEGER_S_C)
188 #define nh5dwrite_integer_1_c H5_FC_FUNC_(h5dwrite_integer_1_c, H5DWRITE_INTEGER_1_C)
189 #define nh5dwrite_integer_2_c H5_FC_FUNC_(h5dwrite_integer_2_c, H5DWRITE_INTEGER_2_C)
190 #define nh5dwrite_integer_3_c H5_FC_FUNC_(h5dwrite_integer_3_c, H5DWRITE_INTEGER_3_C)
191 #define nh5dwrite_integer_4_c H5_FC_FUNC_(h5dwrite_integer_4_c, H5DWRITE_INTEGER_4_C)
192 #define nh5dwrite_integer_5_c H5_FC_FUNC_(h5dwrite_integer_5_c, H5DWRITE_INTEGER_5_C)
193 #define nh5dwrite_integer_6_c H5_FC_FUNC_(h5dwrite_integer_6_c, H5DWRITE_INTEGER_6_C)
194 #define nh5dwrite_integer_7_c H5_FC_FUNC_(h5dwrite_integer_7_c, H5DWRITE_INTEGER_7_C)
195 #define nh5dwrite_real_s_c H5_FC_FUNC_(h5dwrite_real_s_c, H5DWRITE_REAL_S_C)
196 #define nh5dwrite_real_1_c H5_FC_FUNC_(h5dwrite_real_1_c, H5DWRITE_REAL_1_C)
197 #define nh5dwrite_real_2_c H5_FC_FUNC_(h5dwrite_real_2_c, H5DWRITE_REAL_2_C)
198 #define nh5dwrite_real_3_c H5_FC_FUNC_(h5dwrite_real_3_c, H5DWRITE_REAL_3_C)
199 #define nh5dwrite_real_4_c H5_FC_FUNC_(h5dwrite_real_4_c, H5DWRITE_REAL_4_C)
200 #define nh5dwrite_real_5_c H5_FC_FUNC_(h5dwrite_real_5_c, H5DWRITE_REAL_5_C)
201 #define nh5dwrite_real_6_c H5_FC_FUNC_(h5dwrite_real_6_c, H5DWRITE_REAL_6_C)
202 #define nh5dwrite_real_7_c H5_FC_FUNC_(h5dwrite_real_7_c, H5DWRITE_REAL_7_C)
203 #define nh5dwrite_double_s_c H5_FC_FUNC_(h5dwrite_double_s_c, H5DWRITE_DOUBLE_S_C)
204 #define nh5dwrite_double_1_c H5_FC_FUNC_(h5dwrite_double_1_c, H5DWRITE_DOUBLE_1_C)
205 #define nh5dwrite_double_2_c H5_FC_FUNC_(h5dwrite_double_2_c, H5DWRITE_DOUBLE_2_C)
206 #define nh5dwrite_double_3_c H5_FC_FUNC_(h5dwrite_double_3_c, H5DWRITE_DOUBLE_3_C)
207 #define nh5dwrite_double_4_c H5_FC_FUNC_(h5dwrite_double_4_c, H5DWRITE_DOUBLE_4_C)
208 #define nh5dwrite_double_5_c H5_FC_FUNC_(h5dwrite_double_5_c, H5DWRITE_DOUBLE_5_C)
209 #define nh5dwrite_double_6_c H5_FC_FUNC_(h5dwrite_double_6_c, H5DWRITE_DOUBLE_6_C)
210 #define nh5dwrite_double_7_c H5_FC_FUNC_(h5dwrite_double_7_c, H5DWRITE_DOUBLE_7_C)
211 #define nh5dwrite_ref_obj_c H5_FC_FUNC_(h5dwrite_ref_obj_c, H5DWRITE_REF_OBJ_C)
212 #define nh5dwrite_ref_reg_c H5_FC_FUNC_(h5dwrite_ref_reg_c, H5DWRITE_REF_REG_C)
213 #define nh5dwritec_c H5_FC_FUNC_(h5dwritec_c, H5DWRITEC_C)
214 #define nh5dwritec_s_c H5_FC_FUNC_(h5dwritec_s_c, H5DWRITEC_S_C)
215 #define nh5dwritec_1_c H5_FC_FUNC_(h5dwritec_1_c, H5DWRITEC_1_C)
216 #define nh5dwritec_2_c H5_FC_FUNC_(h5dwritec_2_c, H5DWRITEC_2_C)
217 #define nh5dwritec_3_c H5_FC_FUNC_(h5dwritec_3_c, H5DWRITEC_3_C)
218 #define nh5dwritec_4_c H5_FC_FUNC_(h5dwritec_4_c, H5DWRITEC_4_C)
219 #define nh5dwritec_5_c H5_FC_FUNC_(h5dwritec_5_c, H5DWRITEC_5_C)
220 #define nh5dwritec_6_c H5_FC_FUNC_(h5dwritec_6_c, H5DWRITEC_6_C)
221 #define nh5dwritec_7_c H5_FC_FUNC_(h5dwritec_7_c, H5DWRITEC_7_C)
222 #define nh5dread_c H5_FC_FUNC_(h5dread_c, H5DREAD_C)
223 #define nh5dread_integer_s_c H5_FC_FUNC_(h5dread_integer_s_c, H5DREAD_INTEGER_S_C)
224 #define nh5dread_integer_1_c H5_FC_FUNC_(h5dread_integer_1_c, H5DREAD_INTEGER_1_C)
225 #define nh5dread_integer_2_c H5_FC_FUNC_(h5dread_integer_2_c, H5DREAD_INTEGER_2_C)
226 #define nh5dread_integer_3_c H5_FC_FUNC_(h5dread_integer_3_c, H5DREAD_INTEGER_3_C)
227 #define nh5dread_integer_4_c H5_FC_FUNC_(h5dread_integer_4_c, H5DREAD_INTEGER_4_C)
228 #define nh5dread_integer_5_c H5_FC_FUNC_(h5dread_integer_5_c, H5DREAD_INTEGER_5_C)
229 #define nh5dread_integer_6_c H5_FC_FUNC_(h5dread_integer_6_c, H5DREAD_INTEGER_6_C)
230 #define nh5dread_integer_7_c H5_FC_FUNC_(h5dread_integer_7_c, H5DREAD_INTEGER_7_C)
231 #define nh5dread_real_s_c H5_FC_FUNC_(h5dread_real_s_c, H5DREAD_REAL_S_C)
232 #define nh5dread_real_1_c H5_FC_FUNC_(h5dread_real_1_c, H5DREAD_REAL_1_C)
233 #define nh5dread_real_2_c H5_FC_FUNC_(h5dread_real_2_c, H5DREAD_REAL_2_C)
234 #define nh5dread_real_3_c H5_FC_FUNC_(h5dread_real_3_c, H5DREAD_REAL_3_C)
235 #define nh5dread_real_4_c H5_FC_FUNC_(h5dread_real_4_c, H5DREAD_REAL_4_C)
236 #define nh5dread_real_5_c H5_FC_FUNC_(h5dread_real_5_c, H5DREAD_REAL_5_C)
237 #define nh5dread_real_6_c H5_FC_FUNC_(h5dread_real_6_c, H5DREAD_REAL_6_C)
238 #define nh5dread_real_7_c H5_FC_FUNC_(h5dread_real_7_c, H5DREAD_REAL_7_C)
239 #define nh5dread_double_s_c H5_FC_FUNC_(h5dread_double_s_c, H5DREAD_DOUBLE_S_C)
240 #define nh5dread_double_1_c H5_FC_FUNC_(h5dread_double_1_c, H5DREAD_DOUBLE_1_C)
241 #define nh5dread_double_2_c H5_FC_FUNC_(h5dread_double_2_c, H5DREAD_DOUBLE_2_C)
242 #define nh5dread_double_3_c H5_FC_FUNC_(h5dread_double_3_c, H5DREAD_DOUBLE_3_C)
243 #define nh5dread_double_4_c H5_FC_FUNC_(h5dread_double_4_c, H5DREAD_DOUBLE_4_C)
244 #define nh5dread_double_5_c H5_FC_FUNC_(h5dread_double_5_c, H5DREAD_DOUBLE_5_C)
245 #define nh5dread_double_6_c H5_FC_FUNC_(h5dread_double_6_c, H5DREAD_DOUBLE_6_C)
246 #define nh5dread_double_7_c H5_FC_FUNC_(h5dread_double_7_c, H5DREAD_DOUBLE_7_C)
247 #define nh5dread_c_b H5_FC_FUNC_(h5dread_c_b, H5DREAD_C_B)
248 #define nh5dread_ref_reg_c H5_FC_FUNC_(h5dread_ref_reg_c, H5DREAD_REF_REG_C)
249 #define nh5dread_ref_obj_c H5_FC_FUNC_(h5dread_ref_obj_c, H5DREAD_REF_OBJ_C)
250 #define nh5dreadc_c H5_FC_FUNC_(h5dreadc_c, H5DREADC_C)
251 #define nh5dreadc_s_c H5_FC_FUNC_(h5dreadc_s_c, H5DREADC_S_C)
252 #define nh5dreadc_1_c H5_FC_FUNC_(h5dreadc_1_c, H5DREADC_1_C)
253 #define nh5dreadc_2_c H5_FC_FUNC_(h5dreadc_2_c, H5DREADC_2_C)
254 #define nh5dreadc_3_c H5_FC_FUNC_(h5dreadc_3_c, H5DREADC_3_C)
255 #define nh5dreadc_4_c H5_FC_FUNC_(h5dreadc_4_c, H5DREADC_4_C)
256 #define nh5dreadc_5_c H5_FC_FUNC_(h5dreadc_5_c, H5DREADC_5_C)
257 #define nh5dreadc_6_c H5_FC_FUNC_(h5dreadc_6_c, H5DREADC_6_C)
258 #define nh5dreadc_7_c H5_FC_FUNC_(h5dreadc_7_c, H5DREADC_7_C)
259 #define nh5dreadc_c_b H5_FC_FUNC_(h5dreadc_c_b, H5DREADC_C_B)
260 #define nh5dget_space_c H5_FC_FUNC_(h5dget_space_c, H5DGET_SPACE_C)
261 #define nh5dget_type_c H5_FC_FUNC_(h5dget_type_c, H5DGET_TYPE_C)
262 #define nh5dget_create_plist_c H5_FC_FUNC_(h5dget_create_plist_c, H5DGET_CREATE_PLIST_C)
263 #define nh5dset_extent_c H5_FC_FUNC_(h5dset_extent_c, H5DSET_EXTENT_C)
264 #define nh5dget_storage_size_c H5_FC_FUNC_(h5dget_storage_size_c, H5DGET_STORAGE_SIZE_C)
265 #define nh5dvlen_get_max_len_c H5_FC_FUNC_(h5dvlen_get_max_len_c, H5DVLEN_GET_MAX_LEN_C)
266 #define nh5dwrite_vl_integer_c H5_FC_FUNC_(h5dwrite_vl_integer_c, H5DWRITE_VL_INTEGER_C)
267 #define nh5dread_vl_integer_c H5_FC_FUNC_(h5dread_vl_integer_c, H5DREAD_VL_INTEGER_C)
268 #define nh5dwrite_vl_real_c H5_FC_FUNC_(h5dwrite_vl_real_c, H5DWRITE_VL_REAL_C)
269 #define nh5dread_vl_real_c H5_FC_FUNC_(h5dread_vl_real_c, H5DREAD_VL_REAL_C)
270 #define nh5dwrite_vl_string_c H5_FC_FUNC_(h5dwrite_vl_string_c, H5DWRITE_VL_STRING_C)
271 #define nh5dread_vl_string_c H5_FC_FUNC_(h5dread_vl_string_c, H5DREAD_VL_STRING_C)
272 #define nh5dfillc_c H5_FC_FUNC_(h5dfillc_c, H5DFILLC_C)
273 #define nh5dfill_integer_c H5_FC_FUNC_(h5dfill_integer_c, H5DFILL_INTEGER_C)
274 #define nh5dfill_real_c H5_FC_FUNC_(h5dfill_real_c, H5DFILL_REAL_C)
275 #define nh5dfill_double_c H5_FC_FUNC_(h5dfill_double_c, H5DFILL_DOUBLE_C)
276 #define nh5dget_space_status_c H5_FC_FUNC_(h5dget_space_status_c, H5DGET_SPACE_STATUS_C)
277 #define nh5dcreate_anon_c H5_FC_FUNC_(h5dcreate_anon_c, H5DCREATE_ANON_C)
278 #define nh5dget_access_plist_c H5_FC_FUNC_(h5dget_access_plist_c, H5DGET_ACCESS_PLIST_C)
279 
280 
281 H5_FCDLL int_f nh5dcreate_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *type_id, hid_t_f *space_id,
282  hid_t_f *lcpl_id, hid_t_f *dcpl_id, hid_t_f *dapl_id, hid_t_f *dset_id);
283 H5_FCDLL int_f nh5dopen_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *dapl_id, hid_t_f *dset_id);
284 H5_FCDLL int_f nh5dclose_c ( hid_t_f *dset_id );
285 H5_FCDLL int_f nh5dwrite_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
286 H5_FCDLL int_f nh5dwrite_integer_s_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
287 H5_FCDLL int_f nh5dwrite_integer_1_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
288 H5_FCDLL int_f nh5dwrite_integer_2_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
289 H5_FCDLL int_f nh5dwrite_integer_3_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
290 H5_FCDLL int_f nh5dwrite_integer_4_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
291 H5_FCDLL int_f nh5dwrite_integer_5_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
292 H5_FCDLL int_f nh5dwrite_integer_6_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
293 H5_FCDLL int_f nh5dwrite_integer_7_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
294 
295 H5_FCDLL int_f nh5dwrite_real_s_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
296 H5_FCDLL int_f nh5dwrite_real_1_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
297 H5_FCDLL int_f nh5dwrite_real_2_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
298 H5_FCDLL int_f nh5dwrite_real_3_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
299 H5_FCDLL int_f nh5dwrite_real_4_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
300 H5_FCDLL int_f nh5dwrite_real_5_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
301 H5_FCDLL int_f nh5dwrite_real_6_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
302 H5_FCDLL int_f nh5dwrite_real_7_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
303 
304 H5_FCDLL int_f nh5dwrite_double_s_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
305 H5_FCDLL int_f nh5dwrite_double_1_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
306 H5_FCDLL int_f nh5dwrite_double_2_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
307 H5_FCDLL int_f nh5dwrite_double_3_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
308 H5_FCDLL int_f nh5dwrite_double_4_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
309 H5_FCDLL int_f nh5dwrite_double_5_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
310 H5_FCDLL int_f nh5dwrite_double_6_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
311 H5_FCDLL int_f nh5dwrite_double_7_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
312 
313 H5_FCDLL int_f nh5dwrite_vl_integer_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f *buf, hsize_t_f *dims, size_t_f *len);
314 H5_FCDLL int_f nh5dwrite_vl_real_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, real_f *buf, hsize_t_f *dims, size_t_f *len);
315 H5_FCDLL int_f nh5dwrite_vl_string_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims, size_t_f *len);
316 H5_FCDLL int_f nh5dwrite_ref_obj_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, haddr_t_f *buf, hsize_t_f *dims);
317 H5_FCDLL int_f nh5dwrite_ref_reg_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f *buf, hsize_t_f *dims);
318 
319 H5_FCDLL int_f nh5dwritec_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
320 
321 H5_FCDLL int_f nh5dwritec_s_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
322 H5_FCDLL int_f nh5dwritec_1_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
323 H5_FCDLL int_f nh5dwritec_2_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
324 H5_FCDLL int_f nh5dwritec_3_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
325 H5_FCDLL int_f nh5dwritec_4_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
326 H5_FCDLL int_f nh5dwritec_5_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
327 H5_FCDLL int_f nh5dwritec_6_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
328 H5_FCDLL int_f nh5dwritec_7_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
329 
330 H5_FCDLL int_f nh5dread_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
331 
332 H5_FCDLL int_f nh5dread_integer_s_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
333 H5_FCDLL int_f nh5dread_integer_1_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
334 H5_FCDLL int_f nh5dread_integer_2_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
335 H5_FCDLL int_f nh5dread_integer_3_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
336 H5_FCDLL int_f nh5dread_integer_4_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
337 H5_FCDLL int_f nh5dread_integer_5_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
338 H5_FCDLL int_f nh5dread_integer_6_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
339 H5_FCDLL int_f nh5dread_integer_7_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
340 
341 H5_FCDLL int_f nh5dread_real_s_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
342 H5_FCDLL int_f nh5dread_real_1_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
343 H5_FCDLL int_f nh5dread_real_2_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
344 H5_FCDLL int_f nh5dread_real_3_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
345 H5_FCDLL int_f nh5dread_real_4_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
346 H5_FCDLL int_f nh5dread_real_5_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
347 H5_FCDLL int_f nh5dread_real_6_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
348 H5_FCDLL int_f nh5dread_real_7_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
349 
350 H5_FCDLL int_f nh5dread_double_s_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
351 H5_FCDLL int_f nh5dread_double_1_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
352 H5_FCDLL int_f nh5dread_double_2_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
353 H5_FCDLL int_f nh5dread_double_3_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
354 H5_FCDLL int_f nh5dread_double_4_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
355 H5_FCDLL int_f nh5dread_double_5_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
356 H5_FCDLL int_f nh5dread_double_6_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
357 H5_FCDLL int_f nh5dread_double_7_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf, hsize_t_f *dims);
358 
359 H5_FCDLL int_f nh5dread_vl_integer_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f *buf, hsize_t_f *dims, size_t_f *len);
360 H5_FCDLL int_f nh5dread_vl_real_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, real_f *buf, hsize_t_f *dims, size_t_f *len);
361 H5_FCDLL int_f nh5dread_vl_string_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims, size_t_f *len);
362 H5_FCDLL int_f nh5dread_ref_obj_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, haddr_t_f * buf, hsize_t_f *dims);
363 H5_FCDLL int_f nh5dread_ref_reg_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, int_f * buf, hsize_t_f *dims);
364 
365 H5_FCDLL int_f nh5dreadc_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
366 
367 H5_FCDLL int_f nh5dreadc_s_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
368 H5_FCDLL int_f nh5dreadc_1_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
369 H5_FCDLL int_f nh5dreadc_2_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
370 H5_FCDLL int_f nh5dreadc_3_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
371 H5_FCDLL int_f nh5dreadc_4_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
372 H5_FCDLL int_f nh5dreadc_5_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
373 H5_FCDLL int_f nh5dreadc_6_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
374 H5_FCDLL int_f nh5dreadc_7_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, _fcd buf, hsize_t_f *dims);
375 H5_FCDLL int_f nh5dget_access_plist_c (hid_t_f *dset_id, hid_t_f *plist_id);
376 
377 
378 H5_FCDLL int_f nh5dget_space_c ( hid_t_f *dset_id , hid_t_f *space_id);
379 H5_FCDLL int_f nh5dget_type_c ( hid_t_f *dset_id , hid_t_f *type_id);
380 H5_FCDLL int_f nh5dget_create_plist_c ( hid_t_f *dset_id , hid_t_f *plist_id);
382 H5_FCDLL int_f nh5dvlen_get_max_len_c(hid_t_f *dataset_id, hid_t_f *type_id, hid_t_f *space_id, size_t_f *len);
384 H5_FCDLL int_f nh5dfillc_c(_fcd fill_value, hid_t_f *fill_type_id, hid_t_f *space_id, _fcd buf, hid_t_f *mem_type_id);
385 H5_FCDLL int_f h5dfill_c(void * fill_value, hid_t_f *fill_type_id, hid_t_f *space_id, void * buf, hid_t_f *mem_type_id);
386 H5_FCDLL int_f nh5dfill_integer_c(void * fill_value, hid_t_f *fill_type_id, hid_t_f *space_id, void * buf, hid_t_f *mem_type_id);
387 H5_FCDLL int_f nh5dfill_real_c(void * fill_value, hid_t_f *fill_type_id, hid_t_f *space_id, void * buf, hid_t_f *mem_type_id);
388 H5_FCDLL int_f nh5dfill_double_c(void * fill_value, hid_t_f *fill_type_id, hid_t_f *space_id, void * buf, hid_t_f *mem_type_id);
390 H5_FCDLL int_f nh5dcreate_anon_c (hid_t_f *loc_id, hid_t_f *type_id, hid_t_f *space_id,
391  hid_t_f *dcpl_id, hid_t_f *dapl_id, hid_t_f *dset_id);
392 H5_FCDLL int_f h5dwrite_f_c (hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id,
393  hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf);
394 H5_FCDLL int_f h5dread_f_c ( hid_t_f *dset_id , hid_t_f *mem_type_id, hid_t_f *mem_space_id,
395  hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf);
396 H5_FCDLL int_f h5dvlen_reclaim_c (hid_t_f *type_id , hid_t_f *space_id, hid_t_f *plist_id, void *buf);
397 /*
398  * Functions from H5Gf.c
399  */
400 #define nh5gcreate_c H5_FC_FUNC_(h5gcreate_c, H5GCREATE_C)
401 #define nh5gclose_c H5_FC_FUNC_(h5gclose_c, H5GCLOSE_C)
402 #define nh5gopen_c H5_FC_FUNC_(h5gopen_c, H5GOPEN_C)
403 #define nh5gget_obj_info_idx_c H5_FC_FUNC_(h5gget_obj_info_idx_c, H5GGET_OBJ_INFO_IDX_C)
404 #define nh5gn_members_c H5_FC_FUNC_(h5gn_members_c, H5GN_MEMBERS_C)
405 #define nh5glink_c H5_FC_FUNC_(h5glink_c, H5GLINK_C)
406 #define nh5glink2_c H5_FC_FUNC_(h5glink2_c, H5GLINK2_C)
407 #define nh5gunlink_c H5_FC_FUNC_(h5gunlink_c, H5GUNLINK_C)
408 #define nh5gmove_c H5_FC_FUNC_(h5gmove_c, H5GMOVE_C)
409 #define nh5gmove2_c H5_FC_FUNC_(h5gmove2_c, H5GMOVE2_C)
410 #define nh5gget_linkval_c H5_FC_FUNC_(h5gget_linkval_c, H5GGET_LINKVAL_C)
411 #define nh5gset_comment_c H5_FC_FUNC_(h5gset_comment_c, H5GSET_COMMENT_C)
412 #define nh5gget_comment_c H5_FC_FUNC_(h5gget_comment_c, H5GGET_COMMENT_C)
413 #define nh5gcreate_anon_c H5_FC_FUNC_(h5gcreate_anon_c, H5GCREATE_ANON_C)
414 #define nh5gget_create_plist_c H5_FC_FUNC_(h5gget_create_plist_c, H5GGET_CREATE_PLIST_C)
415 #define nh5gget_info_c H5_FC_FUNC_(h5gget_info_c, H5GGET_INFO_C)
416 #define nh5gget_info_by_idx_c H5_FC_FUNC_(h5gget_info_by_idx_c, H5GGET_INFO_BY_IDX_C)
417 #define nh5gget_info_by_name_c H5_FC_FUNC_(h5gget_info_by_name_c, H5GGET_INFO_BY_NAME_C)
418 
419 
420 H5_FCDLL int_f nh5gcreate_c (hid_t_f *loc_id, _fcd name, int_f *namelen, size_t_f *size_hint, hid_t_f *grp_id,
421  hid_t_f *lcpl_id, hid_t_f *gcpl_id, hid_t_f *gapl_id);
422 H5_FCDLL int_f nh5gopen_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *gapl_id, hid_t_f *grp_id);
423 H5_FCDLL int_f nh5gclose_c ( hid_t_f *grp_id );
424 H5_FCDLL int_f nh5gget_obj_info_idx_c (hid_t_f *loc_id, _fcd name, int_f *namelen, int_f *idx, _fcd obj_name, int_f *obj_namelen, int_f *obj_type);
426 H5_FCDLL int_f nh5glink_c (hid_t_f *loc_id, int_f *link_type, _fcd current_name, int_f *current_namelen, _fcd new_name, int_f *new_namelen);
427 H5_FCDLL int_f nh5glink2_c (hid_t_f *cur_loc_id, _fcd cur_name, int_f *cur_namelen, int_f *link_type, hid_t_f *new_loc_id, _fcd new_name, int_f *new_namelen);
429 H5_FCDLL int_f nh5gmove_c (hid_t_f *loc_id, _fcd src_name, int_f *src_namelen, _fcd dst_name, int_f *dst_namelen);
430 H5_FCDLL int_f nh5gmove2_c (hid_t_f *src_loc_id, _fcd src_name, int_f *src_namelen, hid_t_f *dst_loc_id,_fcd dst_name, int_f *dst_namelen);
432 H5_FCDLL int_f nh5gset_comment_c (hid_t_f *loc_id, _fcd name, int_f *namelen, _fcd comment, int_f *commentlen);
433 H5_FCDLL int_f nh5gget_comment_c (hid_t_f *loc_id, _fcd name, int_f *namelen, size_t_f *bufsize, _fcd comment);
434 H5_FCDLL int_f nh5gcreate_anon_c (hid_t_f *loc_id, hid_t_f *gcpl_id, hid_t_f *gapl_id, hid_t_f *grp_id);
436 H5_FCDLL int_f nh5gget_info_c (hid_t_f *group_id, int_f *storage_type, int_f *nlinks, int_f *max_corder, int_f *mounted);
437 H5_FCDLL int_f nh5gget_info_by_idx_c(hid_t_f *loc_id, _fcd group_name, size_t_f *group_namelen,
438  int_f *index_type, int_f *order, hsize_t_f *n, hid_t_f *lapl_id,
439  int_f *storage_type, int_f *nlinks, int_f *max_corder, int_f *mounted);
440 H5_FCDLL int_f nh5gget_info_by_name_c(hid_t_f *loc_id, _fcd group_name, size_t_f *group_namelen, hid_t_f *lapl_id,
441  int_f *storage_type, int_f *nlinks, int_f *max_corder, int_f *mounted);
442 
443 /*
444  * Functions from H5Af.c
445  */
446 #define nh5acreate_c H5_FC_FUNC_(h5acreate_c, H5ACREATE_C)
447 #define nh5aclose_c H5_FC_FUNC_(h5aclose_c, H5ACLOSE_C)
448 #define nh5aopen_name_c H5_FC_FUNC_(h5aopen_name_c, H5AOPEN_NAME_C)
449 #define nh5awrite_c H5_FC_FUNC_(h5awrite_c, H5AWRITE_C)
450 #define nh5awrite_integer_s_c H5_FC_FUNC_(h5awrite_integer_s_c, H5AWRITE_INTEGER_S_C)
451 #define nh5awrite_integer_1_c H5_FC_FUNC_(h5awrite_integer_1_c, H5AWRITE_INTEGER_1_C)
452 #define nh5awrite_integer_2_c H5_FC_FUNC_(h5awrite_integer_2_c, H5AWRITE_INTEGER_2_C)
453 #define nh5awrite_integer_3_c H5_FC_FUNC_(h5awrite_integer_3_c, H5AWRITE_INTEGER_3_C)
454 #define nh5awrite_integer_4_c H5_FC_FUNC_(h5awrite_integer_4_c, H5AWRITE_INTEGER_4_C)
455 #define nh5awrite_integer_5_c H5_FC_FUNC_(h5awrite_integer_5_c, H5AWRITE_INTEGER_5_C)
456 #define nh5awrite_integer_6_c H5_FC_FUNC_(h5awrite_integer_6_c, H5AWRITE_INTEGER_6_C)
457 #define nh5awrite_integer_7_c H5_FC_FUNC_(h5awrite_integer_7_c, H5AWRITE_INTEGER_7_C)
458 #define nh5awrite_real_s_c H5_FC_FUNC_(h5awrite_real_s_c, H5AWRITE_REAL_S_C)
459 #define nh5awrite_real_1_c H5_FC_FUNC_(h5awrite_real_1_c, H5AWRITE_REAL_1_C)
460 #define nh5awrite_real_2_c H5_FC_FUNC_(h5awrite_real_2_c, H5AWRITE_REAL_2_C)
461 #define nh5awrite_real_3_c H5_FC_FUNC_(h5awrite_real_3_c, H5AWRITE_REAL_3_C)
462 #define nh5awrite_real_4_c H5_FC_FUNC_(h5awrite_real_4_c, H5AWRITE_REAL_4_C)
463 #define nh5awrite_real_5_c H5_FC_FUNC_(h5awrite_real_5_c, H5AWRITE_REAL_5_C)
464 #define nh5awrite_real_6_c H5_FC_FUNC_(h5awrite_real_6_c, H5AWRITE_REAL_6_C)
465 #define nh5awrite_real_7_c H5_FC_FUNC_(h5awrite_real_7_c, H5AWRITE_REAL_7_C)
466 #define nh5awrite_double_s_c H5_FC_FUNC_(h5awrite_double_s_c, H5AWRITE_DOUBLE_S_C)
467 #define nh5awrite_double_1_c H5_FC_FUNC_(h5awrite_double_1_c, H5AWRITE_DOUBLE_1_C)
468 #define nh5awrite_double_2_c H5_FC_FUNC_(h5awrite_double_2_c, H5AWRITE_DOUBLE_2_C)
469 #define nh5awrite_double_3_c H5_FC_FUNC_(h5awrite_double_3_c, H5AWRITE_DOUBLE_3_C)
470 #define nh5awrite_double_4_c H5_FC_FUNC_(h5awrite_double_4_c, H5AWRITE_DOUBLE_4_C)
471 #define nh5awrite_double_5_c H5_FC_FUNC_(h5awrite_double_5_c, H5AWRITE_DOUBLE_5_C)
472 #define nh5awrite_double_6_c H5_FC_FUNC_(h5awrite_double_6_c, H5AWRITE_DOUBLE_6_C)
473 #define nh5awrite_double_7_c H5_FC_FUNC_(h5awrite_double_7_c, H5AWRITE_DOUBLE_7_C)
474 #define nh5awritec_c H5_FC_FUNC_(h5awritec_c, H5AWRITEC_C)
475 #define nh5awritec_s_c H5_FC_FUNC_(h5awritec_s_c, H5AWRITEC_S_C)
476 #define nh5awritec_1_c H5_FC_FUNC_(h5awritec_1_c, H5AWRITEC_1_C)
477 #define nh5awritec_2_c H5_FC_FUNC_(h5awritec_2_c, H5AWRITEC_2_C)
478 #define nh5awritec_3_c H5_FC_FUNC_(h5awritec_3_c, H5AWRITEC_3_C)
479 #define nh5awritec_4_c H5_FC_FUNC_(h5awritec_4_c, H5AWRITEC_4_C)
480 #define nh5awritec_5_c H5_FC_FUNC_(h5awritec_5_c, H5AWRITEC_5_C)
481 #define nh5awritec_6_c H5_FC_FUNC_(h5awritec_6_c, H5AWRITEC_6_C)
482 #define nh5awritec_7_c H5_FC_FUNC_(h5awritec_7_c, H5AWRITEC_7_C)
483 #define nh5aread_c H5_FC_FUNC_(h5aread_c, H5AREAD_C)
484 #define nh5aread_integer_s_c H5_FC_FUNC_(h5aread_integer_s_c, H5AREAD_INTEGER_S_C)
485 #define nh5aread_integer_1_c H5_FC_FUNC_(h5aread_integer_1_c, H5AREAD_INTEGER_1_C)
486 #define nh5aread_integer_2_c H5_FC_FUNC_(h5aread_integer_2_c, H5AREAD_INTEGER_2_C)
487 #define nh5aread_integer_3_c H5_FC_FUNC_(h5aread_integer_3_c, H5AREAD_INTEGER_3_C)
488 #define nh5aread_integer_4_c H5_FC_FUNC_(h5aread_integer_4_c, H5AREAD_INTEGER_4_C)
489 #define nh5aread_integer_5_c H5_FC_FUNC_(h5aread_integer_5_c, H5AREAD_INTEGER_5_C)
490 #define nh5aread_integer_6_c H5_FC_FUNC_(h5aread_integer_6_c, H5AREAD_INTEGER_6_C)
491 #define nh5aread_integer_7_c H5_FC_FUNC_(h5aread_integer_7_c, H5AREAD_INTEGER_7_C)
492 #define nh5aread_real_s_c H5_FC_FUNC_(h5aread_real_s_c, H5AREAD_REAL_S_C)
493 #define nh5aread_real_1_c H5_FC_FUNC_(h5aread_real_1_c, H5AREAD_REAL_1_C)
494 #define nh5aread_real_2_c H5_FC_FUNC_(h5aread_real_2_c, H5AREAD_REAL_2_C)
495 #define nh5aread_real_3_c H5_FC_FUNC_(h5aread_real_3_c, H5AREAD_REAL_3_C)
496 #define nh5aread_real_4_c H5_FC_FUNC_(h5aread_real_4_c, H5AREAD_REAL_4_C)
497 #define nh5aread_real_5_c H5_FC_FUNC_(h5aread_real_5_c, H5AREAD_REAL_5_C)
498 #define nh5aread_real_6_c H5_FC_FUNC_(h5aread_real_6_c, H5AREAD_REAL_6_C)
499 #define nh5aread_real_7_c H5_FC_FUNC_(h5aread_real_7_c, H5AREAD_REAL_7_C)
500 #define nh5aread_double_s_c H5_FC_FUNC_(h5aread_double_s_c, H5AREAD_DOUBLE_S_C)
501 #define nh5aread_double_1_c H5_FC_FUNC_(h5aread_double_1_c, H5AREAD_DOUBLE_1_C)
502 #define nh5aread_double_2_c H5_FC_FUNC_(h5aread_double_2_c, H5AREAD_DOUBLE_2_C)
503 #define nh5aread_double_3_c H5_FC_FUNC_(h5aread_double_3_c, H5AREAD_DOUBLE_3_C)
504 #define nh5aread_double_4_c H5_FC_FUNC_(h5aread_double_4_c, H5AREAD_DOUBLE_4_C)
505 #define nh5aread_double_5_c H5_FC_FUNC_(h5aread_double_5_c, H5AREAD_DOUBLE_5_C)
506 #define nh5aread_double_6_c H5_FC_FUNC_(h5aread_double_6_c, H5AREAD_DOUBLE_6_C)
507 #define nh5aread_double_7_c H5_FC_FUNC_(h5aread_double_7_c, H5AREAD_DOUBLE_7_C)
508 #define nh5areadc_c H5_FC_FUNC_(h5areadc_c, H5AREADC_C)
509 #define nh5areadc_s_c H5_FC_FUNC_(h5areadc_s_c, H5AREADC_S_C)
510 #define nh5areadc_1_c H5_FC_FUNC_(h5areadc_1_c, H5AREADC_1_C)
511 #define nh5areadc_2_c H5_FC_FUNC_(h5areadc_2_c, H5AREADC_2_C)
512 #define nh5areadc_3_c H5_FC_FUNC_(h5areadc_3_c, H5AREADC_3_C)
513 #define nh5areadc_4_c H5_FC_FUNC_(h5areadc_4_c, H5AREADC_4_C)
514 #define nh5areadc_5_c H5_FC_FUNC_(h5areadc_5_c, H5AREADC_5_C)
515 #define nh5areadc_6_c H5_FC_FUNC_(h5areadc_6_c, H5AREADC_6_C)
516 #define nh5areadc_7_c H5_FC_FUNC_(h5areadc_7_c, H5AREADC_7_C)
517 #define nh5aget_name_c H5_FC_FUNC_(h5aget_name_c, H5AGET_NAME_C)
518 #define nh5aopen_idx_c H5_FC_FUNC_(h5aopen_idx_c, H5AOPEN_IDX_C)
519 #define nh5aget_space_c H5_FC_FUNC_(h5aget_space_c, H5AGET_SPACE_C)
520 #define nh5aget_type_c H5_FC_FUNC_(h5aget_type_c, H5AGET_TYPE_C)
521 #define nh5aget_num_attrs_c H5_FC_FUNC_(h5aget_num_attrs_c, H5AGET_NUM_ATTRS_C)
522 #define nh5adelete_c H5_FC_FUNC_(h5adelete_c, H5ADELETE_C)
523 #define nh5aget_storage_size_c H5_FC_FUNC_(h5aget_storage_size_c, H5AGET_STORAGE_SIZE_C)
524 #define nh5arename_by_name_c H5_FC_FUNC_(h5arename_by_name_c, H5ARENAME_BY_NAME_C)
525 #define nh5aopen_c H5_FC_FUNC_(h5aopen_c, H5AOPEN_C)
526 #define nh5adelete_by_name_c H5_FC_FUNC_(h5adelete_by_name_c,H5ADELETE_BY_NAME_C)
527 #define nh5adelete_by_idx_c H5_FC_FUNC_(h5adelete_by_idx_c,H5ADELETE_BY_IDX_C)
528 #define nh5aget_name_by_idx_c H5_FC_FUNC_(h5aget_name_by_idx_c,H5AGET_NAME_BY_IDX_C)
529 #define nh5aget_create_plist_c H5_FC_FUNC_(h5aget_create_plist_c,H5AGET_CREATE_PLIST_C)
530 #define nh5aopen_by_idx_c H5_FC_FUNC_(h5aopen_by_idx_c,H5AOPEN_BY_IDX_C)
531 #define nh5aget_info_c H5_FC_FUNC_(h5aget_info_c,H5AGET_INFO_C)
532 #define nh5aget_info_by_idx_c H5_FC_FUNC_(h5aget_info_by_idx_c,H5AGET_INFO_BY_IDX_C)
533 #define nh5aget_info_by_name_c H5_FC_FUNC_(h5aget_info_by_name_c,H5AGET_INFO_BY_NAME_C)
534 #define nh5aget_info_by_name_c H5_FC_FUNC_(h5aget_info_by_name_c,H5AGET_INFO_BY_NAME_C)
535 #define nh5acreate_by_name_c H5_FC_FUNC_(h5acreate_by_name_c,H5ACREATE_BY_NAME_C)
536 #define nh5aexists_c H5_FC_FUNC_(h5aexists_c,H5AEXISTS_C)
537 #define nh5aexists_by_name_c H5_FC_FUNC_(h5aexists_by_name_c,H5AEXISTS_BY_NAME_C)
538 #define nh5aopen_by_name_c H5_FC_FUNC_(h5aopen_by_name_c,H5AOPEN_BY_NAME_C)
539 #define nh5arename_c H5_FC_FUNC_(h5arename_c,H5ARENAME_C)
540 
541 H5_FCDLL int_f nh5acreate_c (hid_t_f *obj_id, _fcd name, size_t_f *namelen, hid_t_f *type_id, hid_t_f *space_id, hid_t_f *crt_prp, hid_t_f *aapl, hid_t_f *attr_id);
543 H5_FCDLL int_f nh5awritec_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
544 H5_FCDLL int_f nh5awritec_s_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
545 H5_FCDLL int_f nh5awritec_1_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
546 H5_FCDLL int_f nh5awritec_2_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
547 H5_FCDLL int_f nh5awritec_3_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
548 H5_FCDLL int_f nh5awritec_4_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
549 H5_FCDLL int_f nh5awritec_5_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
550 H5_FCDLL int_f nh5awritec_6_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
551 H5_FCDLL int_f nh5awritec_7_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
552 H5_FCDLL int_f nh5awrite_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
553 H5_FCDLL int_f nh5awrite_integer_s_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
554 H5_FCDLL int_f nh5awrite_integer_1_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
555 H5_FCDLL int_f nh5awrite_integer_2_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
556 H5_FCDLL int_f nh5awrite_integer_3_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
557 H5_FCDLL int_f nh5awrite_integer_4_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
558 H5_FCDLL int_f nh5awrite_integer_5_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
559 H5_FCDLL int_f nh5awrite_integer_6_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
560 H5_FCDLL int_f nh5awrite_integer_7_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
561 H5_FCDLL int_f nh5awrite_real_s_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
562 H5_FCDLL int_f nh5awrite_real_1_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
563 H5_FCDLL int_f nh5awrite_real_2_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
564 H5_FCDLL int_f nh5awrite_real_3_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
565 H5_FCDLL int_f nh5awrite_real_4_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
566 H5_FCDLL int_f nh5awrite_real_5_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
567 H5_FCDLL int_f nh5awrite_real_6_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
568 H5_FCDLL int_f nh5awrite_real_7_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
569 H5_FCDLL int_f nh5awrite_double_s_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
570 H5_FCDLL int_f nh5awrite_double_1_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
571 H5_FCDLL int_f nh5awrite_double_2_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
572 H5_FCDLL int_f nh5awrite_double_3_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
573 H5_FCDLL int_f nh5awrite_double_4_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
574 H5_FCDLL int_f nh5awrite_double_5_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
575 H5_FCDLL int_f nh5awrite_double_6_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
576 H5_FCDLL int_f nh5awrite_double_7_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
577 H5_FCDLL int_f h5awrite_f_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf);
578 H5_FCDLL int_f nh5areadc_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
579 H5_FCDLL int_f nh5areadc_s_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
580 H5_FCDLL int_f nh5areadc_1_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
581 H5_FCDLL int_f nh5areadc_2_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
582 H5_FCDLL int_f nh5areadc_3_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
583 H5_FCDLL int_f nh5areadc_4_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
584 H5_FCDLL int_f nh5areadc_5_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
585 H5_FCDLL int_f nh5areadc_6_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
586 H5_FCDLL int_f nh5areadc_7_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, void *dims);
587 H5_FCDLL int_f nh5aread_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
588 H5_FCDLL int_f nh5aread_integer_s_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
589 H5_FCDLL int_f nh5aread_integer_1_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
590 H5_FCDLL int_f nh5aread_integer_2_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
591 H5_FCDLL int_f nh5aread_integer_3_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
592 H5_FCDLL int_f nh5aread_integer_4_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
593 H5_FCDLL int_f nh5aread_integer_5_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
594 H5_FCDLL int_f nh5aread_integer_6_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
595 H5_FCDLL int_f nh5aread_integer_7_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
596 H5_FCDLL int_f nh5aread_real_s_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
597 H5_FCDLL int_f nh5aread_real_1_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
598 H5_FCDLL int_f nh5aread_real_2_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
599 H5_FCDLL int_f nh5aread_real_3_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
600 H5_FCDLL int_f nh5aread_real_4_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
601 H5_FCDLL int_f nh5aread_real_5_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
602 H5_FCDLL int_f nh5aread_real_6_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
603 H5_FCDLL int_f nh5aread_real_7_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
604 H5_FCDLL int_f nh5aread_double_s_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
605 H5_FCDLL int_f nh5aread_double_1_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
606 H5_FCDLL int_f nh5aread_double_2_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
607 H5_FCDLL int_f nh5aread_double_3_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
608 H5_FCDLL int_f nh5aread_double_4_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
609 H5_FCDLL int_f nh5aread_double_5_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
610 H5_FCDLL int_f nh5aread_double_6_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
611 H5_FCDLL int_f nh5aread_double_7_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, void *dims);
612 H5_FCDLL int_f h5aread_f_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf);
613 H5_FCDLL int_f nh5aclose_c ( hid_t_f *attr_id );
615 H5_FCDLL int_f nh5aopen_idx_c (hid_t_f *obj_id, int_f *idx, hid_t_f *attr_id);
616 H5_FCDLL int_f nh5aget_space_c (hid_t_f *attr_id, hid_t_f *space_id);
617 H5_FCDLL int_f nh5aget_type_c (hid_t_f *attr_id, hid_t_f *type_id);
618 H5_FCDLL int_f nh5aget_num_attrs_c (hid_t_f *obj_id, int_f *attr_num);
621 H5_FCDLL int_f nh5arename_by_name_c ( hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
622  _fcd old_attr_name, size_t_f *old_attr_namelen,
623  _fcd new_attr_name, size_t_f *new_attr_namelen,
624  hid_t_f *lapl_id );
625 H5_FCDLL int_f nh5aopen_c ( hid_t_f *obj_id, _fcd attr_name, size_t_f *attr_namelen,
626  hid_t_f *aapl_id, hid_t_f *attr_id);
627 H5_FCDLL int_f nh5adelete_by_name_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
628  _fcd attr_name, size_t_f *attr_namelen, hid_t_f *lapl_id);
629 H5_FCDLL int_f nh5adelete_by_idx_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
630  int_f *idx_type, int_f *order, hsize_t_f *n, hid_t_f *lapl_id);
631 H5_FCDLL int_f nh5aget_name_by_idx_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
632  int_f *idx_type, int_f *order, hsize_t_f *n, _fcd name,
633  size_t_f *size, hid_t_f *lapl_id);
634 H5_FCDLL int_f nh5aget_create_plist_c ( hid_t_f *attr_id, hid_t_f *creation_prop_id );
635 H5_FCDLL int_f nh5aopen_by_idx_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
636  int_f *idx_type, int_f *order, hsize_t_f *n, hid_t_f *aapl_id, hid_t_f *lapl_id, hid_t_f *attr_id);
637 H5_FCDLL int_f nh5aget_info_c (hid_t_f *loc_id, int_f *corder_valid, int_f *corder,
638  int_f *cset, hsize_t_f *data_size );
639 H5_FCDLL int_f nh5aget_info_by_idx_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
640  int_f *idx_type, int_f *order, hsize_t_f *n, hid_t_f *lapl_id,
641  int_f *corder_valid, int_f *corder,
642  int_f *cset, hsize_t_f *data_size );
643 H5_FCDLL int_f nh5aget_info_by_name_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
644  _fcd attr_name, size_t_f *attr_namelen, hid_t_f *lapl_id,
645  int_f *corder_valid, int_f *corder,
646  int_f *cset, hsize_t_f *data_size );
647 H5_FCDLL int_f nh5acreate_by_name_c(hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen,
648  _fcd attr_name, size_t_f *attr_namelen, hid_t_f *type_id,
649  hid_t_f *space_id, hid_t_f *acpl_id, hid_t_f *aapl_id,
650  hid_t_f *lapl_id, hid_t_f *attr_id );
651 H5_FCDLL int_f nh5aexists_c (hid_t_f *obj_id, _fcd name, size_t_f *namelen, hid_t_f *attr_exists);
652 H5_FCDLL int_f nh5aexists_by_name_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, _fcd attr_name, size_t_f *attr_namelen,
653  hid_t_f *lapl_id, int_f *attr_exists);
654 H5_FCDLL int_f nh5aopen_by_name_c (hid_t_f *loc_id, _fcd obj_name, size_t_f *obj_namelen, _fcd attr_name, size_t_f *attr_namelen,
655  hid_t_f *aapl_id, hid_t_f *lapl_id, hid_t_f *attr_id);
657  _fcd old_attr_name, size_t_f *old_attr_namelen,
658  _fcd new_attr_name, size_t_f *new_attr_namelen);
659 
660 /*
661  * Functions form H5Tf.c file
662  */
663 #define nh5topen_c H5_FC_FUNC_(h5topen_c, H5TOPEN_C)
664 #define nh5tcommit_c H5_FC_FUNC_(h5tcommit_c, H5TCOMMIT_C)
665 #define nh5tcommitted_c H5_FC_FUNC_(h5tcommitted_c, H5TCOMMITTED_C)
666 #define nh5tclose_c H5_FC_FUNC_(h5tclose_c, H5TCLOSE_C)
667 #define nh5tcopy_c H5_FC_FUNC_(h5tcopy_c, H5TCOPY_C)
668 #define nh5tequal_c H5_FC_FUNC_(h5tequal_c, H5TEQUAL_C)
669 #define nh5tget_class_c H5_FC_FUNC_(h5tget_class_c, H5TGET_CLASS_C)
670 #define nh5tget_order_c H5_FC_FUNC_(h5tget_order_c, H5TGET_ORDER_C)
671 #define nh5tset_order_c H5_FC_FUNC_(h5tset_order_c, H5TSET_ORDER_C)
672 #define nh5tget_size_c H5_FC_FUNC_(h5tget_size_c, H5TGET_SIZE_C)
673 #define nh5tset_size_c H5_FC_FUNC_(h5tset_size_c, H5TSET_SIZE_C)
674 #define nh5tget_precision_c H5_FC_FUNC_(h5tget_precision_c, H5TGET_PRECISION_C)
675 #define nh5tset_precision_c H5_FC_FUNC_(h5tset_precision_c, H5TSET_PRECISION_C)
676 #define nh5tget_offset_c H5_FC_FUNC_(h5tget_offset_c, H5TGET_OFFSET_C)
677 #define nh5tset_offset_c H5_FC_FUNC_(h5tset_offset_c, H5TSET_OFFSET_C)
678 #define nh5tget_pad_c H5_FC_FUNC_(h5tget_pad_c, H5TGET_PAD_C)
679 #define nh5tset_pad_c H5_FC_FUNC_(h5tset_pad_c, H5TSET_PAD_C)
680 #define nh5tget_sign_c H5_FC_FUNC_(h5tget_sign_c, H5TGET_SIGN_C)
681 #define nh5tset_sign_c H5_FC_FUNC_(h5tset_sign_c, H5TSET_SIGN_C)
682 #define nh5tget_fields_c H5_FC_FUNC_(h5tget_fields_c, H5TGET_FIELDS_C)
683 #define nh5tset_fields_c H5_FC_FUNC_(h5tset_fields_c, H5TSET_FIELDS_C)
684 #define nh5tget_ebias_c H5_FC_FUNC_(h5tget_ebias_c, H5TGET_EBIAS_C)
685 #define nh5tset_ebias_c H5_FC_FUNC_(h5tset_ebias_c, H5TSET_EBIAS_C)
686 #define nh5tget_norm_c H5_FC_FUNC_(h5tget_norm_c, H5TGET_NORM_C)
687 #define nh5tset_norm_c H5_FC_FUNC_(h5tset_norm_c, H5TSET_NORM_C)
688 #define nh5tget_inpad_c H5_FC_FUNC_(h5tget_inpad_c, H5TGET_INPAD_C)
689 #define nh5tset_inpad_c H5_FC_FUNC_(h5tset_inpad_c, H5TSET_INPAD_C)
690 #define nh5tget_cset_c H5_FC_FUNC_(h5tget_cset_c, H5TGET_CSET_C)
691 #define nh5tset_cset_c H5_FC_FUNC_(h5tset_cset_c, H5TSET_CSET_C)
692 #define nh5tget_strpad_c H5_FC_FUNC_(h5tget_strpad_c, H5TGET_STRPAD_C)
693 #define nh5tset_strpad_c H5_FC_FUNC_(h5tset_strpad_c, H5TSET_STRPAD_C)
694 #define nh5tget_nmembers_c H5_FC_FUNC_(h5tget_nmembers_c, H5TGET_NMEMBERS_C)
695 #define nh5tget_member_name_c H5_FC_FUNC_(h5tget_member_name_c, H5TGET_MEMBER_NAME_C)
696 #define nh5tget_member_offset_c H5_FC_FUNC_(h5tget_member_offset_c, H5TGET_MEMBER_OFFSET_C)
697 #define nh5tget_member_dims_c H5_FC_FUNC_(h5tget_member_dims_c, H5TGET_MEMBER_DIMS_C)
698 #define nh5tget_member_type_c H5_FC_FUNC_(h5tget_member_type_c, H5TGET_MEMBER_TYPE_C)
699 #define nh5tget_member_index_c H5_FC_FUNC_(h5tget_member_index_c, H5TGET_MEMBER_INDEX_C)
700 #define nh5tinsert_c H5_FC_FUNC_(h5tinsert_c, H5TINSERT_C)
701 #define nh5tcreate_c H5_FC_FUNC_(h5tcreate_c, H5TCREATE_C)
702 #define nh5tpack_c H5_FC_FUNC_(h5tpack_c, H5TPACK_C)
703 #define nh5tinsert_array_c H5_FC_FUNC_(h5tinsert_array_c, H5TINSERT_ARRAY_C)
704 #define nh5tinsert_array_c2 H5_FC_FUNC_(h5tinsert_array_c2, H5TINSERT_ARRAY_C2)
705 #define nh5tenum_create_c H5_FC_FUNC_(h5tenum_create_c, H5TENUM_CREATE_C)
706 #define nh5tenum_insert_c H5_FC_FUNC_(h5tenum_insert_c, H5TENUM_INSERT_C)
707 #define nh5tenum_nameof_c H5_FC_FUNC_(h5tenum_nameof_c, H5TENUM_NAMEOF_C)
708 #define nh5tenum_valueof_c H5_FC_FUNC_(h5tenum_valueof_c, H5TENUM_VALUEOF_C)
709 #define nh5tget_member_value_c H5_FC_FUNC_(h5tget_member_value_c, H5TGET_MEMBER_VALUE_C)
710 #define nh5tset_tag_c H5_FC_FUNC_(h5tset_tag_c, H5TSET_TAG_C)
711 #define nh5tget_tag_c H5_FC_FUNC_(h5tget_tag_c, H5TGET_TAG_C)
712 #define nh5tarray_create_c H5_FC_FUNC_(h5tarray_create_c, H5TARRAY_CREATE_C)
713 #define nh5tget_array_ndims_c H5_FC_FUNC_(h5tget_array_ndims_c, H5TGET_ARRAY_NDIMS_C)
714 #define nh5tget_array_dims_c H5_FC_FUNC_(h5tget_array_dims_c, H5TGET_ARRAY_DIMS_C)
715 #define nh5tget_super_c H5_FC_FUNC_(h5tget_super_c, H5TGET_SUPER_C)
716 #define nh5tvlen_create_c H5_FC_FUNC_(h5tvlen_create_c, H5TVLEN_CREATE_C)
717 #define nh5tis_variable_str_c H5_FC_FUNC_(h5tis_variable_str_c, H5TIS_VARIABLE_STR_C)
718 #define nh5tget_member_class_c H5_FC_FUNC_(h5tget_member_class_c, H5TGET_MEMBER_CLASS_C)
719 #define nh5tcommit_anon_c H5_FC_FUNC_(h5tcommit_anon_c, H5TCOMMIT_ANON_C)
720 #define nh5tdecode_c H5_FC_FUNC_(h5tdecode_c, H5TDECODE_C)
721 #define nh5tencode_c H5_FC_FUNC_(h5tencode_c, H5TENCODE_C)
722 #define nh5tget_create_plist_c H5_FC_FUNC_(h5tget_create_plist_c, H5TGET_CREATE_PLIST_C)
723 #define nh5tcompiler_conv_c H5_FC_FUNC_(h5tcompiler_conv_c, H5TCOMPILER_CONV_C)
724 #define nh5tget_native_type_c H5_FC_FUNC_(h5tget_native_type_c, H5TGET_NATIVE_TYPE_C )
725 
727 H5_FCDLL int_f nh5topen_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *type_id, hid_t_f *tapl_id );
728 H5_FCDLL int_f nh5tcommit_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *type_id, hid_t_f *lcpl_id, hid_t_f *tcpl_id, hid_t_f *tapl_id);
729 H5_FCDLL int_f nh5tclose_c ( hid_t_f *type_id );
730 H5_FCDLL int_f nh5tequal_c ( hid_t_f *type1_id , hid_t_f *type2_id, int_f *c_flag);
731 H5_FCDLL int_f nh5tcopy_c ( hid_t_f *type_id , hid_t_f *new_type_id);
732 H5_FCDLL int_f nh5tget_class_c ( hid_t_f *type_id , int_f *classtype);
738 H5_FCDLL int_f nh5tget_precision_c ( hid_t_f *type_id , size_t_f *precision);
739 H5_FCDLL int_f nh5tset_precision_c ( hid_t_f *type_id , size_t_f *precision);
742 H5_FCDLL int_f nh5tget_pad_c ( hid_t_f *type_id , int_f * lsbpad, int_f * msbpad);
743 H5_FCDLL int_f nh5tset_pad_c ( hid_t_f *type_id, int_f * lsbpad, int_f * msbpad );
746 H5_FCDLL int_f nh5tget_fields_c ( hid_t_f *type_id, size_t_f *spos, size_t_f *epos, size_t_f* esize, size_t_f* mpos, size_t_f* msize);
747 H5_FCDLL int_f nh5tset_fields_c ( hid_t_f *type_id, size_t_f *spos, size_t_f *epos, size_t_f* esize, size_t_f* mpos, size_t_f* msize);
748 H5_FCDLL int_f nh5tget_ebias_c ( hid_t_f *type_id , size_t_f *ebias);
749 H5_FCDLL int_f nh5tset_ebias_c ( hid_t_f *type_id , size_t_f *ebias);
750 H5_FCDLL int_f nh5tget_norm_c ( hid_t_f *type_id , int_f *norm);
751 H5_FCDLL int_f nh5tset_norm_c ( hid_t_f *type_id , int_f *norm);
752 H5_FCDLL int_f nh5tget_inpad_c ( hid_t_f *type_id, int_f * padtype);
753 H5_FCDLL int_f nh5tset_inpad_c ( hid_t_f *type_id, int_f * padtype);
754 H5_FCDLL int_f nh5tget_cset_c ( hid_t_f *type_id, int_f * cset);
755 H5_FCDLL int_f nh5tset_cset_c ( hid_t_f *type_id, int_f * cset);
756 H5_FCDLL int_f nh5tget_strpad_c ( hid_t_f *type_id, int_f * strpad);
757 H5_FCDLL int_f nh5tset_strpad_c ( hid_t_f *type_id, int_f * strpad);
758 H5_FCDLL int_f nh5tget_nmembers_c ( hid_t_f *type_id , int_f * num_members);
759 H5_FCDLL int_f nh5tget_member_name_c ( hid_t_f *type_id ,int_f* idx, _fcd member_name, int_f *namelen);
760 H5_FCDLL int_f nh5tget_member_dims_c ( hid_t_f *type_id ,int_f* field_idx, int_f * dims, size_t_f * field_dims, int_f * perm );
765 H5_FCDLL int_f nh5tpack_c(hid_t_f * type_id);
766 H5_FCDLL int_f nh5tinsert_array_c(hid_t_f * parent_id, _fcd name, int_f* namelen, size_t_f* offset, int_f* ndims, size_t_f* dims, hid_t_f* member_id, int_f* perm );
768 H5_FCDLL int_f nh5tenum_create_c ( hid_t_f *parent_id , hid_t_f *new_type_id);
770 H5_FCDLL int_f h5tenum_insert_ptr_c(hid_t_f *type_id, _fcd name, int_f* namelen, void *value);
773 H5_FCDLL int_f nh5tget_member_value_c(hid_t_f *type_id, int_f* member_no, int_f* value);
778 H5_FCDLL int_f nh5tget_array_ndims_c ( hid_t_f *type_id , int_f * ndims);
779 H5_FCDLL int_f nh5tget_super_c ( hid_t_f *type_id , hid_t_f *base_type_id);
780 H5_FCDLL int_f nh5tvlen_create_c ( hid_t_f *type_id , hid_t_f *vltype_id);
781 H5_FCDLL int_f nh5tis_variable_str_c ( hid_t_f *type_id , int_f *flag );
782 H5_FCDLL int_f nh5tget_member_class_c ( hid_t_f *type_id , int_f *member_no, int_f *cls );
783 H5_FCDLL int_f nh5tcommit_anon_c(hid_t_f *loc_id, hid_t_f *dtype_id, hid_t_f *tcpl_id, hid_t_f *tapl_id);
785 H5_FCDLL int_f nh5tencode_c (_fcd buf, hid_t_f *obj_id, size_t_f *nalloc );
786 H5_FCDLL int_f nh5tget_create_plist_c ( hid_t_f *dtype_id, hid_t_f *dtpl_id);
787 H5_FCDLL int_f nh5tcompiler_conv_c ( hid_t_f *src_id, hid_t_f *dst_id, int_f *c_flag);
788 H5_FCDLL int_f nh5tget_native_type_c(hid_t_f *dtype_id, int_f *direction, hid_t_f *native_dtype_id);
789 H5_FCDLL int_f h5tconvert_c(hid_t_f *src_id, hid_t_f *dst_id, size_t_f *nelmts, void *buf, void *background, hid_t_f *plist_id);
790 
791 
792 /*
793  * Functions from H5Of.c
794  */
795 
796 #define nh5olink_c H5_FC_FUNC_(h5olink_c, H5OLINK_C)
797 #define nh5oopen_c H5_FC_FUNC_(h5oopen_c, H5OOPEN_C)
798 #define nh5oclose_c H5_FC_FUNC_(h5oclose_c, H5OCLOSE_C)
799 #define nh5oopen_by_addr_c H5_FC_FUNC_(h5oopen_by_addr_c, H5OOPEN_BY_ADDR_C)
800 #define nh5ocopy_c H5_FC_FUNC_(h5ocopy_c, H5OCOPY_C)
801 #define nh5odecr_refcount_c H5_FC_FUNC_(h5odecr_refcount_c, H5ODECR_REFCOUNT_C)
802 #define nh5oincr_refcount_c H5_FC_FUNC_(h5oincr_refcount_c, H5OINCR_REFCOUNT_C)
803 #define nh5oexists_by_name_c H5_FC_FUNC_(h5oexists_by_name_c, H5OEXISTS_BY_NAME_C)
804 #define nh5oset_comment_c H5_FC_FUNC_(h5oset_comment_c, H5OSET_COMMENT_C)
805 #define nh5oset_comment_by_name_c H5_FC_FUNC_(h5oset_comment_by_name_c, H5OSET_COMMENT_BY_NAME_C)
806 #define nh5oopen_by_idx_c H5_FC_FUNC_(h5oopen_by_idx_c, H5OOPEN_BY_IDX_C)
807 #define nh5oget_comment_c H5_FC_FUNC_(h5oget_comment_c, H5OGET_COMMENT_C)
808 #define nh5oget_comment_by_name_c H5_FC_FUNC_(h5oget_comment_by_name_c, H5OGET_COMMENT_BY_NAME_C)
809 
810 H5_FCDLL int_f nh5oopen_c (hid_t_f *loc_id, _fcd name, size_t_f *namelen, hid_t_f *lapl_id, hid_t_f *obj_id);
811 H5_FCDLL int_f nh5oclose_c (hid_t_f *object_id );
812 H5_FCDLL int_f nh5oopen_by_addr_c (hid_t_f *loc_id, haddr_t_f *addr, hid_t_f *obj_id);
813 H5_FCDLL int_f nh5olink_c (hid_t_f *object_id, hid_t_f *new_loc_id, _fcd name, size_t_f *namelen,
814  hid_t_f *lcpl_id, hid_t_f *lapl_id);
815 H5_FCDLL int_f h5ovisit_c (hid_t_f *group_id, int_f *index_type, int_f *order, H5O_iterate_t op, void *op_data);
816 H5_FCDLL int_f h5ovisit_by_name_c(hid_t_f *loc_id, _fcd object_name, size_t_f *namelen, int_f *index_type, int_f *order,
817  H5O_iterate_t op, void *op_data, hid_t_f *lapl_id );
818 H5_FCDLL int_f h5oget_info_c (hid_t_f *object_id, H5O_info_t_f *object_info);
820  int_f *index_field, int_f *order, hsize_t_f *n, hid_t_f *lapl_id, H5O_info_t_f *object_info);
822  H5O_info_t_f *object_info);
823 H5_FCDLL int_f nh5ocopy_c (hid_t_f *src_loc_id, _fcd src_name, size_t_f *src_name_len,
824  hid_t_f *dst_loc_id, _fcd dst_name, size_t_f *dst_name_len,
825  hid_t_f *ocpypl_id, hid_t_f *lcpl_id );
829 H5_FCDLL int_f nh5oset_comment_c (hid_t_f *object_id, _fcd comment, size_t_f *commentlen);
830 H5_FCDLL int_f nh5oset_comment_by_name_c (hid_t_f *object_id, _fcd name, size_t_f *namelen, _fcd comment, size_t_f *commentlen, hid_t_f *lapl_id);
831 H5_FCDLL int_f nh5oopen_by_idx_c (hid_t_f *loc_id, _fcd group_name, size_t_f *group_namelen,
832  int_f *index_type, int_f *order, hsize_t_f *n, hid_t_f *obj_id, hid_t_f *lapl_id);
833 H5_FCDLL int_f nh5oget_comment_c (hid_t_f *object_id, _fcd comment, size_t_f *commentsize, hssize_t_f *bufsize);
835  _fcd comment, size_t_f *commentsize, size_t_f *bufsize, hid_t_f *lapl_id);
836 /*
837  * Functions from H5Pf.c
838  */
839 #define nh5pcreate_c H5_FC_FUNC_(h5pcreate_c, H5PCREATE_C)
840 #define nh5pclose_c H5_FC_FUNC_(h5pclose_c, H5PCLOSE_C)
841 #define nh5pcopy_c H5_FC_FUNC_(h5pcopy_c, H5PCOPY_C)
842 #define nh5pcreate_class_f90_c H5_FC_FUNC_(h5pcreate_class_f90_c, H5PCREATE_CLASS_F90_C)
843 #define nh5pequal_c H5_FC_FUNC_(h5pequal_c, H5PEQUAL_C)
844 #define nh5pget_class_c H5_FC_FUNC_(h5pget_class_c, H5PGET_CLASS_C)
845 #define nh5pset_deflate_c H5_FC_FUNC_(h5pset_deflate_c, H5PSET_DEFLATE_C)
846 #define nh5pset_preserve_c H5_FC_FUNC_(h5pset_preserve_c, H5PSET_PRESERVE_C)
847 #define nh5pget_preserve_c H5_FC_FUNC_(h5pget_preserve_c, H5PGET_PRESERVE_C)
848 #define nh5pset_chunk_c H5_FC_FUNC_(h5pset_chunk_c, H5PSET_CHUNK_C)
849 #define nh5pget_chunk_c H5_FC_FUNC_(h5pget_chunk_c, H5PGET_CHUNK_C)
850 #define nh5pset_fill_valuec_c H5_FC_FUNC_(h5pset_fill_valuec_c, H5PSET_FILL_VALUEC_C)
851 #define nh5pset_fill_value_integer_c H5_FC_FUNC_(h5pset_fill_value_integer_c, H5PSET_FILL_VALUE_INTEGER_C)
852 #define nh5pset_fill_value_real_c H5_FC_FUNC_(h5pset_fill_value_real_c, H5PSET_FILL_VALUE_REAL_C)
853 #define nh5pset_fill_value_double_c H5_FC_FUNC_(h5pset_fill_value_double_c, H5PSET_FILL_VALUE_DOUBLE_C)
854 #define nh5pget_fill_valuec_c H5_FC_FUNC_(h5pget_fill_valuec_c, H5PGET_FILL_VALUEC_C)
855 #define nh5pget_fill_value_integer_c H5_FC_FUNC_(h5pget_fill_value_integer_c, H5PGET_FILL_VALUE_INTEGER_C)
856 #define nh5pget_fill_value_real_c H5_FC_FUNC_(h5pget_fill_value_real_c, H5PGET_FILL_VALUE_REAL_C)
857 #define nh5pget_fill_value_double_c H5_FC_FUNC_(h5pget_fill_value_double_c, H5PGET_FILL_VALUE_DOUBLE_C)
858 #define nh5pget_version_c H5_FC_FUNC_(h5pget_version_c, H5PGET_VERSION_C)
859 #define nh5pget_userblock_c H5_FC_FUNC_(h5pget_userblock_c, H5PGET_USERBLOCK_C)
860 #define nh5pset_userblock_c H5_FC_FUNC_(h5pset_userblock_c, H5PSET_USERBLOCK_C)
861 #define nh5pset_sizes_c H5_FC_FUNC_(h5pset_sizes_c, H5PSET_SIZES_C)
862 #define nh5pget_sizes_c H5_FC_FUNC_(h5pget_sizes_c, H5PGET_SIZES_C)
863 #define nh5pget_sym_k_c H5_FC_FUNC_(h5pget_sym_k_c, H5PGET_SYM_K_C)
864 #define nh5pset_sym_k_c H5_FC_FUNC_(h5pset_sym_k_c, H5PSET_SYM_K_C)
865 #define nh5pget_istore_k_c H5_FC_FUNC_(h5pget_istore_k_c, H5PGET_ISTORE_K_C)
866 #define nh5pset_istore_k_c H5_FC_FUNC_(h5pset_istore_k_c, H5PSET_ISTORE_K_C)
867 #define nh5pget_driver_c H5_FC_FUNC_(h5pget_driver_c, H5PGET_DRIVER_C)
868 #define nh5pset_fapl_stdio_c H5_FC_FUNC_(h5pset_fapl_stdio_c, H5PSET_FAPL_STDIO_C)
869 #define nh5pget_fapl_stdio_c H5_FC_FUNC_(h5pget_fapl_stdio_c, H5PGET_FAPL_STDIO_C)
870 #define nh5pset_fapl_sec2_c H5_FC_FUNC_(h5pset_fapl_sec2_c, H5PSET_FAPL_SEC2_C)
871 #define nh5pget_fapl_sec2_c H5_FC_FUNC_(h5pget_fapl_sec2_c, H5PGET_FAPL_SEC2_C)
872 #define nh5pset_alignment_c H5_FC_FUNC_(h5pset_alignment_c, H5PSET_ALIGNMENT_C)
873 #define nh5pget_alignment_c H5_FC_FUNC_(h5pget_alignment_c, H5PGET_ALIGNMENT_C)
874 #define nh5pset_fapl_core_c H5_FC_FUNC_(h5pset_fapl_core_c, H5PSET_FAPL_CORE_C)
875 #define nh5pget_fapl_core_c H5_FC_FUNC_(h5pget_fapl_core_c, H5PGET_FAPL_CORE_C)
876 #define nh5pset_fapl_family_c H5_FC_FUNC_(h5pset_fapl_family_c, H5PSET_FAPL_FAMILY_C)
877 #define nh5pget_fapl_family_c H5_FC_FUNC_(h5pget_fapl_family_c, H5PGET_FAPL_FAMILY_C)
878 #define nh5pset_cache_c H5_FC_FUNC_(h5pset_cache_c, H5PSET_CACHE_C)
879 #define nh5pget_cache_c H5_FC_FUNC_(h5pget_cache_c, H5PGET_CACHE_C)
880 #define nh5pset_fapl_split_c H5_FC_FUNC_(h5pset_fapl_split_c, H5PSET_FAPL_SPLIT_C)
881 #define nh5pget_fapl_split_c H5_FC_FUNC_(h5pget_fapl_split_c, H5PGET_FAPL_SPLIT_C)
882 #define nh5pset_gc_references_c H5_FC_FUNC_(h5pset_gc_references_c, H5PSET_GC_REFERENCES_C)
883 #define nh5pget_gc_references_c H5_FC_FUNC_(h5pget_gc_references_c, H5PGET_GC_REFERENCES_C)
884 #define nh5pset_layout_c H5_FC_FUNC_(h5pset_layout_c, H5PSET_LAYOUT_C)
885 #define nh5pget_layout_c H5_FC_FUNC_(h5pget_layout_c, H5PGET_LAYOUT_C)
886 #define nh5pset_filter_c H5_FC_FUNC_(h5pset_filter_c, H5PSET_FILTER_C)
887 #define nh5premove_filter_c H5_FC_FUNC_(h5premove_filter_c, H5PREMOVE_FILTER_C)
888 #define nh5pmodify_filter_c H5_FC_FUNC_(h5pmodify_filter_c, H5PMODIFY_FILTER_C)
889 #define nh5pget_nfilters_c H5_FC_FUNC_(h5pget_nfilters_c, H5PGET_NFILTERS_C)
890 #define nh5pget_filter_c H5_FC_FUNC_(h5pget_filter_c, H5PGET_FILTER_C)
891 #define nh5pget_filter_by_id_c H5_FC_FUNC_(h5pget_filter_by_id_c, H5PGET_FILTER_BY_ID_C)
892 #define nh5pset_external_c H5_FC_FUNC_(h5pset_external_c, H5PSET_EXTERNAL_C)
893 #define nh5pget_external_count_c H5_FC_FUNC_(h5pget_external_count_c, H5PGET_EXTERNAL_COUNT_C)
894 #define nh5pget_external_c H5_FC_FUNC_(h5pget_external_c, H5PGET_EXTERNAL_C)
895 #define nh5pget_btree_ratios_c H5_FC_FUNC_(h5pget_btree_ratios_c, H5PGET_BTREE_RATIOS_C)
896 #define nh5pset_btree_ratios_c H5_FC_FUNC_(h5pset_btree_ratios_c, H5PSET_BTREE_RATIOS_C)
897 #define nh5pset_fapl_mpio_c H5_FC_FUNC_(h5pset_fapl_mpio_c, H5PSET_FAPL_MPIO_C)
898 #define nh5pget_fapl_mpio_c H5_FC_FUNC_(h5pget_fapl_mpio_c, H5PGET_FAPL_MPIO_C)
899 #define nh5pset_dxpl_mpio_c H5_FC_FUNC_(h5pset_dxpl_mpio_c, H5PSET_DXPL_MPIO_C)
900 #define nh5pget_dxpl_mpio_c H5_FC_FUNC_(h5pget_dxpl_mpio_c, H5PGET_DXPL_MPIO_C)
901 #define nh5pget_fclose_degree_c H5_FC_FUNC_(h5pget_fclose_degree_c, H5PGET_FCLOSE_DEGREE_C)
902 #define nh5pset_fclose_degree_c H5_FC_FUNC_(h5pset_fclose_degree_c, H5PSET_FCLOSE_DEGREE_C)
903 #define nh5pset_buffer_c H5_FC_FUNC_(h5pset_buffer_c, H5PSET_BUFFER_C)
904 #define nh5pget_buffer_c H5_FC_FUNC_(h5pget_buffer_c, H5PGET_BUFFER_C)
905 #define nh5pfill_value_defined_c H5_FC_FUNC_(h5pfill_value_defined_c, H5PFILL_VALUE_DEFINED_C)
906 #define nh5pset_alloc_time_c H5_FC_FUNC_(h5pset_alloc_time_c, H5PSET_ALLOC_TIME_C)
907 #define nh5pget_alloc_time_c H5_FC_FUNC_(h5pget_alloc_time_c, H5PGET_ALLOC_TIME_C)
908 #define nh5pset_fill_time_c H5_FC_FUNC_(h5pset_fill_time_c, H5PSET_FILL_TIME_C)
909 #define nh5pget_fill_time_c H5_FC_FUNC_(h5pget_fill_time_c, H5PGET_FILL_TIME_C)
910 #define nh5pset_meta_block_size_c H5_FC_FUNC_(h5pset_meta_block_size_c, H5PSET_META_BLOCK_SIZE_C)
911 #define nh5pget_meta_block_size_c H5_FC_FUNC_(h5pget_meta_block_size_c, H5PGET_META_BLOCK_SIZE_C)
912 #define nh5pset_sieve_buf_size_c H5_FC_FUNC_(h5pset_sieve_buf_size_c, H5PSET_SIEVE_BUF_SIZE_C)
913 #define nh5pget_sieve_buf_size_c H5_FC_FUNC_(h5pget_sieve_buf_size_c, H5PGET_SIEVE_BUF_SIZE_C)
914 #define nh5pset_hyper_vector_size_c H5_FC_FUNC_(h5pset_hyper_vector_size_c, H5PSET_HYPER_VECTOR_SIZE_C)
915 #define nh5pget_hyper_vector_size_c H5_FC_FUNC_(h5pget_hyper_vector_size_c, H5PGET_HYPER_VECTOR_SIZE_C)
916 #define nh5pset_small_data_block_size_c H5_FC_FUNC_(h5pset_small_data_block_size_c, H5PSET_SMALL_DATA_BLOCK_SIZE_C)
917 #define nh5pget_small_data_block_size_c H5_FC_FUNC_(h5pget_small_data_block_size_c, H5PGET_SMALL_DATA_BLOCK_SIZE_C)
918 #define nh5pregister_integer_c H5_FC_FUNC_(h5pregister_integer_c, H5PREGISTER_INTEGER_C)
919 #define nh5pregister_real_c H5_FC_FUNC_(h5pregister_real_c, H5PREGISTER_REAL_C)
920 #define nh5pregister_double_c H5_FC_FUNC_(h5pregister_double_c, H5PREGISTER_DOUBLE_C)
921 #define nh5pregisterc_c H5_FC_FUNC_(h5pregisterc_c, H5PREGISTERC_C)
922 #define nh5pinsert_integer_c H5_FC_FUNC_(h5pinsert_integer_c, H5PINSERT_INTEGER_C)
923 #define nh5pinsert_real_c H5_FC_FUNC_(h5pinsert_real_c, H5PINSERT_REAL_C)
924 #define nh5pinsert_double_c H5_FC_FUNC_(h5pinsert_double_c, H5PINSERT_DOUBLE_C)
925 #define nh5pinsertc_c H5_FC_FUNC_(h5pinsertc_c, H5PINSERTC_C)
926 #define nh5pset_integer_c H5_FC_FUNC_(h5pset_integer_c, H5PSET_INTEGER_C)
927 #define nh5pset_real_c H5_FC_FUNC_(h5pset_real_c, H5PSET_REAL_C)
928 #define nh5pset_double_c H5_FC_FUNC_(h5pset_double_c, H5PSET_DOUBLE_C)
929 #define nh5psetc_c H5_FC_FUNC_(h5psetc_c, H5PSETC_C)
930 #define nh5pget_integer_c H5_FC_FUNC_(h5pget_integer_c, H5PGET_INTEGER_C)
931 #define nh5pget_real_c H5_FC_FUNC_(h5pget_real_c, H5PGET_REAL_C)
932 #define nh5pget_double_c H5_FC_FUNC_(h5pget_double_c, H5PGET_DOUBLE_C)
933 #define nh5pgetc_c H5_FC_FUNC_(h5pgetc_c, H5PGETC_C)
934 #define nh5pexist_c H5_FC_FUNC_(h5pexist_c, H5PEXIST_C)
935 #define nh5pget_size_c H5_FC_FUNC_(h5pget_size_c, H5PGET_SIZE_C)
936 #define nh5pget_nprops_c H5_FC_FUNC_(h5pget_nprops_c, H5PGET_NPROPS_C)
937 #define nh5pget_class_parent_c H5_FC_FUNC_(h5pget_class_parent_c, H5PGET_CLASS_PARENT_C)
938 #define nh5pisa_class_c H5_FC_FUNC_(h5pisa_class_c, H5PISA_CLASS_C)
939 #define nh5pcopy_prop_c H5_FC_FUNC_(h5pcopy_prop_c, H5PCOPY_PROP_C)
940 #define nh5premove_c H5_FC_FUNC_(h5premove_c, H5PREMOVE_C)
941 #define nh5punregister_c H5_FC_FUNC_(h5punregister_c, H5PUNREGISTER_C)
942 #define nh5pclose_class_c H5_FC_FUNC_(h5pclose_class_c, H5PCLOSE_CLASS_C)
943 #define nh5pget_class_name_c H5_FC_FUNC_(h5pget_class_name_c, H5PGET_CLASS_NAME_C)
944 #define nh5pset_shuffle_c H5_FC_FUNC_(h5pset_shuffle_c, H5PSET_SHUFFLE_C)
945 #define nh5pset_fletcher32_c H5_FC_FUNC_(h5pset_fletcher32_c, H5PSET_FLETCHER32_C)
946 #define nh5pset_edc_check_c H5_FC_FUNC_(h5pset_edc_check_c, H5PSET_EDC_CHECK_C)
947 #define nh5pget_edc_check_c H5_FC_FUNC_(h5pget_edc_check_c, H5PGET_EDC_CHECK_C)
948 #define nh5pset_family_offset_c H5_FC_FUNC_(h5pset_family_offset_c, H5PSET_FAMILY_OFFSET_C)
949 #define nh5pget_fapl_multi_c H5_FC_FUNC_(h5pget_fapl_multi_c, H5PGET_FAPL_MULTI_C)
950 #define nh5pset_fapl_multi_c H5_FC_FUNC_(h5pset_fapl_multi_c, H5PSET_FAPL_MULTI_C)
951 #define nh5pset_fapl_multi_sc H5_FC_FUNC_(h5pset_fapl_multi_sc, H5PSET_FAPL_MULTI_SC)
952 #define nh5pset_szip_c H5_FC_FUNC_(h5pset_szip_c, H5PSET_SZIP_C)
953 #define nh5pall_filters_avail_c H5_FC_FUNC_(h5pall_filters_avail_c, H5PALL_FILTERS_AVAIL_C)
954 #define nh5pget_attr_phase_change_c H5_FC_FUNC_(h5pget_attr_phase_change_c, H5PGET_ATTR_PHASE_CHANGE_C)
955 #define nh5pset_attr_creation_order_c H5_FC_FUNC_(h5pset_attr_creation_order_c, H5PSET_ATTR_CREATION_ORDER_C)
956 #define nh5pset_shared_mesg_nindexes_c H5_FC_FUNC_(h5pset_shared_mesg_nindexes_c, H5PSET_SHARED_MESG_NINDEXES_C)
957 #define nh5pset_shared_mesg_index_c H5_FC_FUNC_(h5pset_shared_mesg_index_c,H5PSET_SHARED_MESG_INDEX_C)
958 #define nh5pget_attr_creation_order_c H5_FC_FUNC_(h5pget_attr_creation_order_c,H5PGET_ATTR_CREATION_ORDER_C)
959 #define nh5pset_libver_bounds_c H5_FC_FUNC_(h5pset_libver_bounds_c,H5PSET_LIBVER_BOUNDS_C)
960 #define nh5pset_link_creation_order_c H5_FC_FUNC_(h5pset_link_creation_order_c, H5PSET_LINK_CREATION_ORDER_C)
961 #define nh5pget_link_phase_change_c H5_FC_FUNC_(h5pget_link_phase_change_c, H5PGET_LINK_PHASE_CHANGE_C)
962 #define nh5pget_obj_track_times_c H5_FC_FUNC_(h5pget_obj_track_times_c, H5PGET_OBJ_TRACK_TIMES_C)
963 #define nh5pset_obj_track_times_c H5_FC_FUNC_(h5pset_obj_track_times_c, H5PSET_OBJ_TRACK_TIMES_C)
964 #define nh5pset_create_inter_group_c H5_FC_FUNC_(h5pset_create_inter_group_c,H5PSET_CREATE_INTER_GROUP_C)
965 #define nh5pget_create_inter_group_c H5_FC_FUNC_(h5pget_create_inter_group_c,H5PGET_CREATE_INTER_GROUP_C)
966 #define nh5pget_link_creation_order_c H5_FC_FUNC_(h5pget_link_creation_order_c,H5PGET_LINK_CREATION_ORDER_C)
967 #define nh5pset_char_encoding_c H5_FC_FUNC_(h5pset_char_encoding_c, H5PSET_CHAR_ENCODING_C)
968 #define nh5pget_char_encoding_c H5_FC_FUNC_(h5pget_char_encoding_c, H5PGET_CHAR_ENCODING_C)
969 #define nh5pset_copy_object_c H5_FC_FUNC_(h5pset_copy_object_c, H5PSET_COPY_OBJECT_C)
970 #define nh5pget_copy_object_c H5_FC_FUNC_(h5pget_copy_object_c, H5PGET_COPY_OBJECT_C)
971 #define nh5pget_data_transform_c H5_FC_FUNC_(h5pget_data_transform_c, H5PGET_DATA_TRANSFORM_C)
972 #define nh5pset_data_transform_c H5_FC_FUNC_(h5pset_data_transform_c, H5PSET_DATA_TRANSFORM_C)
973 #define nh5pget_local_heap_size_hint_c H5_FC_FUNC_(h5pget_local_heap_size_hint_c, H5PGET_LOCAL_HEAP_SIZE_HINT_C)
974 #define nh5pget_est_link_info_c H5_FC_FUNC_(h5pget_est_link_info_c,H5PGET_EST_LINK_INFO_C)
975 #define nh5pset_est_link_info_c H5_FC_FUNC_(h5pset_est_link_info_c,H5PSET_EST_LINK_INFO_C)
976 #define nh5pset_local_heap_size_hint_c H5_FC_FUNC_(h5pset_local_heap_size_hint_c, H5PSET_LOCAL_HEAP_SIZE_HINT_C)
977 #define nh5pset_link_phase_change_c H5_FC_FUNC_(h5pset_link_phase_change_c, H5PSET_LINK_PHASE_CHANGE_C)
978 #define nh5pset_fapl_direct_c H5_FC_FUNC_(h5pset_fapl_direct_c, H5PSET_FAPL_DIRECT_C)
979 #define nh5pget_fapl_direct_c H5_FC_FUNC_(h5pget_fapl_direct_c, H5PGET_FAPL_DIRECT_C)
980 #define nh5pset_attr_phase_change_c H5_FC_FUNC_(h5pset_attr_phase_change_c, H5PSET_ATTR_PHASE_CHANGE_C)
981 #define nh5pset_nbit_c H5_FC_FUNC_(h5pset_nbit_c, H5PSET_NBIT_C)
982 #define nh5pset_scaleoffset_c H5_FC_FUNC_(h5pset_scaleoffset_c, H5PSET_SCALEOFFSET_C)
983 #define nh5pset_nlinks_c H5_FC_FUNC_(h5pset_nlinks_c, H5PSET_NLINKS_C)
984 #define nh5pget_nlinks_c H5_FC_FUNC_(h5pget_nlinks_c, H5PGET_NLINKS_C)
985 #define nh5pset_chunk_cache_c H5_FC_FUNC_(h5pset_chunk_cache_c, H5PSET_CHUNK_CACHE_C)
986 #define nh5pget_chunk_cache_c H5_FC_FUNC_(h5pget_chunk_cache_c, H5PGET_CHUNK_CACHE_C)
987 #define nh5pget_mpio_actual_io_mode_c H5_FC_FUNC_(h5pget_mpio_actual_io_mode_c, H5PGET_MPIO_ACTUAL_IO_MODE_C)
988 
989 H5_FCDLL int_f nh5pcreate_c ( hid_t_f *cls, hid_t_f *prp_id );
990 H5_FCDLL int_f nh5pclose_c ( hid_t_f *prp_id );
991 H5_FCDLL int_f nh5pcopy_c ( hid_t_f *prp_id , hid_t_f *new_prp_id);
992 H5_FCDLL int_f nh5pequal_c ( hid_t_f *plist1_id , hid_t_f *plist2_id, int_f *c_flag);
993 H5_FCDLL int_f nh5pget_class_c ( hid_t_f *prp_id , hid_t_f *classtype);
994 H5_FCDLL int_f nh5pset_deflate_c ( hid_t_f *prp_id , int_f *level);
996 H5_FCDLL int_f nh5pget_chunk_c ( hid_t_f *prp_id, int_f *max_rank, hsize_t_f *dims );
997 H5_FCDLL int_f h5pset_file_image_c (hid_t_f *fapl_id, void *buf_ptr, size_t_f *buf_len);
998 H5_FCDLL int_f nh5pset_fill_valuec_c (hid_t_f *prp_id, hid_t_f *type_id, _fcd fillvalue);
999 H5_FCDLL int_f h5pset_fill_value_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue);
1000 H5_FCDLL int_f nh5pset_fill_value_integer_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue);
1001 H5_FCDLL int_f nh5pset_fill_value_real_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue);
1002 H5_FCDLL int_f nh5pset_fill_value_double_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue);
1003 H5_FCDLL int_f h5pget_file_image_c (hid_t_f *fapl_id, void **buf_ptr, size_t_f *buf_len);
1004 H5_FCDLL int_f nh5pget_fill_valuec_c (hid_t_f *prp_id, hid_t_f *type_id, _fcd fillvalue);
1005 H5_FCDLL int_f h5pget_fill_value_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue);
1006 H5_FCDLL int_f nh5pget_fill_value_integer_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue);
1007 H5_FCDLL int_f nh5pget_fill_value_real_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue);
1008 H5_FCDLL int_f nh5pget_fill_value_double_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue);
1009 H5_FCDLL int_f nh5pset_preserve_c ( hid_t_f *prp_id , int_f *flag);
1010 H5_FCDLL int_f nh5pget_preserve_c ( hid_t_f *prp_id , int_f *flag);
1011 H5_FCDLL int_f nh5pget_version_c (hid_t_f *prp_id, int_f * boot,int_f * freelist, int_f * stab, int_f *shhdr);
1014 H5_FCDLL int_f nh5pget_sizes_c (hid_t_f *prp_id, size_t_f * sizeof_addr, size_t_f * sizeof_size);
1015 H5_FCDLL int_f nh5pset_sizes_c (hid_t_f *prp_id, size_t_f * sizeof_addr, size_t_f * sizeof_size);
1016 H5_FCDLL int_f nh5pset_sym_k_c (hid_t_f *prp_id, int_f* ik, int_f* lk);
1017 H5_FCDLL int_f nh5pget_sym_k_c (hid_t_f *prp_id, int_f* ik, int_f* lk);
1020 H5_FCDLL int_f nh5pget_driver_c (hid_t_f *prp_id, hid_t_f*driver);
1025 H5_FCDLL int_f nh5pset_alignment_c(hid_t_f *prp_id, hsize_t_f* threshold, hsize_t_f* alignment);
1026 H5_FCDLL int_f nh5pget_alignment_c(hid_t_f *prp_id, hsize_t_f* threshold, hsize_t_f* alignment);
1027 H5_FCDLL int_f nh5pget_fapl_core_c (hid_t_f *prp_id, size_t_f* increment, int_f *flag);
1028 H5_FCDLL int_f nh5pset_fapl_core_c (hid_t_f *prp_id, size_t_f* increment, int_f *flag);
1029 H5_FCDLL int_f nh5pset_fapl_family_c (hid_t_f *prp_id, hsize_t_f* memb_size, hid_t_f* memb_plist );
1030 H5_FCDLL int_f nh5pget_fapl_family_c (hid_t_f *prp_id, hsize_t_f* memb_size, hid_t_f* memb_plist );
1031 H5_FCDLL int_f nh5pset_cache_c(hid_t_f *prp_id, int_f* mdc_nelmts, size_t_f* rdcc_nelmts, size_t_f* rdcc_nbytes, real_f* rdcc_w0);
1032 H5_FCDLL int_f nh5pget_cache_c(hid_t_f *prp_id, int_f* mdc_nelmts, size_t_f* rdcc_nelmts, size_t_f* rdcc_nbytes, real_f* rdcc_w0);
1033 H5_FCDLL int_f nh5pget_fapl_split_c(hid_t_f *prp_id, size_t_f* meta_ext_size , _fcd meta_ext, hid_t_f* meta_plist, size_t_f* raw_ext_size, _fcd raw_ext, hid_t_f * raw_plist);
1034 H5_FCDLL int_f nh5pset_fapl_split_c(hid_t_f *prp_id, int_f* meta_len, _fcd meta_ext, hid_t_f* meta_plist, int_f* raw_len, _fcd raw_ext, hid_t_f * raw_plist);
1035 H5_FCDLL int_f nh5pset_gc_references_c(hid_t_f *prp_id, int_f* gc_references);
1036 H5_FCDLL int_f nh5pget_gc_references_c(hid_t_f *prp_id, int_f* gc_references);
1037 H5_FCDLL int_f nh5pset_layout_c (hid_t_f *prp_id, int_f* layout);
1038 H5_FCDLL int_f nh5pget_layout_c (hid_t_f *prp_id, int_f* layout);
1039 H5_FCDLL int_f nh5pset_filter_c (hid_t_f *prp_id, int_f* filter, int_f* flags, size_t_f* cd_nelmts, int_f* cd_values );
1040 H5_FCDLL int_f nh5premove_filter_c (hid_t_f *prp_id, int_f* filter);
1041 H5_FCDLL int_f nh5pmodify_filter_c (hid_t_f *prp_id, int_f* filter, int_f* flags, size_t_f* cd_nelmts, int_f* cd_values );
1042 H5_FCDLL int_f nh5pget_nfilters_c (hid_t_f *prp_id, int_f* nfilters);
1043 H5_FCDLL int_f nh5pget_filter_c(hid_t_f *prp_id, int_f* filter_number, int_f* flags, size_t_f* cd_nelmts, int_f* cd_values, size_t_f *namelen, _fcd name, int_f* filter_id);
1044 H5_FCDLL int_f nh5pget_filter_by_id_c(hid_t_f *prp_id, int_f* filter_id, int_f* flags, size_t_f* cd_nelmts, int_f* cd_values, size_t_f *namelen, _fcd name);
1048 H5_FCDLL int_f nh5pget_btree_ratios_c(hid_t_f *prp_id, real_f* left, real_f* middle, real_f* right);
1049 H5_FCDLL int_f nh5pset_btree_ratios_c(hid_t_f *prp_id, real_f* left, real_f* middle, real_f* right);
1052 H5_FCDLL int_f nh5pget_dxpl_mpio_c(hid_t_f *prp_id, int_f* data_xfer_mode);
1053 H5_FCDLL int_f nh5pset_dxpl_mpio_c(hid_t_f *prp_id, int_f* data_xfer_mode);
1070 H5_FCDLL int_f h5pcreate_class_c(hid_t_f *parent, _fcd name, int_f *name_len, hid_t_f *cls,
1071  H5P_cls_create_func_t create, void *create_data,
1072  H5P_cls_copy_func_t copy, void *copy_data,
1073  H5P_cls_close_func_t close, void *close_data);
1074 H5_FCDLL int_f nh5pcreate_class_f90_c(hid_t_f *parent, _fcd name, int_f *name_len, hid_t_f *cls);
1075 H5_FCDLL int_f h5pregister_c(hid_t_f *cls, _fcd name, int_f * name_len, size_t_f *size, void *value);
1076 H5_FCDLL int_f nh5pregister_integer_c(hid_t_f *cls, _fcd name, int_f * name_len, size_t_f *size, void *value);
1077 H5_FCDLL int_f nh5pregister_real_c(hid_t_f *cls, _fcd name, int_f * name_len, size_t_f *size, void *value);
1078 H5_FCDLL int_f nh5pregister_double_c(hid_t_f *cls, _fcd name, int_f * name_len, size_t_f *size, void *value);
1079 H5_FCDLL int_f nh5pregisterc_c(hid_t_f *cls, _fcd name, int_f * name_len, size_t_f *size, _fcd value, int_f *value_len);
1080 H5_FCDLL int_f h5pinsert_c(hid_t_f *plist, _fcd name, int_f *name_len, size_t_f *size, void *value);
1081 H5_FCDLL int_f nh5pinsert_integer_c(hid_t_f *plist, _fcd name, int_f *name_len, size_t_f *size, void *value);
1082 H5_FCDLL int_f nh5pinsert_real_c(hid_t_f *plist, _fcd name, int_f *name_len, size_t_f *size, void *value);
1083 H5_FCDLL int_f nh5pinsert_double_c(hid_t_f *plist, _fcd name, int_f *name_len, size_t_f *size, void *value);
1084 H5_FCDLL int_f nh5pinsertc_c(hid_t_f *plist, _fcd name, int_f *name_len, size_t_f *size, _fcd value, int_f *value_len);
1085 H5_FCDLL int_f h5pset_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value);
1086 H5_FCDLL int_f nh5pset_integer_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value);
1087 H5_FCDLL int_f nh5pset_real_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value);
1088 H5_FCDLL int_f nh5pset_double_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value);
1089 H5_FCDLL int_f nh5psetc_c(hid_t_f *prp_id, _fcd name, int_f *name_len, _fcd value, int_f *value_len);
1090 H5_FCDLL int_f h5pget_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value);
1091 H5_FCDLL int_f nh5pget_double_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value);
1092 H5_FCDLL int_f nh5pget_integer_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value);
1093 H5_FCDLL int_f nh5pget_real_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value);
1094 H5_FCDLL int_f nh5pgetc_c(hid_t_f *prp_id, _fcd name, int_f *name_len, _fcd value, int_f *value_len);
1095 H5_FCDLL int_f nh5pexist_c(hid_t_f *prp_id, _fcd name, int_f *name_len);
1097 H5_FCDLL int_f nh5pget_nprops_c(hid_t_f *prp_id, size_t_f *nprops);
1098 H5_FCDLL int_f nh5pget_class_parent_c(hid_t_f *prp_id, hid_t_f *parent_id);
1099 H5_FCDLL int_f nh5pisa_class_c(hid_t_f *plist, hid_t_f *pclass);
1100 H5_FCDLL int_f nh5pcopy_prop_c(hid_t_f *dst_id, hid_t_f *src_id, _fcd name, int_f *name_len);
1101 H5_FCDLL int_f nh5premove_c(hid_t_f *plid, _fcd name, int_f *name_len);
1107 H5_FCDLL int_f nh5pset_edc_check_c ( hid_t_f *prp_id, int_f *flag );
1108 H5_FCDLL int_f nh5pget_edc_check_c ( hid_t_f *prp_id, int_f *flag );
1110 H5_FCDLL int_f nh5pget_fapl_multi_c ( hid_t_f *prp_id , int_f *mem_map, hid_t_f *memb_fapl, _fcd memb_name, int_f *len, int_f *lenmax, real_f *memb_addr, int_f *flag, int_f *maxlen_out);
1111 H5_FCDLL int_f nh5pset_fapl_multi_c ( hid_t_f *prp_id , int_f *mem_map, hid_t_f *memb_fapl, _fcd memb_name, int_f *len, int_f *lenmax, real_f *memb_addr, int_f *flag);
1112 H5_FCDLL int_f nh5pset_fapl_multi_sc ( hid_t_f *prp_id , int_f *flag);
1113 H5_FCDLL int_f nh5pset_szip_c ( hid_t_f *prp_id , int_f *options_mask, int_f *pixels_per_block);
1114 H5_FCDLL int_f nh5pall_filters_avail_c ( hid_t_f *prp_id , int_f *status);
1116 H5_FCDLL int_f nh5pget_attr_phase_change_c (hid_t_f *ocpl_id, int_f *max_compact, int_f *min_dense );
1117 H5_FCDLL int_f nh5pset_attr_creation_order_c(hid_t_f *ocpl_id, int_f *crt_order_flags );
1119 H5_FCDLL int_f nh5pset_shared_mesg_index_c(hid_t_f *fcpl_id, int_f *index_num, int_f *mesg_type_flags, int_f *min_mesg_size);
1120 H5_FCDLL int_f nh5pget_attr_creation_order_c(hid_t_f *ocpl_id, int_f *crt_order_flags);
1121 H5_FCDLL int_f nh5pset_libver_bounds_c(hid_t_f *fapl_id, int_f *low, int_f *high);
1122 H5_FCDLL int_f nh5pset_link_creation_order_c(hid_t_f *gcpl_id, int_f *crt_order_flags);
1123 H5_FCDLL int_f nh5pget_link_phase_change_c(hid_t_f *gcpl_id, int_f *max_compact, int_f *min_dense );
1126 H5_FCDLL int_f nh5pset_create_inter_group_c(hid_t_f *lcpl_id, int_f *crt_intermed_group);
1127 H5_FCDLL int_f nh5pget_create_inter_group_c(hid_t_f *lcpl_id, int_f *crt_intermed_group);
1128 H5_FCDLL int_f nh5pget_link_creation_order_c(hid_t_f *gcpl_id, int_f *crt_order_flags);
1129 H5_FCDLL int_f nh5pset_char_encoding_c(hid_t_f *plist_id, int_f *encoding);
1130 H5_FCDLL int_f nh5pget_char_encoding_c(hid_t_f *plist_id, int_f *encoding);
1131 H5_FCDLL int_f nh5pset_copy_object_c(hid_t_f *ocp_plist_id, int_f *copy_options);
1132 H5_FCDLL int_f nh5pget_copy_object_c(hid_t_f *ocp_plist_id, int_f *copy_options);
1133 H5_FCDLL int_f nh5pget_data_transform_c(hid_t_f *plist_id, _fcd expression, int_f *expression_len, size_t_f *size);
1134 H5_FCDLL int_f nh5pset_data_transform_c(hid_t_f *plist_id, _fcd expression, int_f *expression_len);
1136 H5_FCDLL int_f nh5pget_est_link_info_c(hid_t_f *gcpl_id, int_f *est_num_entries, int_f *est_name_len);
1138 H5_FCDLL int_f nh5pset_est_link_info_c(hid_t_f *gcpl_id, int_f *est_num_entries, int_f *est_name_len);
1139 H5_FCDLL int_f nh5pset_link_phase_change_c(hid_t_f *gcpl_id, int_f *max_compact, int_f *min_dense );
1140 H5_FCDLL int_f nh5pset_fapl_direct_c(hid_t_f *fapl_id, size_t_f *alignment, size_t_f *block_size, size_t_f *cbuf_size );
1141 H5_FCDLL int_f nh5pget_fapl_direct_c(hid_t_f *fapl_id, size_t_f *alignment, size_t_f *block_size, size_t_f *cbuf_size );
1142 H5_FCDLL int_f nh5pset_attr_phase_change_c (hid_t_f *ocpl_id, int_f *max_compact, int_f *min_dense );
1143 H5_FCDLL int_f nh5pset_nbit_c(hid_t_f *plist_id );
1145 H5_FCDLL int_f nh5pset_nlinks_c(hid_t_f *lapl_id, size_t_f *nlinks);
1146 H5_FCDLL int_f nh5pget_nlinks_c(hid_t_f *lapl_id, size_t_f *nlinks);
1147 H5_FCDLL int_f nh5pset_chunk_cache_c(hid_t_f *dapl_id, size_t_f *rdcc_nslots, size_t_f *rdcc_nbytes, real_f *rdcc_w0);
1148 H5_FCDLL int_f nh5pget_chunk_cache_c(hid_t_f *dapl_id, size_t_f *rdcc_nslots, size_t_f *rdcc_nbytes, real_f *rdcc_w0);
1149 H5_FCDLL int_f nh5pget_mpio_actual_io_mode_c(hid_t_f *dxpl_id, int_f *actual_io_mode);
1150 /*
1151  * Functions frome H5Rf.c
1152  */
1153 #define nh5rcreate_object_c H5_FC_FUNC_(h5rcreate_object_c, H5RCREATE_OBJECT_C)
1154 #define nh5rcreate_region_c H5_FC_FUNC_(h5rcreate_region_c, H5RCREATE_REGION_C)
1155 #define nh5rdereference_region_c H5_FC_FUNC_(h5rdereference_region_c, H5RDEREFERENCE_REGION_C)
1156 #define nh5rdereference_object_c H5_FC_FUNC_(h5rdereference_object_c, H5RDEREFERENCE_OBJECT_C)
1157 #define nh5rget_region_region_c H5_FC_FUNC_(h5rget_region_region_c, H5RGET_REGION_REGION_C)
1158 #define nh5rget_object_type_obj_c H5_FC_FUNC_(h5rget_object_type_obj_c, H5RGET_OBJECT_TYPE_OBJ_C)
1159 #define nh5rget_name_object_c H5_FC_FUNC_(h5rget_name_object_c, H5RGET_NAME_OBJECT_C)
1160 #define nh5rget_name_region_c H5_FC_FUNC_(h5rget_name_region_c, H5RGET_NAME_REGION_C)
1161 
1162 
1165 H5_FCDLL int_f h5rcreate_ptr_c (void *ref, hid_t_f *loc_id, _fcd name, int_f *namelen, int_f *ref_type, hid_t_f *space_id);
1168 H5_FCDLL int_f h5rdereference_ptr_c (hid_t_f *obj_id, int_f *ref_type, void *ref, hid_t_f *ref_obj_id);
1170 H5_FCDLL int_f h5rget_region_ptr_c(hid_t_f *dset_id, void *ref, hid_t_f *space_id);
1172 H5_FCDLL int_f nh5rget_name_object_c (hid_t_f *loc_id, haddr_t_f *ref, _fcd name, size_t_f *name_len, size_t_f *size_default);
1173 H5_FCDLL int_f nh5rget_name_region_c (hid_t_f *loc_id, int_f *ref, _fcd name, size_t_f *name_len, size_t_f *size_default);
1174 H5_FCDLL int_f h5rget_name_ptr_c (hid_t_f *loc_id, int_f *ref_type, void *ref, _fcd name, size_t_f *name_len, size_t_f *size_default);
1175 H5_FCDLL int_f h5rget_obj_type_c (hid_t_f *loc_id, int_f *ref_type, void *ref, int_f *obj_type);
1176 /*
1177  * Functions from H5If.c
1178  */
1179 #define nh5iget_type_c H5_FC_FUNC_(h5iget_type_c, H5IGET_TYPE_C)
1180 #define nh5iget_name_c H5_FC_FUNC_(h5iget_name_c, H5IGET_NAME_C)
1181 #define nh5iinc_ref_c H5_FC_FUNC_(h5iinc_ref_c, H5IINC_REF_C)
1182 #define nh5idec_ref_c H5_FC_FUNC_(h5idec_ref_c, H5IDEC_REF_C)
1183 #define nh5iget_ref_c H5_FC_FUNC_(h5iget_ref_c, H5IGET_REF_C)
1184 #define nh5iget_file_id_c H5_FC_FUNC_(h5iget_file_id_c, H5IGET_FILE_ID_C)
1185 #define nh5iis_valid_c H5_FC_FUNC_(h5iis_valid_c, H5IIS_VALID_C)
1186 
1188 H5_FCDLL int_f nh5iget_name_c(hid_t_f *obj_id, _fcd buf, size_t_f *buf_size, size_t_f *name_size);
1189 H5_FCDLL int_f nh5iinc_ref_c(hid_t_f *obj_id, int_f *ref_count);
1190 H5_FCDLL int_f nh5idec_ref_c(hid_t_f *obj_id, int_f *ref_count);
1191 H5_FCDLL int_f nh5iget_ref_c(hid_t_f *obj_id, int_f *ref_count);
1192 H5_FCDLL int_f nh5iget_file_id_c(hid_t_f *obj_id, hid_t_f *file_id);
1193 H5_FCDLL int_f nh5iis_valid_c(hid_t_f *obj_id, int_f *c_valid);
1194 
1195 /*
1196  * Functions from H5Ef.c
1197  */
1198 #define nh5eclear_c H5_FC_FUNC_(h5eclear_c, H5ECLEAR_C)
1199 #define nh5eprint_c1 H5_FC_FUNC_(h5eprint_c1, H5EPRINT_C1)
1200 #define nh5eprint_c2 H5_FC_FUNC_(h5eprint_c2, H5EPRINT_C2)
1201 #define nh5eget_major_c H5_FC_FUNC_(h5eget_major_c, H5EGET_MAJOR_C)
1202 #define nh5eget_minor_c H5_FC_FUNC_(h5eget_minor_c, H5EGET_MINOR_C)
1203 #define nh5eset_auto_c H5_FC_FUNC_(h5eset_auto_c, H5ESET_AUTO_C)
1204 #define nprocess_buffer H5_FC_FUNC_(process_buffer, PROCESS_BUFFER)
1205 
1206 
1207 H5_FCDLL int_f nh5eclear_c(hid_t_f *estack_id);
1212 H5_FCDLL int_f nh5eset_auto_c(int_f* printflag);
1213 H5_FCDLL int_f h5eset_auto2_c(int_f* printflag, hid_t_f *estack_id, H5E_auto2_t func, void *client_data);
1214 H5_FCDLL int_f nprocess_buffer(hid_t_f *estack_id,void **buffer);
1215 
1216 /*
1217  * Functions from H5f.c
1218  */
1219 #define nh5open_c H5_FC_FUNC_(h5open_c, H5OPEN_C)
1220 #define nh5close_c H5_FC_FUNC_(h5close_c, H5CLOSE_C)
1221 #define nh5init_types_c H5_FC_FUNC_(h5init_types_c, H5INIT_TYPES_C)
1222 #define nh5close_types_c H5_FC_FUNC_(h5close_types_c, H5CLOSE_TYPES_C)
1223 #define nh5init_flags_c H5_FC_FUNC_(h5init_flags_c, H5INIT_FLAGS_C)
1224 #define nh5init1_flags_c H5_FC_FUNC_(h5init1_flags_c, H5INIT1_FLAGS_C)
1225 #define nh5get_libversion_c H5_FC_FUNC_(h5get_libversion_c, H5GET_LIBVERSION_C)
1226 #define nh5check_version_c H5_FC_FUNC_(h5check_version_c, H5CHECK_VERSION_C)
1227 #define nh5garbage_collect_c H5_FC_FUNC_(h5garbage_collect_c, H5GARBAGE_COLLECT_C)
1228 #define nh5dont_atexit_c H5_FC_FUNC_(h5dont_atexit_c, H5DONT_ATEXIT_C)
1229 
1230 
1231 H5_FCDLL int_f nh5open_c(void);
1232 H5_FCDLL int_f nh5close_c(void);
1233 H5_FCDLL int_f nh5init_types_c(hid_t_f *types, hid_t_f *floatingtypes, hid_t_f *integertypes);
1234 H5_FCDLL int_f nh5close_types_c(hid_t_f *types, int_f *lentypes, hid_t_f *floatingtypes, int_f *floatinglen, hid_t_f *integertypes, int_f *integerlen);
1235 H5_FCDLL int_f nh5init_flags_c(int_f *h5d_flags, size_t_f *h5d_size_flags, int_f *h5e_flags, hid_t_f *h5e_hid_flags, int_f *h5f_flags,
1236  int_f *h5fd_flags, hid_t_f *h5fd_hid_flags,
1237  int_f *h5g_flags, int_f *h5i_flags, int_f *h5l_flags, int_f *h5o_flags,
1238  hid_t_f *h5p_flags, int_f *h5p_flags_int, int_f *h5r_flags, int_f *h5s_flags,
1239  hsize_t_f *h5s_hsize_flags, int_f *h5t_flags, int_f *h5z_flags, int_f *h5_generic_flags);
1240 H5_FCDLL int_f nh5init1_flags_c(int_f *h5lib_flags);
1241 H5_FCDLL int_f nh5get_libversion_c(int_f *majnum, int_f *minnum, int_f *relnum);
1242 H5_FCDLL int_f nh5check_version_c(int_f *majnum, int_f *minnum, int_f *relnum);
1245 
1246 /*
1247  * Functions from H5Zf.c
1248  */
1249 #define nh5zunregister_c H5_FC_FUNC_(h5zunregister_c, H5ZUNREGISTER_C)
1250 #define nh5zfilter_avail_c H5_FC_FUNC_(h5zfilter_avail_c, H5ZFILTER_AVAIL_C)
1251 #define nh5zget_filter_info_c H5_FC_FUNC_(h5zget_filter_info_c, H5ZGET_FILTER_INFO_C)
1252 
1253 
1255 H5_FCDLL int_f nh5zfilter_avail_c (int_f *filter, int_f *flag);
1257 
1258 
1259 /*
1260  * Functions from H5Lf.c
1261  */
1262 #define nh5lcopy_c H5_FC_FUNC_(h5lcopy_c, H5LCOPY_C)
1263 #define nh5lcreate_external_c H5_FC_FUNC_(h5lcreate_external_c, H5LCREATE_EXTERNAL_C)
1264 #define nh5lcreate_hard_c H5_FC_FUNC_(h5lcreate_hard_c, H5LCREATE_HARD_C)
1265 #define nh5lcreate_soft_c H5_FC_FUNC_(h5lcreate_soft_c, H5LCREATE_SOFT_C)
1266 #define nh5ldelete_c H5_FC_FUNC_(h5ldelete_c, H5LDELETE_C)
1267 #define nh5ldelete_by_idx_c H5_FC_FUNC_(h5ldelete_by_idx_c, H5LDELETE_BY_IDX_C)
1268 #define nh5lexists_c H5_FC_FUNC_(h5lexists_c, H5LEXISTS_C)
1269 #define nh5lget_info_c H5_FC_FUNC_(h5lget_info_c, H5LGET_INFO_C)
1270 #define nh5lget_info_by_idx_c H5_FC_FUNC_(h5lget_info_by_idx_c, H5LGET_INFO_BY_IDX_C)
1271 #define nh5lis_registered_c H5_FC_FUNC_(h5lis_registered_c, H5LIS_REGISTERED_C)
1272 #define nh5lmove_c H5_FC_FUNC_(h5lmove_c, H5LMOVE_C)
1273 #define nh5lget_name_by_idx_c H5_FC_FUNC_(h5lget_name_by_idx_c, H5LGET_NAME_BY_IDX_C)
1274 #define nh5lget_val_c H5_FC_FUNC_(h5lget_val_c, H5LGET_VAL_C)
1275 
1276 H5_FCDLL int_f nh5lcopy_c(hid_t_f *src_loc_id, _fcd src_name, size_t_f *src_namelen, hid_t_f *dest_loc_id,
1277  _fcd dest_name, size_t_f *dest_namelen,
1278  hid_t_f *lcpl_id, hid_t_f *lapl_id);
1279 H5_FCDLL int_f nh5lcreate_external_c(_fcd file_name, size_t_f *file_namelen, _fcd obj_name, size_t_f *obj_namelen,
1280  hid_t_f *link_loc_id, _fcd link_name, size_t_f *link_namelen,
1281  hid_t_f *lcpl_id, hid_t_f *lapl_id);
1282 H5_FCDLL int_f nh5lcreate_hard_c(hid_t_f *obj_loc_id, _fcd obj_name, size_t_f *obj_namelen,
1283  hid_t_f *link_loc_id,
1284  _fcd link_name, size_t_f *link_namelen,
1285  hid_t_f *lcpl_id, hid_t_f *lapl_id );
1286 H5_FCDLL int_f nh5lcreate_soft_c(_fcd target_path, size_t_f *target_path_len,
1287  hid_t_f *link_loc_id,
1288  _fcd link_name, size_t_f *link_name_len,
1289  hid_t_f *lcpl_id, hid_t_f *lapl_id );
1291 H5_FCDLL int_f nh5ldelete_by_idx_c (hid_t_f *loc_id, _fcd group_name, size_t_f *group_namelen,
1292  int_f *index_field, int_f *order, hsize_t_f *n, hid_t_f *lapl_id);
1293 H5_FCDLL int_f nh5lexists_c (hid_t_f *loc_id, _fcd name, size_t_f *namelen, hid_t_f *lapl_id, int_f *link_exists);
1294 H5_FCDLL int_f nh5lget_info_c (hid_t_f *link_loc_id, _fcd link_name, size_t_f *link_namelen,
1295  int_f *cset, int_f *corder, int_f *corder_valid, int_f *link_type,
1296  haddr_t_f *address, size_t_f *val_size,
1297  hid_t_f *lapl_id);
1298 H5_FCDLL int_f nh5lget_info_by_idx_c(hid_t_f *loc_id, _fcd group_name, size_t_f *group_namelen,
1299  int_f *index_field, int_f *order, hsize_t_f *n,
1300  int_f *link_type, int_f *corder_valid, int_f *corder, int_f *cset, haddr_t_f *address, size_t_f *val_size, hid_t_f *lapl_id);
1301 H5_FCDLL int_f nh5lis_registered_c(int_f *link_cls_id);
1302 H5_FCDLL int_f nh5lmove_c(hid_t_f *src_loc_id, _fcd src_name, size_t_f *src_namelen, hid_t_f *dest_loc_id,
1303  _fcd dest_name, size_t_f *dest_namelen, hid_t_f *lcpl_id, hid_t_f *lapl_id);
1304 H5_FCDLL int_f nh5lget_name_by_idx_c(hid_t_f *loc_id, _fcd group_name, size_t_f *group_namelen,
1305  int_f *index_field, int_f *order, hsize_t_f *n,
1306  size_t_f *size, _fcd name, hid_t_f *lapl_id);
1307 H5_FCDLL int_f nh5lget_val_c(hid_t_f *link_loc_id, _fcd link_name, size_t_f *link_namelen, size_t_f *size,
1308  void *linkval_buff, hid_t_f *lapl_id) ;
1309 
1310 H5_FCDLL int_f h5literate_c(hid_t_f *group_id, int_f *index_type, int_f *order, hsize_t_f *idx, H5L_iterate_t op, void *op_data );
1311 H5_FCDLL int_f h5literate_by_name_c(hid_t_f *loc_id, _fcd name, size_t_f *namelen, int_f *index_type, int_f *order, hsize_t_f *idx, H5L_iterate_t op, void *op_data, hid_t_f *lapl_id);
1312 
1313 
1314 #endif /* _H5f90proto_H */
#define nh5awrite_real_3_c
Definition: H5f90proto.h:461
#define nh5pset_btree_ratios_c
Definition: H5f90proto.h:896
#define nh5pget_local_heap_size_hint_c
Definition: H5f90proto.h:973
#define nh5tget_native_type_c
Definition: H5f90proto.h:724
#define nh5freopen_c
Definition: H5f90proto.h:85
HDFFCLIBAPI intf intf intf * count
#define nh5scopy_c
Definition: H5f90proto.h:117
#define nh5dwritec_1_c
Definition: H5f90proto.h:215
#define nh5pset_fill_value_double_c
Definition: H5f90proto.h:853
#define nh5tget_array_ndims_c
Definition: H5f90proto.h:713
#define nh5olink_c
Definition: H5f90proto.h:796
#define nh5awrite_real_2_c
Definition: H5f90proto.h:460
#define nh5init_flags_c
Definition: H5f90proto.h:1223
#define nh5aget_num_attrs_c
Definition: H5f90proto.h:521
H5_FCDLL int_f h5tenum_insert_ptr_c(hid_t_f *type_id, _fcd name, int_f *namelen, void *value)
#define nh5pset_integer_c
Definition: H5f90proto.h:926
#define nh5rget_object_type_obj_c
Definition: H5f90proto.h:1158
#define nh5tcopy_c
Definition: H5f90proto.h:667
HDFFCLIBAPI intf * len
#define nh5awrite_integer_1_c
Definition: H5f90proto.h:451
#define nh5oexists_by_name_c
Definition: H5f90proto.h:803
#define nh5aread_double_2_c
Definition: H5f90proto.h:502
H5_FCDLL int_f h5fget_file_image_c(hid_t_f *file_id, void *buf_ptr, size_t_f *buf_len, size_t_f *buf_req)
H5_FCDLL int_f h5pget_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value)
#define nh5aread_integer_2_c
Definition: H5f90proto.h:486
#define nh5dwritec_7_c
Definition: H5f90proto.h:221
#define nh5adelete_c
Definition: H5f90proto.h:522
#define nh5oclose_c
Definition: H5f90proto.h:798
#define nh5topen_c
Definition: H5f90proto.h:663
c_int_8 haddr_t_f
Definition: H5f90i_gen.h:31
#define nh5iinc_ref_c
Definition: H5f90proto.h:1181
#define nh5sselect_valid_c
Definition: H5f90proto.h:125
#define nh5pfill_value_defined_c
Definition: H5f90proto.h:905
#define nh5aget_type_c
Definition: H5f90proto.h:520
#define nh5tget_sign_c
Definition: H5f90proto.h:680
#define nh5rcreate_region_c
Definition: H5f90proto.h:1154
HDFFCLIBAPI intf * info
#define nh5tset_strpad_c
Definition: H5f90proto.h:693
#define nh5tget_tag_c
Definition: H5f90proto.h:711
#define nh5pget_class_c
Definition: H5f90proto.h:844
H5_FCDLL int_f h5ovisit_by_name_c(hid_t_f *loc_id, _fcd object_name, size_t_f *namelen, int_f *index_type, int_f *order, H5O_iterate_t op, void *op_data, hid_t_f *lapl_id)
HDFFCLIBAPI intf * block_size
#define nh5pset_deflate_c
Definition: H5f90proto.h:845
#define nh5oopen_c
Definition: H5f90proto.h:797
#define nh5dwritec_c
Definition: H5f90proto.h:213
#define nh5sselect_all_c
Definition: H5f90proto.h:123
#define nh5pinsert_real_c
Definition: H5f90proto.h:923
#define nh5pset_est_link_info_c
Definition: H5f90proto.h:975
#define nh5dwrite_double_7_c
Definition: H5f90proto.h:210
HDFFCLIBAPI _fcd _fcd intf intf * datatype
#define nh5pinsert_integer_c
Definition: H5f90proto.h:922
#define nh5gn_members_c
Definition: H5f90proto.h:404
#define nh5dreadc_1_c
Definition: H5f90proto.h:252
#define nh5eclear_c
Definition: H5f90proto.h:1198
#define nh5pget_fill_time_c
Definition: H5f90proto.h:909
#define nh5pset_buffer_c
Definition: H5f90proto.h:903
HDFFCLIBAPI intf * idx
#define nh5tset_precision_c
Definition: H5f90proto.h:675
#define nh5dcreate_c
Definition: H5f90proto.h:183
#define nh5pset_sizes_c
Definition: H5f90proto.h:861
#define nh5tcommit_anon_c
Definition: H5f90proto.h:719
#define nh5tget_norm_c
Definition: H5f90proto.h:686
#define nh5pisa_class_c
Definition: H5f90proto.h:938
#define nh5dread_ref_reg_c
Definition: H5f90proto.h:248
#define nh5aclose_c
Definition: H5f90proto.h:447
#define nh5areadc_6_c
Definition: H5f90proto.h:515
#define nh5pget_alloc_time_c
Definition: H5f90proto.h:907
#define nh5pset_shared_mesg_nindexes_c
Definition: H5f90proto.h:956
HDFFCLIBAPI intf intf intf * namelen
#define nh5pset_fapl_sec2_c
Definition: H5f90proto.h:870
#define nh5pget_filter_c
Definition: H5f90proto.h:890
herr_t(* H5L_iterate_t)(hid_t group, const char *name, const H5L_info_t *info, void *op_data)
Definition: H5Lpublic.h:128
#define nh5dget_storage_size_c
Definition: H5f90proto.h:264
#define nh5dread_double_6_c
Definition: H5f90proto.h:245
#define nh5tget_member_type_c
Definition: H5f90proto.h:698
#define nh5dwrite_double_3_c
Definition: H5f90proto.h:206
#define nh5oincr_refcount_c
Definition: H5f90proto.h:802
#define nh5aopen_name_c
Definition: H5f90proto.h:448
#define nh5dread_double_5_c
Definition: H5f90proto.h:244
herr_t(* H5E_auto2_t)(hid_t estack, void *client_data)
Definition: H5Epublic.h:152
H5_FCDLL int_f h5dvlen_reclaim_c(hid_t_f *type_id, hid_t_f *space_id, hid_t_f *plist_id, void *buf)
#define nh5ldelete_c
Definition: H5f90proto.h:1266
#define nh5gopen_c
Definition: H5f90proto.h:402
H5_FCDLL char * HD5f2cstring(_fcd fdesc, size_t len)
char int scale_factor
Definition: cdjpeg.h:133
#define nh5odecr_refcount_c
Definition: H5f90proto.h:801
#define nh5aget_storage_size_c
Definition: H5f90proto.h:523
uint64_t present
Definition: H5f90proto.h:48
#define nh5pget_fapl_sec2_c
Definition: H5f90proto.h:871
#define nh5areadc_5_c
Definition: H5f90proto.h:514
#define nh5sget_select_type_c
Definition: H5f90proto.h:141
#define nh5pset_fill_time_c
Definition: H5f90proto.h:908
#define nh5pclose_class_c
Definition: H5f90proto.h:942
#define nh5pget_real_c
Definition: H5f90proto.h:931
#define nh5arename_by_name_c
Definition: H5f90proto.h:524
#define nh5aread_real_4_c
Definition: H5f90proto.h:496
#define nh5dclose_c
Definition: H5f90proto.h:184
#define nh5pset_fapl_direct_c
Definition: H5f90proto.h:978
#define nh5dreadc_3_c
Definition: H5f90proto.h:254
H5_FCDLL int_f h5dfill_c(void *fill_value, hid_t_f *fill_type_id, hid_t_f *space_id, void *buf, hid_t_f *mem_type_id)
#define nh5fget_freespace_c
Definition: H5f90proto.h:90
#define nh5dwrite_real_5_c
Definition: H5f90proto.h:200
#define nh5pset_real_c
Definition: H5f90proto.h:927
#define nh5dwrite_ref_reg_c
Definition: H5f90proto.h:212
#define nh5dread_double_2_c
Definition: H5f90proto.h:241
#define nh5dwrite_vl_string_c
Definition: H5f90proto.h:270
#define nh5sset_extent_simple_c
Definition: H5f90proto.h:131
#define nh5dwritec_6_c
Definition: H5f90proto.h:220
#define nprocess_buffer
Definition: H5f90proto.h:1204
H5_FCDLL int_f h5dread_f_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf)
#define nh5dwrite_real_3_c
Definition: H5f90proto.h:198
#define nh5dwrite_real_4_c
Definition: H5f90proto.h:199
#define nh5dfillc_c
Definition: H5f90proto.h:272
#define nh5tenum_nameof_c
Definition: H5f90proto.h:707
#define nh5pget_copy_object_c
Definition: H5f90proto.h:970
#define nh5zfilter_avail_c
Definition: H5f90proto.h:1250
HDFFCLIBAPI void intf dims[]
#define nh5oget_comment_by_name_c
Definition: H5f90proto.h:808
#define nh5aget_create_plist_c
Definition: H5f90proto.h:529
#define nh5dread_ref_obj_c
Definition: H5f90proto.h:249
#define nh5dread_real_4_c
Definition: H5f90proto.h:235
#define nh5awrite_double_7_c
Definition: H5f90proto.h:473
#define nh5tpack_c
Definition: H5f90proto.h:702
#define nh5aread_double_7_c
Definition: H5f90proto.h:507
#define nh5gmove_c
Definition: H5f90proto.h:408
#define nh5oset_comment_c
Definition: H5f90proto.h:804
herr_t(* H5O_iterate_t)(hid_t obj, const char *name, const H5O_info_t *info, void *op_data)
Definition: H5Opublic.h:130
herr_t(* H5P_cls_create_func_t)(hid_t prop_id, void *create_data)
Definition: H5Ppublic.h:106
#define nh5pset_userblock_c
Definition: H5f90proto.h:860
#define nh5sget_simple_extent_ndims_c
Definition: H5f90proto.h:128
#define nh5dcreate_anon_c
Definition: H5f90proto.h:277
#define nh5scombine_select_c
Definition: H5f90proto.h:139
#define nh5dwrite_integer_6_c
Definition: H5f90proto.h:193
H5_FCDLL int_f h5oget_info_c(hid_t_f *object_id, H5O_info_t_f *object_info)
#define nh5open_c
Definition: H5f90proto.h:1219
#define nh5pget_obj_track_times_c
Definition: H5f90proto.h:962
#define nh5pset_scaleoffset_c
Definition: H5f90proto.h:982
#define nh5eget_minor_c
Definition: H5f90proto.h:1202
unsigned long fileno
Definition: H5f90proto.h:57
#define nh5dreadc_7_c
Definition: H5f90proto.h:258
#define nh5oopen_by_idx_c
Definition: H5f90proto.h:806
#define nh5pset_data_transform_c
Definition: H5f90proto.h:972
#define nh5zunregister_c
Definition: H5f90proto.h:1249
#define nh5iget_file_id_c
Definition: H5f90proto.h:1184
#define nh5fis_hdf5_c
Definition: H5f90proto.h:82
#define nh5aread_integer_5_c
Definition: H5f90proto.h:489
#define nh5pget_fill_valuec_c
Definition: H5f90proto.h:854
struct H5O_info_t_f H5O_info_t_f
#define nh5dwrite_double_4_c
Definition: H5f90proto.h:207
#define nh5ocopy_c
Definition: H5f90proto.h:800
#define nh5sset_extent_none_c
Definition: H5f90proto.h:136
#define nh5dread_real_s_c
Definition: H5f90proto.h:231
#define nh5sget_select_hyper_nblocks_c
Definition: H5f90proto.h:118
c_size_t_8 size_t_f
Definition: H5f90i_gen.h:35
unsigned long long hsize_t
Definition: H5public.h:169
c_int_4 hid_t_f
Definition: H5f90i_gen.h:44
#define nh5pexist_c
Definition: H5f90proto.h:934
#define nh5dreadc_6_c
Definition: H5f90proto.h:257
#define nh5pset_link_creation_order_c
Definition: H5f90proto.h:960
#define nh5dread_vl_integer_c
Definition: H5f90proto.h:267
#define nh5tget_inpad_c
Definition: H5f90proto.h:688
#define nh5rget_region_region_c
Definition: H5f90proto.h:1157
#define nh5aread_real_1_c
Definition: H5f90proto.h:493
#define nh5pset_filter_c
Definition: H5f90proto.h:886
#define nh5screate_simple_c
Definition: H5f90proto.h:114
#define nh5pget_double_c
Definition: H5f90proto.h:932
#define nh5rdereference_object_c
Definition: H5f90proto.h:1156
#define nh5dwrite_real_1_c
Definition: H5f90proto.h:196
#define nh5gget_linkval_c
Definition: H5f90proto.h:410
#define nh5dread_double_3_c
Definition: H5f90proto.h:242
#define nh5tcreate_c
Definition: H5f90proto.h:701
#define nh5awritec_7_c
Definition: H5f90proto.h:482
#define nh5dread_real_7_c
Definition: H5f90proto.h:238
#define nh5awritec_4_c
Definition: H5f90proto.h:479
#define nh5awrite_integer_4_c
Definition: H5f90proto.h:454
#define nh5ldelete_by_idx_c
Definition: H5f90proto.h:1267
#define nh5aread_real_s_c
Definition: H5f90proto.h:492
#define nh5tget_fields_c
Definition: H5f90proto.h:682
#define nh5aread_real_2_c
Definition: H5f90proto.h:494
#define nh5tget_super_c
Definition: H5f90proto.h:715
#define nh5pget_nprops_c
Definition: H5f90proto.h:936
#define nh5pget_layout_c
Definition: H5f90proto.h:885
#define nh5awrite_real_4_c
Definition: H5f90proto.h:462
#define nh5tget_precision_c
Definition: H5f90proto.h:674
#define nh5fcreate_c
Definition: H5f90proto.h:78
#define nh5pinsertc_c
Definition: H5f90proto.h:925
#define nh5sselect_select_c
Definition: H5f90proto.h:140
H5_FCDLL int_f h5rcreate_ptr_c(void *ref, hid_t_f *loc_id, _fcd name, int_f *namelen, int_f *ref_type, hid_t_f *space_id)
#define nh5dreadc_4_c
Definition: H5f90proto.h:255
#define nh5oset_comment_by_name_c
Definition: H5f90proto.h:805
#define nh5tget_ebias_c
Definition: H5f90proto.h:684
#define nh5areadc_c
Definition: H5f90proto.h:508
#define nh5pget_fapl_split_c
Definition: H5f90proto.h:881
#define nh5awrite_real_7_c
Definition: H5f90proto.h:465
#define nh5dwritec_s_c
Definition: H5f90proto.h:214
#define nh5tset_tag_c
Definition: H5f90proto.h:710
#define nh5iget_name_c
Definition: H5f90proto.h:1180
#define nh5dwrite_vl_real_c
Definition: H5f90proto.h:268
#define nh5pset_alignment_c
Definition: H5f90proto.h:872
#define nh5acreate_c
Definition: H5f90proto.h:446
H5_ih_info_t_f obj
Definition: H5f90proto.h:69
#define nh5lmove_c
Definition: H5f90proto.h:1272
#define nh5pset_family_offset_c
Definition: H5f90proto.h:948
#define nh5aread_double_1_c
Definition: H5f90proto.h:501
#define nh5tget_member_name_c
Definition: H5f90proto.h:695
H5_FCDLL void HD5packFstring(char *src, char *dest, size_t len)
HDFFCLIBAPI intf intf intf intf void * buffer
#define nh5aread_double_s_c
Definition: H5f90proto.h:500
char * _fcd
Definition: H5f90i.h:37
#define nh5gget_create_plist_c
Definition: H5f90proto.h:414
#define nh5fmount_c
Definition: H5f90proto.h:83
#define nh5awrite_double_4_c
Definition: H5f90proto.h:470
#define nh5awrite_double_6_c
Definition: H5f90proto.h:472
#define nh5tget_create_plist_c
Definition: H5f90proto.h:722
H5_FCDLL int_f h5eset_auto2_c(int_f *printflag, hid_t_f *estack_id, H5E_auto2_t func, void *client_data)
H5_FCDLL int_f h5oget_info_by_name_c(hid_t_f *loc_id, _fcd name, size_t_f *namelen, hid_t_f *lapl_id, H5O_info_t_f *object_info)
#define nh5pset_libver_bounds_c
Definition: H5f90proto.h:959
c_float_4 real_f
Definition: H5f90i_gen.h:45
#define nh5pget_fill_value_double_c
Definition: H5f90proto.h:857
#define nh5aget_name_c
Definition: H5f90proto.h:517
#define nh5screate_c
Definition: H5f90proto.h:116
#define nh5awrite_double_3_c
Definition: H5f90proto.h:469
#define nh5awrite_integer_2_c
Definition: H5f90proto.h:452
hsize_t num_attrs
Definition: H5f90proto.h:65
#define nh5dfill_real_c
Definition: H5f90proto.h:274
#define nh5pget_chunk_c
Definition: H5f90proto.h:849
#define nh5psetc_c
Definition: H5f90proto.h:929
#define nh5dwrite_ref_obj_c
Definition: H5f90proto.h:211
#define nh5scombine_hyperslab_c
Definition: H5f90proto.h:138
#define nh5dwrite_vl_integer_c
Definition: H5f90proto.h:266
#define nh5awritec_1_c
Definition: H5f90proto.h:476
#define nh5gget_info_by_idx_c
Definition: H5f90proto.h:416
int sign(double x)
#define nh5lcreate_soft_c
Definition: H5f90proto.h:1265
#define nh5init1_flags_c
Definition: H5f90proto.h:1224
#define nh5dreadc_2_c
Definition: H5f90proto.h:253
#define nh5dfill_double_c
Definition: H5f90proto.h:275
#define nh5pget_fapl_multi_c
Definition: H5f90proto.h:949
#define nh5fget_create_plist_c
Definition: H5f90proto.h:86
H5_FCDLL int_f h5aread_f_c(hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf)
#define nh5sextent_class_c
Definition: H5f90proto.h:133
#define nh5dwrite_integer_2_c
Definition: H5f90proto.h:189
#define nh5aread_real_6_c
Definition: H5f90proto.h:498
#define nh5lexists_c
Definition: H5f90proto.h:1268
#define nh5awrite_integer_s_c
Definition: H5f90proto.h:450
#define nh5pget_userblock_c
Definition: H5f90proto.h:859
#define nh5sselect_none_c
Definition: H5f90proto.h:124
H5_FCDLL int_f h5oget_info_by_idx_c(hid_t_f *loc_id, _fcd group_name, size_t_f *namelen, int_f *index_field, int_f *order, hsize_t_f *n, hid_t_f *lapl_id, H5O_info_t_f *object_info)
#define nh5pget_fapl_direct_c
Definition: H5f90proto.h:979
#define nh5pset_chunk_c
Definition: H5f90proto.h:848
#define nh5pset_layout_c
Definition: H5f90proto.h:884
#define nh5pset_nlinks_c
Definition: H5f90proto.h:983
#define nh5close_types_c
Definition: H5f90proto.h:1222
#define nh5pclose_c
Definition: H5f90proto.h:840
#define nh5dont_atexit_c
Definition: H5f90proto.h:1228
#define nh5tequal_c
Definition: H5f90proto.h:668
#define nh5pgetc_c
Definition: H5f90proto.h:933
#define nh5sextent_equal_c
Definition: H5f90proto.h:145
#define nh5pget_sizes_c
Definition: H5f90proto.h:862
#define nh5dwritec_4_c
Definition: H5f90proto.h:218
#define nh5lget_info_by_idx_c
Definition: H5f90proto.h:1270
#define nh5tcommitted_c
Definition: H5f90proto.h:665
#define nh5dread_integer_7_c
Definition: H5f90proto.h:230
#define nh5tdecode_c
Definition: H5f90proto.h:720
#define nh5pget_alignment_c
Definition: H5f90proto.h:873
#define nh5pcopy_c
Definition: H5f90proto.h:841
#define nh5sdecode_c
Definition: H5f90proto.h:143
#define nh5sextent_copy_c
Definition: H5f90proto.h:135
#define nh5aopen_c
Definition: H5f90proto.h:525
#define nh5pset_dxpl_mpio_c
Definition: H5f90proto.h:899
#define nh5tget_pad_c
Definition: H5f90proto.h:678
#define nh5dwrite_double_5_c
Definition: H5f90proto.h:208
HDFFCLIBAPI _fcd name
#define nh5awritec_2_c
Definition: H5f90proto.h:477
#define nh5tenum_insert_c
Definition: H5f90proto.h:706
#define nh5tinsert_array_c
Definition: H5f90proto.h:703
#define nh5pregister_integer_c
Definition: H5f90proto.h:918
HDFFCLIBAPI intf intf * ref
#define nh5awrite_integer_6_c
Definition: H5f90proto.h:456
#define nh5pset_shuffle_c
Definition: H5f90proto.h:944
#define nh5tarray_create_c
Definition: H5f90proto.h:712
#define nh5pset_alloc_time_c
Definition: H5f90proto.h:906
#define nh5pget_external_c
Definition: H5f90proto.h:894
#define nh5pset_char_encoding_c
Definition: H5f90proto.h:967
haddr_t_f addr
Definition: H5f90proto.h:58
H5_FCDLL int_f h5pregister_c(hid_t_f *cls, _fcd name, int_f *name_len, size_t_f *size, void *value)
#define nh5pinsert_double_c
Definition: H5f90proto.h:924
H5_FCDLL int_f h5rget_obj_type_c(hid_t_f *loc_id, int_f *ref_type, void *ref, int_f *obj_type)
#define nh5awrite_c
Definition: H5f90proto.h:449
#define nh5dwrite_c
Definition: H5f90proto.h:186
#define nh5dwrite_integer_s_c
Definition: H5f90proto.h:187
#define nh5pget_fclose_degree_c
Definition: H5f90proto.h:901
#define nh5areadc_4_c
Definition: H5f90proto.h:513
#define nh5tcompiler_conv_c
Definition: H5f90proto.h:723
#define nh5dwrite_integer_1_c
Definition: H5f90proto.h:188
#define nh5gcreate_c
Definition: H5f90proto.h:400
H5_FCDLL int_f h5pset_file_image_c(hid_t_f *fapl_id, void *buf_ptr, size_t_f *buf_len)
#define nh5pcreate_class_f90_c
Definition: H5f90proto.h:842
#define nh5gget_obj_info_idx_c
Definition: H5f90proto.h:403
#define nh5pset_double_c
Definition: H5f90proto.h:928
#define nh5fflush_c
Definition: H5f90proto.h:79
H5_FCDLL int_f h5tconvert_c(hid_t_f *src_id, hid_t_f *dst_id, size_t_f *nelmts, void *buf, void *background, hid_t_f *plist_id)
#define nh5premove_filter_c
Definition: H5f90proto.h:887
#define nh5tset_sign_c
Definition: H5f90proto.h:681
#define nh5tget_size_c
Definition: H5f90proto.h:672
#define nh5tenum_valueof_c
Definition: H5f90proto.h:708
#define nh5pset_local_heap_size_hint_c
Definition: H5f90proto.h:976
#define nh5rdereference_region_c
Definition: H5f90proto.h:1155
#define nh5sselect_elements_c
Definition: H5f90proto.h:142
#define nh5gget_info_by_name_c
Definition: H5f90proto.h:417
#define nh5pset_copy_object_c
Definition: H5f90proto.h:969
HDFFCLIBAPI _fcd intf intf * order
#define nh5gunlink_c
Definition: H5f90proto.h:407
#define nh5pget_small_data_block_size_c
Definition: H5f90proto.h:917
#define nh5eget_major_c
Definition: H5f90proto.h:1201
#define nh5dvlen_get_max_len_c
Definition: H5f90proto.h:265
#define nh5tinsert_c
Definition: H5f90proto.h:700
#define nh5pall_filters_avail_c
Definition: H5f90proto.h:953
#define nh5pget_meta_block_size_c
Definition: H5f90proto.h:911
#define nh5pset_fill_valuec_c
Definition: H5f90proto.h:850
#define nh5fget_obj_ids_c
Definition: H5f90proto.h:89
#define nh5awrite_double_s_c
Definition: H5f90proto.h:466
#define nh5dwrite_double_s_c
Definition: H5f90proto.h:203
#define nh5gcreate_anon_c
Definition: H5f90proto.h:413
HDFFCLIBAPI intf * num_blocks
#define nh5pset_sym_k_c
Definition: H5f90proto.h:864
#define nh5pget_class_name_c
Definition: H5f90proto.h:943
#define nh5aread_double_6_c
Definition: H5f90proto.h:506
#define nh5aread_integer_3_c
Definition: H5f90proto.h:487
#define nh5dwrite_real_7_c
Definition: H5f90proto.h:202
#define nh5tset_pad_c
Definition: H5f90proto.h:679
#define nh5pset_gc_references_c
Definition: H5f90proto.h:882
#define nh5lis_registered_c
Definition: H5f90proto.h:1271
#define nh5awritec_3_c
Definition: H5f90proto.h:478
#define nh5pset_fapl_split_c
Definition: H5f90proto.h:880
#define nh5areadc_s_c
Definition: H5f90proto.h:509
#define nh5dwrite_integer_5_c
Definition: H5f90proto.h:192
#define nh5tenum_create_c
Definition: H5f90proto.h:705
#define nh5pget_size_c
Definition: H5f90proto.h:935
#define nh5pset_fapl_multi_sc
Definition: H5f90proto.h:951
#define nh5dopen_c
Definition: H5f90proto.h:185
#define nh5arename_c
Definition: H5f90proto.h:539
#define nh5sget_select_bounds_c
Definition: H5f90proto.h:122
#define nh5dread_real_1_c
Definition: H5f90proto.h:232
#define nh5tcommit_c
Definition: H5f90proto.h:664
HDFFCLIBAPI intf * size
#define nh5lcopy_c
Definition: H5f90proto.h:1262
#define nh5garbage_collect_c
Definition: H5f90proto.h:1227
#define nh5premove_c
Definition: H5f90proto.h:940
#define nh5dread_double_7_c
Definition: H5f90proto.h:246
struct H5_ih_info_t_f H5_ih_info_t_f
#define nh5gget_comment_c
Definition: H5f90proto.h:412
#define nh5pset_fapl_family_c
Definition: H5f90proto.h:876
#define nh5pget_preserve_c
Definition: H5f90proto.h:847
#define nh5eprint_c2
Definition: H5f90proto.h:1200
#define nh5pset_fclose_degree_c
Definition: H5f90proto.h:902
#define nh5awrite_integer_3_c
Definition: H5f90proto.h:453
#define nh5tget_strpad_c
Definition: H5f90proto.h:692
#define nh5dreadc_s_c
Definition: H5f90proto.h:251
#define nh5pget_link_phase_change_c
Definition: H5f90proto.h:961
#define nh5gset_comment_c
Definition: H5f90proto.h:411
HDFFCLIBAPI intf * tag
HDFFCLIBAPI _fcd _fcd intf * n
#define nh5tget_member_value_c
Definition: H5f90proto.h:709
#define nh5pset_fletcher32_c
Definition: H5f90proto.h:945
#define nh5dread_real_3_c
Definition: H5f90proto.h:234
#define nh5rcreate_object_c
Definition: H5f90proto.h:1153
#define nh5aget_info_by_name_c
Definition: H5f90proto.h:534
#define nh5aread_double_3_c
Definition: H5f90proto.h:503
#define nh5pset_create_inter_group_c
Definition: H5f90proto.h:964
H5_FCDLL int_f h5pset_fill_value_c(hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue)
#define nh5dread_double_s_c
Definition: H5f90proto.h:239
#define nh5oget_comment_c
Definition: H5f90proto.h:807
#define nh5pset_nbit_c
Definition: H5f90proto.h:981
#define nh5dwritec_2_c
Definition: H5f90proto.h:216
#define nh5areadc_2_c
Definition: H5f90proto.h:511
#define nh5pget_btree_ratios_c
Definition: H5f90proto.h:895
#define nh5pget_cache_c
Definition: H5f90proto.h:879
#define nh5pget_integer_c
Definition: H5f90proto.h:930
#define nh5dread_integer_s_c
Definition: H5f90proto.h:223
c_int_4 off_t_f
Definition: H5f90i_gen.h:34
#define nh5fopen_c
Definition: H5f90proto.h:81
#define nh5pget_edc_check_c
Definition: H5f90proto.h:947
#define nh5dread_vl_string_c
Definition: H5f90proto.h:271
#define nh5awritec_c
Definition: H5f90proto.h:474
#define nh5glink_c
Definition: H5f90proto.h:405
#define nh5glink2_c
Definition: H5f90proto.h:406
H5_FCDLL int_f h5rget_name_ptr_c(hid_t_f *loc_id, int_f *ref_type, void *ref, _fcd name, size_t_f *name_len, size_t_f *size_default)
#define nh5dwrite_integer_4_c
Definition: H5f90proto.h:191
#define nh5dwrite_integer_7_c
Definition: H5f90proto.h:194
#define nh5dwrite_integer_3_c
Definition: H5f90proto.h:190
#define nh5sget_simple_extent_dims_c
Definition: H5f90proto.h:134
#define nh5dget_access_plist_c
Definition: H5f90proto.h:278
#define H5_FCDLL
Definition: H5api_adpt.h:268
#define nh5dread_vl_real_c
Definition: H5f90proto.h:269
#define nh5pset_fill_value_integer_c
Definition: H5f90proto.h:851
#define nh5dwritec_5_c
Definition: H5f90proto.h:219
#define nh5pget_fapl_mpio_c
Definition: H5f90proto.h:898
H5_FCDLL int_f h5pcreate_class_c(hid_t_f *parent, _fcd name, int_f *name_len, hid_t_f *cls, H5P_cls_create_func_t create, void *create_data, H5P_cls_copy_func_t copy, void *copy_data, H5P_cls_close_func_t close, void *close_data)
#define nh5soffset_simple_c
Definition: H5f90proto.h:130
#define nh5tset_ebias_c
Definition: H5f90proto.h:685
#define nh5tget_array_dims_c
Definition: H5f90proto.h:714
H5_FCDLL int_f h5ovisit_c(hid_t_f *group_id, int_f *index_type, int_f *order, H5O_iterate_t op, void *op_data)
#define nh5pget_filter_by_id_c
Definition: H5f90proto.h:891
#define nh5pset_meta_block_size_c
Definition: H5f90proto.h:910
H5_FCDLL int_f h5rdereference_ptr_c(hid_t_f *obj_id, int_f *ref_type, void *ref, hid_t_f *ref_obj_id)
#define nh5pset_chunk_cache_c
Definition: H5f90proto.h:985
#define nh5pget_link_creation_order_c
Definition: H5f90proto.h:966
#define nh5areadc_1_c
Definition: H5f90proto.h:510
#define nh5tset_cset_c
Definition: H5f90proto.h:691
#define nh5aget_space_c
Definition: H5f90proto.h:519
#define nh5pset_hyper_vector_size_c
Definition: H5f90proto.h:914
#define nh5fget_name_c
Definition: H5f90proto.h:91
#define nh5pget_char_encoding_c
Definition: H5f90proto.h:968
#define nh5awrite_real_6_c
Definition: H5f90proto.h:464
#define nh5pget_nlinks_c
Definition: H5f90proto.h:984
#define nh5check_version_c
Definition: H5f90proto.h:1226
#define nh5adelete_by_name_c
Definition: H5f90proto.h:526
#define nh5fget_access_plist_c
Definition: H5f90proto.h:87
#define nh5awritec_6_c
Definition: H5f90proto.h:481
#define nh5sclose_c
Definition: H5f90proto.h:115
H5_FCDLL int_f h5dwrite_f_c(hid_t_f *dset_id, hid_t_f *mem_type_id, hid_t_f *mem_space_id, hid_t_f *file_space_id, hid_t_f *xfer_prp, void *buf)
H5_FCDLL int_f h5pset_c(hid_t_f *prp_id, _fcd name, int_f *name_len, void *value)
#define nh5pget_sym_k_c
Definition: H5f90proto.h:863
#define nh5awritec_s_c
Definition: H5f90proto.h:475
#define nh5tset_fields_c
Definition: H5f90proto.h:683
#define nh5pset_szip_c
Definition: H5f90proto.h:952
#define nh5areadc_7_c
Definition: H5f90proto.h:516
#define nh5tget_offset_c
Definition: H5f90proto.h:676
#define nh5rget_name_object_c
Definition: H5f90proto.h:1159
#define nh5sget_select_elem_npoints_c
Definition: H5f90proto.h:120
#define nh5tclose_c
Definition: H5f90proto.h:666
#define nh5pget_dxpl_mpio_c
Definition: H5f90proto.h:900
#define nh5pget_driver_c
Definition: H5f90proto.h:867
#define nh5dread_real_2_c
Definition: H5f90proto.h:233
#define nh5dread_integer_3_c
Definition: H5f90proto.h:226
#define nh5aread_double_4_c
Definition: H5f90proto.h:504
#define nh5pget_fill_value_integer_c
Definition: H5f90proto.h:855
H5_FCDLL int_f h5awrite_f_c(hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf)
#define nh5tvlen_create_c
Definition: H5f90proto.h:716
#define nh5dread_integer_1_c
Definition: H5f90proto.h:224
HDFFCLIBAPI intf intf start[]
#define nh5pset_istore_k_c
Definition: H5f90proto.h:866
#define nh5pget_attr_phase_change_c
Definition: H5f90proto.h:954
#define nh5dread_double_4_c
Definition: H5f90proto.h:243
H5_FCDLL int_f h5rget_region_ptr_c(hid_t_f *dset_id, void *ref, hid_t_f *space_id)
#define nh5pget_fill_value_real_c
Definition: H5f90proto.h:856
hsize_t index_size
Definition: H5f90proto.h:29
herr_t(* H5P_cls_copy_func_t)(hid_t new_prop_id, hid_t old_prop_id, void *copy_data)
Definition: H5Ppublic.h:107
#define nh5pset_fapl_stdio_c
Definition: H5f90proto.h:868
#define nh5adelete_by_idx_c
Definition: H5f90proto.h:527
#define nh5dfill_integer_c
Definition: H5f90proto.h:273
uint64_t shared
Definition: H5f90proto.h:49
#define nh5lget_info_c
Definition: H5f90proto.h:1269
#define nh5pcopy_prop_c
Definition: H5f90proto.h:939
#define nh5pequal_c
Definition: H5f90proto.h:843
c_hsize_t_8 hsize_t_f
Definition: H5f90i_gen.h:32
#define nh5sget_simple_extent_npoints_c
Definition: H5f90proto.h:126
#define nh5pregisterc_c
Definition: H5f90proto.h:921
#define nh5tget_member_offset_c
Definition: H5f90proto.h:696
#define nh5dwrite_double_6_c
Definition: H5f90proto.h:209
H5_FCDLL int_f h5literate_c(hid_t_f *group_id, int_f *index_type, int_f *order, hsize_t_f *idx, H5L_iterate_t op, void *op_data)
#define nh5lget_name_by_idx_c
Definition: H5f90proto.h:1273
#define nh5gclose_c
Definition: H5f90proto.h:401
#define nh5punregister_c
Definition: H5f90proto.h:941
#define nh5pset_cache_c
Definition: H5f90proto.h:878
#define nh5iget_ref_c
Definition: H5f90proto.h:1183
#define nh5aread_integer_s_c
Definition: H5f90proto.h:484
#define nh5tget_order_c
Definition: H5f90proto.h:670
#define nh5gmove2_c
Definition: H5f90proto.h:409
#define nh5aread_integer_1_c
Definition: H5f90proto.h:485
#define nh5aopen_by_idx_c
Definition: H5f90proto.h:530
#define nh5dread_integer_2_c
Definition: H5f90proto.h:225
HDFFCLIBAPI intf intf intf * type
#define nh5dset_extent_c
Definition: H5f90proto.h:263
#define nh5dreadc_5_c
Definition: H5f90proto.h:256
#define nh5tset_offset_c
Definition: H5f90proto.h:677
#define nh5areadc_3_c
Definition: H5f90proto.h:512
herr_t(* H5P_cls_close_func_t)(hid_t prop_id, void *close_data)
Definition: H5Ppublic.h:109
#define nh5awrite_real_s_c
Definition: H5f90proto.h:458
c_int_8 hssize_t_f
Definition: H5f90i_gen.h:33
#define nh5pset_fapl_mpio_c
Definition: H5f90proto.h:897
#define nh5zget_filter_info_c
Definition: H5f90proto.h:1251
#define nh5pset_preserve_c
Definition: H5f90proto.h:846
HDFFCLIBAPI intf intf * flags
#define nh5aread_c
Definition: H5f90proto.h:483
#define nh5tinsert_array_c2
Definition: H5f90proto.h:704
#define nh5tget_class_c
Definition: H5f90proto.h:669
#define nh5aget_name_by_idx_c
Definition: H5f90proto.h:528
#define nh5lcreate_hard_c
Definition: H5f90proto.h:1264
#define nh5iget_type_c
Definition: H5f90proto.h:1179
#define nh5pget_nfilters_c
Definition: H5f90proto.h:889
#define nh5awrite_real_1_c
Definition: H5f90proto.h:459
#define nh5dread_double_1_c
Definition: H5f90proto.h:240
#define nh5pget_chunk_cache_c
Definition: H5f90proto.h:986
#define nh5sget_select_elem_pointlist_c
Definition: H5f90proto.h:121
#define nh5close_c
Definition: H5f90proto.h:1220
#define nh5dget_type_c
Definition: H5f90proto.h:261
#define nh5sselect_hyperslab_c
Definition: H5f90proto.h:137
#define nh5tset_size_c
Definition: H5f90proto.h:673
#define nh5tset_norm_c
Definition: H5f90proto.h:687
#define nh5tset_inpad_c
Definition: H5f90proto.h:689
#define nh5aget_info_by_idx_c
Definition: H5f90proto.h:532
#define nh5tencode_c
Definition: H5f90proto.h:721
#define nh5awrite_real_5_c
Definition: H5f90proto.h:463
#define nh5dread_integer_4_c
Definition: H5f90proto.h:227
#define nh5pset_fapl_multi_c
Definition: H5f90proto.h:950
#define nh5pmodify_filter_c
Definition: H5f90proto.h:888
#define nh5pget_create_inter_group_c
Definition: H5f90proto.h:965
#define nh5pget_version_c
Definition: H5f90proto.h:858
#define nh5awrite_integer_7_c
Definition: H5f90proto.h:457
#define nh5tget_member_dims_c
Definition: H5f90proto.h:697
H5_FCDLL int_f h5literate_by_name_c(hid_t_f *loc_id, _fcd name, size_t_f *namelen, int_f *index_type, int_f *order, hsize_t_f *idx, H5L_iterate_t op, void *op_data, hid_t_f *lapl_id)
HDFFCLIBAPI intf stride[]
#define nh5dget_create_plist_c
Definition: H5f90proto.h:262
#define nh5tget_member_class_c
Definition: H5f90proto.h:718
#define nh5tget_nmembers_c
Definition: H5f90proto.h:694
#define nh5aopen_idx_c
Definition: H5f90proto.h:518
#define nh5dget_space_c
Definition: H5f90proto.h:260
#define nh5pset_fapl_core_c
Definition: H5f90proto.h:874
H5_FCDLL int_f h5pget_fill_value_c(hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue)
#define nh5eprint_c1
Definition: H5f90proto.h:1199
#define nh5pset_shared_mesg_index_c
Definition: H5f90proto.h:957
#define nh5aread_double_5_c
Definition: H5f90proto.h:505
#define nh5pset_edc_check_c
Definition: H5f90proto.h:946
#define nh5awrite_double_2_c
Definition: H5f90proto.h:468
c_int_4 int_f
Definition: H5f90i_gen.h:36
H5_FCDLL int_f h5pget_file_image_c(hid_t_f *fapl_id, void **buf_ptr, size_t_f *buf_len)
#define nh5aread_real_5_c
Definition: H5f90proto.h:497
#define nh5init_types_c
Definition: H5f90proto.h:1221
#define nh5pset_link_phase_change_c
Definition: H5f90proto.h:977
#define nh5pget_sieve_buf_size_c
Definition: H5f90proto.h:913
#define nh5pget_gc_references_c
Definition: H5f90proto.h:883
#define nh5tget_member_index_c
Definition: H5f90proto.h:699
#define nh5fget_filesize_c
Definition: H5f90proto.h:92
#define nh5pget_buffer_c
Definition: H5f90proto.h:904
H5O_hdr_info_t_f hdr
Definition: H5f90proto.h:66
#define nh5tget_cset_c
Definition: H5f90proto.h:690
#define nh5iis_valid_c
Definition: H5f90proto.h:1185
#define nh5awrite_integer_5_c
Definition: H5f90proto.h:455
#define nh5pget_data_transform_c
Definition: H5f90proto.h:971
HDFFCLIBAPI intf * offset
#define nh5pget_class_parent_c
Definition: H5f90proto.h:937
hsize_t heap_size
Definition: H5f90proto.h:30
#define nh5dwritec_3_c
Definition: H5f90proto.h:217
#define nh5dwrite_real_6_c
Definition: H5f90proto.h:201
#define nh5pregister_double_c
Definition: H5f90proto.h:920
#define nh5acreate_by_name_c
Definition: H5f90proto.h:535
#define nh5pget_attr_creation_order_c
Definition: H5f90proto.h:958
#define nh5pget_fapl_family_c
Definition: H5f90proto.h:877
#define nh5pget_est_link_info_c
Definition: H5f90proto.h:974
HDFFCLIBAPI intf * rank
#define nh5aexists_c
Definition: H5f90proto.h:536
#define nh5oopen_by_addr_c
Definition: H5f90proto.h:799
#define nh5pget_external_count_c
Definition: H5f90proto.h:893
#define nh5idec_ref_c
Definition: H5f90proto.h:1182
#define nh5dread_real_6_c
Definition: H5f90proto.h:237
#define nh5lcreate_external_c
Definition: H5f90proto.h:1263
#define nh5dread_c
Definition: H5f90proto.h:222
#define nh5sget_select_npoints_c
Definition: H5f90proto.h:127
#define nh5eset_auto_c
Definition: H5f90proto.h:1203
#define nh5aread_integer_7_c
Definition: H5f90proto.h:491
struct H5O_hdr_info_t_f H5O_hdr_info_t_f
#define nh5pset_small_data_block_size_c
Definition: H5f90proto.h:916
#define nh5pget_fapl_core_c
Definition: H5f90proto.h:875
#define nh5dread_integer_5_c
Definition: H5f90proto.h:228
H5_ih_info_t_f attr
Definition: H5f90proto.h:70
#define nh5awrite_double_1_c
Definition: H5f90proto.h:467
#define nh5dwrite_real_s_c
Definition: H5f90proto.h:195
#define nh5aread_integer_4_c
Definition: H5f90proto.h:488
#define nh5fclose_c
Definition: H5f90proto.h:80
#define nh5aread_integer_6_c
Definition: H5f90proto.h:490
#define nh5pget_hyper_vector_size_c
Definition: H5f90proto.h:915
#define nh5pget_istore_k_c
Definition: H5f90proto.h:865
#define nh5tset_order_c
Definition: H5f90proto.h:671
#define nh5dread_real_5_c
Definition: H5f90proto.h:236
#define nh5aexists_by_name_c
Definition: H5f90proto.h:537
#define nh5pset_obj_track_times_c
Definition: H5f90proto.h:963
#define nh5pget_mpio_actual_io_mode_c
Definition: H5f90proto.h:987
#define nh5aread_real_3_c
Definition: H5f90proto.h:495
#define nh5dread_integer_6_c
Definition: H5f90proto.h:229
#define nh5sencode_c
Definition: H5f90proto.h:144
#define nh5dwrite_double_2_c
Definition: H5f90proto.h:205
#define nh5awritec_5_c
Definition: H5f90proto.h:480
#define nh5dwrite_real_2_c
Definition: H5f90proto.h:197
#define nh5dwrite_double_1_c
Definition: H5f90proto.h:204
#define nh5awrite_double_5_c
Definition: H5f90proto.h:471
#define nh5rget_name_region_c
Definition: H5f90proto.h:1160
#define nh5tis_variable_str_c
Definition: H5f90proto.h:717
#define nh5pregister_real_c
Definition: H5f90proto.h:919
#define nh5pset_attr_creation_order_c
Definition: H5f90proto.h:955
#define nh5sget_simple_extent_type_c
Definition: H5f90proto.h:129
#define nh5pcreate_c
Definition: H5f90proto.h:839
#define nh5funmount_c
Definition: H5f90proto.h:84
#define nh5sis_simple_c
Definition: H5f90proto.h:132
#define nh5pget_fapl_stdio_c
Definition: H5f90proto.h:869
HDFFCLIBAPI intf * buf
#define nh5pset_sieve_buf_size_c
Definition: H5f90proto.h:912
#define nh5sget_select_hyper_blocklist_c
Definition: H5f90proto.h:119
#define nh5aget_info_c
Definition: H5f90proto.h:531
#define nh5aopen_by_name_c
Definition: H5f90proto.h:538
#define nh5lget_val_c
Definition: H5f90proto.h:1274
#define nh5pset_external_c
Definition: H5f90proto.h:892
#define nh5dget_space_status_c
Definition: H5f90proto.h:276
#define nh5get_libversion_c
Definition: H5f90proto.h:1225
H5_FCDLL int_f h5pinsert_c(hid_t_f *plist, _fcd name, int_f *name_len, size_t_f *size, void *value)
#define nh5aread_real_7_c
Definition: H5f90proto.h:499
#define nh5dreadc_c
Definition: H5f90proto.h:250
#define nh5gget_info_c
Definition: H5f90proto.h:415
#define nh5pset_fill_value_real_c
Definition: H5f90proto.h:852
#define nh5fget_obj_count_c
Definition: H5f90proto.h:88
#define nh5pset_attr_phase_change_c
Definition: H5f90proto.h:980

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