diff options
author | Elena Pourmal <epourmal@hdfgroup.org> | 2001-04-27 03:47:27 (GMT) |
---|---|---|
committer | Elena Pourmal <epourmal@hdfgroup.org> | 2001-04-27 03:47:27 (GMT) |
commit | 6182da802691e5702681faf509ac151fe652dd51 (patch) | |
tree | ec6a41f8882327da936a0a1709458dba606ef35b /fortran/src/H5f90proto.h | |
parent | c048eed3be375907a030a7f27cb958fcbc95a3ef (diff) | |
download | hdf5-6182da802691e5702681faf509ac151fe652dd51.zip hdf5-6182da802691e5702681faf509ac151fe652dd51.tar.gz hdf5-6182da802691e5702681faf509ac151fe652dd51.tar.bz2 |
[svn-r3860]
Purpose:
Windows port
Description:
Multiple changes:
* Windows platforms require special compiler directives
in order to create DLLs.
* In read/write subroutines data arrays were passed by descriptor.
This worked on UNIX but did not work on Windows.
Solution:
* added compiler directives.
* read/write APIs have been changed. There is an additional
parameter (array that contains the sizes of data buffer dimensions)
and regular arrays are used instead of assumed-shaped arrays.
Platforms tested:
* Currently this feature does not work. Common blocks are not exported correctly
from one F90 module to another.
I am checking this in so I can ask DEC for help.
* For static library tests passed on Windows 98 ( except flush2_fortran)
All tests passed on Linux, Solaris 2.7, O2K and T3E
Diffstat (limited to 'fortran/src/H5f90proto.h')
-rw-r--r-- | fortran/src/H5f90proto.h | 422 |
1 files changed, 211 insertions, 211 deletions
diff --git a/fortran/src/H5f90proto.h b/fortran/src/H5f90proto.h index 4ae677d..0265af9 100644 --- a/fortran/src/H5f90proto.h +++ b/fortran/src/H5f90proto.h @@ -2,9 +2,9 @@ #define _H5f90proto_H #include "H5Git.h" -extern int HD5c2fstr(char *str, int len); -extern char * HD5fcstring (_fcd fdesc, int len); -extern int HDpackFstring(char *src, char *dest, int len); +__DLL__ int HD5c2fstr(char *str, int len); +__DLL__ char * HD5fcstring (_fcd fdesc, int len); +__DLL__ int HDpackFstring(char *src, char *dest, int len); /* * Functions from H5Ff.c @@ -36,23 +36,23 @@ extern int HDpackFstring(char *src, char *dest, int len); #endif /* DF_CAPFNAMES */ #endif /* H5Ff90_FNAMES */ -extern int_f nh5fcreate_c +__DLL__ 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); -extern int_f nh5fopen_c +__DLL__ int_f nh5fopen_c (_fcd name, int_f *namelen, int_f *access_flags, hid_t_f *acc_prp, hid_t_f *file_id); -extern int_f nh5fis_hdf5_c +__DLL__ int_f nh5fis_hdf5_c (_fcd name, int_f *namelen, int_f *flag); -extern int_f nh5fclose_c (hid_t_f *file_id); -extern int_f nh5fmount_c +__DLL__ int_f nh5fclose_c (hid_t_f *file_id); +__DLL__ int_f nh5fmount_c (hid_t_f *loc_id, _fcd dsetname, int_f *namelen, hid_t_f *file_id, hid_t_f *acc_prp); -extern int_f nh5funmount_c +__DLL__ int_f nh5funmount_c (hid_t_f *loc_id, _fcd dsetname, int_f *namelen); -extern int_f nh5freopen_c (hid_t_f *file_id1, hid_t_f *file_id2); -extern int_f nh5fget_create_plist_c (hid_t_f *file_id, hid_t_f *prop_id); -extern int_f nh5fget_access_plist_c (hid_t_f *file_id, hid_t_f *access_id); +__DLL__ int_f nh5freopen_c (hid_t_f *file_id1, hid_t_f *file_id2); +__DLL__ int_f nh5fget_create_plist_c (hid_t_f *file_id, hid_t_f *prop_id); +__DLL__ int_f nh5fget_access_plist_c (hid_t_f *file_id, hid_t_f *access_id); /* * Functions from H5Sf.c */ @@ -113,53 +113,53 @@ extern int_f nh5fget_access_plist_c (hid_t_f *file_id, hid_t_f *access_id); #endif /* DF_CAPFNAMES */ #endif -extern int_f nh5screate_simple_c +__DLL__ int_f nh5screate_simple_c ( int_f *rank, hsize_t_f *dims, hsize_t_f *maxdims, hid_t_f *space_id ); -extern int_f nh5sclose_c ( hid_t_f *space_id ); +__DLL__ int_f nh5sclose_c ( hid_t_f *space_id ); -extern int_f nh5screate_c ( int_f *classtype, hid_t_f *space_id ); +__DLL__ int_f nh5screate_c ( int_f *classtype, hid_t_f *space_id ); -extern int_f nh5scopy_c ( hid_t_f *space_id , hid_t_f *new_space_id); -extern int_f nh5sget_select_hyper_nblocks_c( hid_t_f *space_id , hssize_t_f * num_blocks); -extern int_f nh5sget_select_hyper_blocklist_c( hid_t_f *space_id ,hsize_t_f * startblock, hsize_t_f * num_blocks, hsize_t_f * buf); +__DLL__ int_f nh5scopy_c ( hid_t_f *space_id , hid_t_f *new_space_id); +__DLL__ int_f nh5sget_select_hyper_nblocks_c( hid_t_f *space_id , hssize_t_f * num_blocks); +__DLL__ int_f nh5sget_select_hyper_blocklist_c( hid_t_f *space_id ,hsize_t_f * startblock, hsize_t_f * num_blocks, hsize_t_f * buf); -extern int_f nh5sget_select_bounds_c( hid_t_f *space_id , hsize_t_f * start, hsize_t_f * end); +__DLL__ int_f nh5sget_select_bounds_c( hid_t_f *space_id , hsize_t_f * start, hsize_t_f * end); -extern int_f nh5sget_select_elem_npoints_c( hid_t_f *space_id , hssize_t_f * num_points); +__DLL__ int_f nh5sget_select_elem_npoints_c( hid_t_f *space_id , hssize_t_f * num_points); -extern int_f nh5sget_select_elem_pointlist_c( hid_t_f *space_id ,hsize_t_f * startpoint, hsize_t_f * numpoints, hsize_t_f * buf); -extern int_f nh5sselect_all_c ( hid_t_f *space_id ); +__DLL__ int_f nh5sget_select_elem_pointlist_c( hid_t_f *space_id ,hsize_t_f * startpoint, hsize_t_f * numpoints, hsize_t_f * buf); +__DLL__ int_f nh5sselect_all_c ( hid_t_f *space_id ); -extern int_f nh5sselect_none_c ( hid_t_f *space_id ); +__DLL__ int_f nh5sselect_none_c ( hid_t_f *space_id ); -extern int_f nh5sselect_valid_c ( hid_t_f *space_id , int_f *flag ); +__DLL__ int_f nh5sselect_valid_c ( hid_t_f *space_id , int_f *flag ); -extern int_f nh5sget_simple_extent_npoints_c ( hid_t_f *space_id , hsize_t_f *npoints ); +__DLL__ int_f nh5sget_simple_extent_npoints_c ( hid_t_f *space_id , hsize_t_f *npoints ); -extern int_f nh5sget_select_npoints_c ( hid_t_f *space_id , hssize_t_f *npoints ); +__DLL__ int_f nh5sget_select_npoints_c ( hid_t_f *space_id , hssize_t_f *npoints ); -extern int_f nh5sget_simple_extent_ndims_c ( hid_t_f *space_id , int_f *ndims ); +__DLL__ int_f nh5sget_simple_extent_ndims_c ( hid_t_f *space_id , int_f *ndims ); -extern int_f nh5sget_simple_extent_type_c ( hid_t_f *space_id , int_f *classtype); +__DLL__ int_f nh5sget_simple_extent_type_c ( hid_t_f *space_id , int_f *classtype); -extern int_f nh5soffset_simple_c ( hid_t_f *space_id , hssize_t_f *offset); +__DLL__ int_f nh5soffset_simple_c ( hid_t_f *space_id , hssize_t_f *offset); -extern int_f nh5sset_extent_simple_c ( hid_t_f *space_id , int_f *rank, hsize_t_f * current_size, hsize_t_f *maximum_size); +__DLL__ int_f nh5sset_extent_simple_c ( hid_t_f *space_id , int_f *rank, hsize_t_f * current_size, hsize_t_f *maximum_size); -extern int_f nh5sis_simple_c ( hid_t_f *space_id , int_f *flag ); +__DLL__ int_f nh5sis_simple_c ( hid_t_f *space_id , int_f *flag ); -extern int_f nh5sextent_class_c ( hid_t_f *space_id , int_f *classtype); +__DLL__ int_f nh5sextent_class_c ( hid_t_f *space_id , int_f *classtype); -extern int_f nh5sget_simple_extent_dims_c ( hid_t_f *space_id , hsize_t_f *dims, hsize_t_f *maxdims); +__DLL__ int_f nh5sget_simple_extent_dims_c ( hid_t_f *space_id , hsize_t_f *dims, hsize_t_f *maxdims); -extern int_f nh5sextent_copy_c ( hid_t_f *dest_space_id , hid_t_f *source_space_id); +__DLL__ int_f nh5sextent_copy_c ( hid_t_f *dest_space_id , hid_t_f *source_space_id); -extern int_f nh5sset_extent_none_c ( hid_t_f *space_id ); +__DLL__ int_f nh5sset_extent_none_c ( hid_t_f *space_id ); -extern int_f nh5sselect_hyperslab_c ( hid_t_f *space_id , int_f *op, hssize_t_f *start, hsize_t_f *count, hsize_t_f *stride, hsize_t_f *block); +__DLL__ int_f nh5sselect_hyperslab_c ( hid_t_f *space_id , int_f *op, hssize_t_f *start, hsize_t_f *count, hsize_t_f *stride, hsize_t_f *block); -extern int_f nh5sselect_elements_c ( hid_t_f *space_id , int_f *op, size_t_f *nelements, hssize_t_f *coord); +__DLL__ int_f nh5sselect_elements_c ( hid_t_f *space_id , int_f *op, size_t_f *nelements, hssize_t_f *coord); /* @@ -203,45 +203,45 @@ extern int_f nh5sselect_elements_c ( hid_t_f *space_id , int_f *op, size_t_f *ne #endif /* DF_CAPFNAMES */ #endif -extern int_f nh5dcreate_c +__DLL__ int_f nh5dcreate_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *type_id, hid_t_f *space_id, hid_t_f *crt_prp, hid_t_f *dset_id); -extern int_f nh5dopen_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *dset_id); +__DLL__ int_f nh5dopen_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *dset_id); -extern int_f nh5dclose_c ( hid_t_f *dset_id ); +__DLL__ int_f nh5dclose_c ( hid_t_f *dset_id ); -extern 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); +__DLL__ 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, int_f *dims); -extern 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, int_f *buf, int_f *n); +__DLL__ 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, int_f *buf, int_f *dims); -extern 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, int_f *n); +__DLL__ 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, int_f *dims); -extern 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); +__DLL__ 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, int_f *dims); -extern 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); +__DLL__ 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, int_f *dims); -extern 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, int_f *buf, int_f *n); +__DLL__ 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, int_f *buf, int_f *dims); -extern 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, int_f *n); +__DLL__ 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, int_f *dims); -extern 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); +__DLL__ 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, int_f *dims); -extern int_f nh5dget_space_c ( hid_t_f *dset_id , hid_t_f *space_id); +__DLL__ int_f nh5dget_space_c ( hid_t_f *dset_id , hid_t_f *space_id); -extern int_f nh5dget_type_c ( hid_t_f *dset_id , hid_t_f *type_id); +__DLL__ int_f nh5dget_type_c ( hid_t_f *dset_id , hid_t_f *type_id); -extern int_f nh5dget_create_plist_c ( hid_t_f *dset_id , hid_t_f *plist_id); +__DLL__ int_f nh5dget_create_plist_c ( hid_t_f *dset_id , hid_t_f *plist_id); -extern int_f nh5dextend_c ( hid_t_f *dset_id , hsize_t_f *dims); +__DLL__ int_f nh5dextend_c ( hid_t_f *dset_id , hsize_t_f *dims); /* * Functions from H5Gf.c */ @@ -275,35 +275,35 @@ extern int_f nh5dextend_c ( hid_t_f *dset_id , hsize_t_f *dims); #endif /* DF_CAPFNAMES */ #endif -extern int_f nh5gcreate_c +__DLL__ int_f nh5gcreate_c (hid_t_f *loc_id, _fcd name, int_f *namelen, size_t_f *size_hint, hid_t_f *grp_id); -extern int_f nh5gopen_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *grp_id); +__DLL__ int_f nh5gopen_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *grp_id); -extern int_f nh5gclose_c ( hid_t_f *grp_id ); +__DLL__ int_f nh5gclose_c ( hid_t_f *grp_id ); -extern int_f nh5gget_obj_info_idx_c +__DLL__ 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); -extern int_f nh5gn_members_c +__DLL__ int_f nh5gn_members_c (hid_t_f *loc_id, _fcd name, int_f *namelen, int_f *nmembers); -extern int_f nh5glink_c +__DLL__ 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); -extern int_f nh5gunlink_c +__DLL__ int_f nh5gunlink_c (hid_t_f *loc_id, _fcd name, int_f *namelen); -extern int_f nh5gmove_c +__DLL__ int_f nh5gmove_c (hid_t_f *loc_id, _fcd src_name, int_f *src_namelen, _fcd dst_name, int_f *dst_namelen); -extern int_f nh5gget_linkval_c +__DLL__ int_f nh5gget_linkval_c (hid_t_f *loc_id, _fcd name, int_f *namelen, size_t_f *size, _fcd value ); -extern int_f nh5gset_comment_c +__DLL__ int_f nh5gset_comment_c (hid_t_f *loc_id, _fcd name, int_f *namelen, _fcd comment, int_f *commentlen); -extern int_f nh5gget_comment_c +__DLL__ int_f nh5gget_comment_c (hid_t_f *loc_id, _fcd name, int_f *namelen, size_t_f *bufsize, _fcd comment); @@ -345,32 +345,32 @@ extern int_f nh5gget_comment_c #endif -extern int_f nh5acreate_c (hid_t_f *obj_id, _fcd name, int_f *namelen, hid_t_f *type_id, hid_t_f *space_id, hid_t_f *crt_prp, hid_t_f *attr_id); +__DLL__ int_f nh5acreate_c (hid_t_f *obj_id, _fcd name, int_f *namelen, hid_t_f *type_id, hid_t_f *space_id, hid_t_f *crt_prp, hid_t_f *attr_id); -extern int_f +__DLL__ int_f nh5aopen_name_c (hid_t_f *obj_id, _fcd name, int_f *namelen, hid_t_f *attr_id); -extern int_f nh5awritec_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf); +__DLL__ int_f nh5awritec_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, int_f *dims); -extern int_f nh5awrite_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf); +__DLL__ int_f nh5awrite_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, int_f *dims); -extern int_f nh5areadc_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf); +__DLL__ int_f nh5areadc_c (hid_t_f *attr_id, hid_t_f *mem_type_id, _fcd buf, int_f *dims); -extern int_f nh5aread_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf); +__DLL__ int_f nh5aread_c (hid_t_f *attr_id, hid_t_f *mem_type_id, void *buf, int_f *dims); -extern int_f nh5aclose_c ( hid_t_f *attr_id ); +__DLL__ int_f nh5aclose_c ( hid_t_f *attr_id ); -extern int_f nh5adelete_c (hid_t_f *obj_id, _fcd name, int_f *namelen); +__DLL__ int_f nh5adelete_c (hid_t_f *obj_id, _fcd name, int_f *namelen); -extern int_f nh5aopen_idx_c (hid_t_f *obj_id, int_f *idx, hid_t_f *attr_id); +__DLL__ int_f nh5aopen_idx_c (hid_t_f *obj_id, int_f *idx, hid_t_f *attr_id); -extern int_f nh5aget_space_c (hid_t_f *attr_id, hid_t_f *space_id); +__DLL__ int_f nh5aget_space_c (hid_t_f *attr_id, hid_t_f *space_id); -extern int_f nh5aget_type_c (hid_t_f *attr_id, hid_t_f *type_id); +__DLL__ int_f nh5aget_type_c (hid_t_f *attr_id, hid_t_f *type_id); -extern int_f nh5aget_num_attrs_c (hid_t_f *obj_id, int_f *attr_num); +__DLL__ int_f nh5aget_num_attrs_c (hid_t_f *obj_id, int_f *attr_num); -extern int_f nh5aget_name_c(hid_t_f *attr_id, size_t_f *size, _fcd buf); +__DLL__ int_f nh5aget_name_c(hid_t_f *attr_id, size_t_f *size, _fcd buf); /* * Functions form H5Tf.c file @@ -487,83 +487,83 @@ extern int_f nh5aget_name_c(hid_t_f *attr_id, size_t_f *size, _fcd buf); #endif #endif -extern int_f nh5tcreate_c(int_f *class, size_t_f *size, hid_t_f *type_id); +__DLL__ int_f nh5tcreate_c(int_f *class, size_t_f *size, hid_t_f *type_id); -extern int_f nh5topen_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *type_id); +__DLL__ int_f nh5topen_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *type_id); -extern int_f +__DLL__ int_f nh5tcommit_c (hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *type_id); -extern int_f nh5tclose_c ( hid_t_f *type_id ); +__DLL__ int_f nh5tclose_c ( hid_t_f *type_id ); -extern int_f nh5tequal_c ( hid_t_f *type1_id , hid_t_f *type2_id, int_f *c_flag); +__DLL__ int_f nh5tequal_c ( hid_t_f *type1_id , hid_t_f *type2_id, int_f *c_flag); -extern int_f nh5tcopy_c ( hid_t_f *type_id , hid_t_f *new_type_id); +__DLL__ int_f nh5tcopy_c ( hid_t_f *type_id , hid_t_f *new_type_id); -extern int_f nh5tget_class_c ( hid_t_f *type_id , int_f *classtype); +__DLL__ int_f nh5tget_class_c ( hid_t_f *type_id , int_f *classtype); -extern int_f nh5tget_order_c ( hid_t_f *type_id , int_f *order); +__DLL__ int_f nh5tget_order_c ( hid_t_f *type_id , int_f *order); -extern int_f nh5tset_order_c ( hid_t_f *type_id , int_f *order); +__DLL__ int_f nh5tset_order_c ( hid_t_f *type_id , int_f *order); -extern int_f nh5tget_size_c ( hid_t_f *type_id , size_t_f *size); +__DLL__ int_f nh5tget_size_c ( hid_t_f *type_id , size_t_f *size); -extern int_f nh5tset_size_c ( hid_t_f *type_id , size_t_f *size); -extern int_f nh5tcommitted_c (hid_t_f *type_id); -extern int_f nh5tget_precision_c ( hid_t_f *type_id , size_t_f *precision); -extern int_f nh5tset_precision_c ( hid_t_f *type_id , size_t_f *precision); -extern int_f nh5tget_offset_c ( hid_t_f *type_id , size_t_f *offset); -extern int_f nh5tset_offset_c ( hid_t_f *type_id , size_t_f *offset); -extern int_f nh5tget_pad_c ( hid_t_f *type_id , int_f * lsbpad, int_f * msbpad); -extern int_f nh5tset_pad_c ( hid_t_f *type_id, int_f * lsbpad, int_f * msbpad ); -extern int_f nh5tget_sign_c ( hid_t_f *type_id , int_f* sign); -extern int_f nh5tset_sign_c ( hid_t_f *type_id , int_f *sign); -extern 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); -extern 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); -extern int_f nh5tget_ebias_c ( hid_t_f *type_id , size_t_f *ebias); +__DLL__ int_f nh5tset_size_c ( hid_t_f *type_id , size_t_f *size); +__DLL__ int_f nh5tcommitted_c (hid_t_f *type_id); +__DLL__ int_f nh5tget_precision_c ( hid_t_f *type_id , size_t_f *precision); +__DLL__ int_f nh5tset_precision_c ( hid_t_f *type_id , size_t_f *precision); +__DLL__ int_f nh5tget_offset_c ( hid_t_f *type_id , size_t_f *offset); +__DLL__ int_f nh5tset_offset_c ( hid_t_f *type_id , size_t_f *offset); +__DLL__ int_f nh5tget_pad_c ( hid_t_f *type_id , int_f * lsbpad, int_f * msbpad); +__DLL__ int_f nh5tset_pad_c ( hid_t_f *type_id, int_f * lsbpad, int_f * msbpad ); +__DLL__ int_f nh5tget_sign_c ( hid_t_f *type_id , int_f* sign); +__DLL__ int_f nh5tset_sign_c ( hid_t_f *type_id , int_f *sign); +__DLL__ 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); +__DLL__ 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); +__DLL__ int_f nh5tget_ebias_c ( hid_t_f *type_id , size_t_f *ebias); -extern int_f nh5tset_ebias_c ( hid_t_f *type_id , size_t_f *ebias); -extern int_f nh5tget_norm_c ( hid_t_f *type_id , int_f *norm); +__DLL__ int_f nh5tset_ebias_c ( hid_t_f *type_id , size_t_f *ebias); +__DLL__ int_f nh5tget_norm_c ( hid_t_f *type_id , int_f *norm); -extern int_f nh5tset_norm_c ( hid_t_f *type_id , int_f *norm); -extern int_f nh5tget_inpad_c ( hid_t_f *type_id, int_f * padtype); -extern int_f nh5tset_inpad_c ( hid_t_f *type_id, int_f * padtype); -extern int_f nh5tget_cset_c ( hid_t_f *type_id, int_f * cset); -extern int_f nh5tset_cset_c ( hid_t_f *type_id, int_f * cset); -extern int_f nh5tget_strpad_c ( hid_t_f *type_id, int_f * strpad); -extern int_f nh5tset_strpad_c ( hid_t_f *type_id, int_f * strpad); -extern int_f nh5tget_nmembers_c ( hid_t_f *type_id , int_f * num_members); -extern int_f nh5tget_member_name_c ( hid_t_f *type_id ,int_f* index, _fcd member_name, int_f *namelen); -extern 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 ); -extern int_f nh5tget_member_offset_c ( hid_t_f *type_id ,int_f* member_no, size_t_f* offset); -extern int_f nh5tget_member_type_c ( hid_t_f *type_id ,int_f* field_idx, hid_t_f * datatype); -extern int_f nh5tinsert_c(hid_t_f *type_id, _fcd name, int_f* namelen, size_t_f *offset, hid_t_f * field_id); -extern int_f nh5tpack_c(hid_t_f * type_id); +__DLL__ int_f nh5tset_norm_c ( hid_t_f *type_id , int_f *norm); +__DLL__ int_f nh5tget_inpad_c ( hid_t_f *type_id, int_f * padtype); +__DLL__ int_f nh5tset_inpad_c ( hid_t_f *type_id, int_f * padtype); +__DLL__ int_f nh5tget_cset_c ( hid_t_f *type_id, int_f * cset); +__DLL__ int_f nh5tset_cset_c ( hid_t_f *type_id, int_f * cset); +__DLL__ int_f nh5tget_strpad_c ( hid_t_f *type_id, int_f * strpad); +__DLL__ int_f nh5tset_strpad_c ( hid_t_f *type_id, int_f * strpad); +__DLL__ int_f nh5tget_nmembers_c ( hid_t_f *type_id , int_f * num_members); +__DLL__ int_f nh5tget_member_name_c ( hid_t_f *type_id ,int_f* index, _fcd member_name, int_f *namelen); +__DLL__ 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 ); +__DLL__ int_f nh5tget_member_offset_c ( hid_t_f *type_id ,int_f* member_no, size_t_f* offset); +__DLL__ int_f nh5tget_member_type_c ( hid_t_f *type_id ,int_f* field_idx, hid_t_f * datatype); +__DLL__ int_f nh5tinsert_c(hid_t_f *type_id, _fcd name, int_f* namelen, size_t_f *offset, hid_t_f * field_id); +__DLL__ int_f nh5tpack_c(hid_t_f * type_id); -extern 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 ); +__DLL__ 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 ); -extern int_f nh5tinsert_array_c2(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); +__DLL__ int_f nh5tinsert_array_c2(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); -extern int_f nh5tenum_create_c ( hid_t_f *parent_id , hid_t_f *new_type_id); +__DLL__ int_f nh5tenum_create_c ( hid_t_f *parent_id , hid_t_f *new_type_id); -extern int_f nh5tenum_insert_c(hid_t_f *type_id, _fcd name, int_f* namelen, int_f* value); -extern int_f +__DLL__ int_f nh5tenum_insert_c(hid_t_f *type_id, _fcd name, int_f* namelen, int_f* value); +__DLL__ int_f nh5tenum_nameof_c(hid_t_f *type_id, int_f* value, _fcd name, size_t_f* namelen); -extern int_f +__DLL__ int_f nh5tenum_valueof_c(hid_t_f *type_id, _fcd name, int_f* namelen, int_f* value); -extern int_f +__DLL__ int_f nh5tget_member_value_c(hid_t_f *type_id, int_f* member_no, int_f* value); -extern int_f +__DLL__ int_f nh5tset_tag_c(hid_t_f* type_id, _fcd tag, int_f* namelen); -extern int_f +__DLL__ int_f nh5tget_tag_c(hid_t_f* type_id, _fcd tag, int_f* namelen); -extern int_f +__DLL__ int_f nh5tarray_create_c(hid_t_f * base_id, int_f *rank, hsize_t_f* dims, hid_t_f* type_id); -extern int_f +__DLL__ int_f nh5tget_array_dims_c ( hid_t_f *type_id , hsize_t_f * dims); -extern int_f +__DLL__ int_f nh5tget_array_ndims_c ( hid_t_f *type_id , int_f * ndims); -extern int_f +__DLL__ int_f nh5tget_super_c ( hid_t_f *type_id , hid_t_f *base_type_id); @@ -611,8 +611,8 @@ nh5tget_super_c ( hid_t_f *type_id , hid_t_f *base_type_id); # define nh5pget_cache_c FNAME(H5PGET_CACHE_C) # define nh5pset_fapl_split_c FNAME(H5PSET_FAPL_SPLIT_C) # define nh5pget_fapl_split_c FNAME(H5PGET_FAPL_SPLIT_C) -# define nh5pset_gc_refernces_c FNAME(H5PSET_GC_REFERENCES_C) -# define nh5pget_gc_refernces_c FNAME(H5PGET_GC_REFERENCES_C) +# define nh5pset_gc_references_c FNAME(H5PSET_GC_REFERENCES_C) +# define nh5pget_gc_references_c FNAME(H5PGET_GC_REFERENCES_C) # define nh5pset_layout_c FNAME(H5PSET_LAYOUT_C) # define nh5pget_layout_c FNAME(H5PGET_LAYOUT_C) # define nh5pset_filter_c FNAME(H5PSET_FILTER_C) @@ -690,120 +690,120 @@ nh5tget_super_c ( hid_t_f *type_id , hid_t_f *base_type_id); #endif #endif -extern int_f nh5pcreate_c ( int_f *classtype, hid_t_f *prp_id ); +__DLL__ int_f nh5pcreate_c ( int_f *classtype, hid_t_f *prp_id ); -extern int_f nh5pclose_c ( hid_t_f *prp_id ); +__DLL__ int_f nh5pclose_c ( hid_t_f *prp_id ); -extern int_f nh5pcopy_c ( hid_t_f *prp_id , hid_t_f *new_prp_id); +__DLL__ int_f nh5pcopy_c ( hid_t_f *prp_id , hid_t_f *new_prp_id); -extern int_f nh5pget_class_c ( hid_t_f *prp_id , int_f *classtype); +__DLL__ int_f nh5pget_class_c ( hid_t_f *prp_id , int_f *classtype); -extern int_f nh5pset_deflate_c ( hid_t_f *prp_id , int_f *level); +__DLL__ int_f nh5pset_deflate_c ( hid_t_f *prp_id , int_f *level); -extern int_f nh5pset_chunk_c ( hid_t_f *prp_id, int_f *rank, hsize_t_f *dims ); +__DLL__ int_f nh5pset_chunk_c ( hid_t_f *prp_id, int_f *rank, hsize_t_f *dims ); -extern int_f nh5pget_chunk_c ( hid_t_f *prp_id, int_f *max_rank, hsize_t_f *dims ); +__DLL__ int_f nh5pget_chunk_c ( hid_t_f *prp_id, int_f *max_rank, hsize_t_f *dims ); -extern int_f +__DLL__ int_f nh5pset_fill_valuec_c (hid_t_f *prp_id, hid_t_f *type_id, _fcd fillvalue); -extern int_f +__DLL__ int_f nh5pset_fill_value_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue); -extern int_f +__DLL__ int_f nh5pget_fill_valuec_c (hid_t_f *prp_id, hid_t_f *type_id, _fcd fillvalue); -extern int_f +__DLL__ int_f nh5pget_fill_value_c (hid_t_f *prp_id, hid_t_f *type_id, void *fillvalue); -extern int_f +__DLL__ int_f nh5pset_preserve_c ( hid_t_f *prp_id , int_f *flag); -extern int_f +__DLL__ int_f nh5pget_preserve_c ( hid_t_f *prp_id , int_f *flag); -extern int_f +__DLL__ int_f nh5pget_version_c (hid_t_f *prp_id, int_f * boot,int_f * freelist, int_f * stab, int_f *shhdr); -extern int_f +__DLL__ int_f nh5pset_userblock_c (hid_t_f *prp_id, hsize_t_f * size); -extern int_f +__DLL__ int_f nh5pget_userblock_c (hid_t_f *prp_id, hsize_t_f * size); -extern int_f +__DLL__ int_f nh5pget_sizes_c (hid_t_f *prp_id, size_t_f * sizeof_addr, size_t_f * sizeof_size); -extern int_f +__DLL__ int_f nh5pset_sizes_c (hid_t_f *prp_id, size_t_f * sizeof_addr, size_t_f * sizeof_size); -extern int_f +__DLL__ int_f nh5pset_sym_k_c (hid_t_f *prp_id, int_f* ik, int_f* lk); -extern int_f +__DLL__ int_f nh5pget_sym_k_c (hid_t_f *prp_id, int_f* ik, int_f* lk); -extern int_f +__DLL__ int_f nh5pset_istore_k_c (hid_t_f *prp_id, int_f* ik); -extern int_f +__DLL__ int_f nh5pget_istore_k_c (hid_t_f *prp_id, int_f* ik); -extern int_f +__DLL__ int_f nh5pget_driver_c (hid_t_f *prp_id, hid_t_f*driver); -extern int_f +__DLL__ int_f nh5pset_fapl_stdio_c (hid_t_f *prp_id); -extern int_f +__DLL__ int_f nh5pget_fapl_stdio_c (hid_t_f *prp_id, int_f* io); -extern int_f +__DLL__ int_f nh5pset_fapl_sec2_c (hid_t_f *prp_id); -extern int_f +__DLL__ int_f nh5pget_fapl_sec2_c (hid_t_f *prp_id, int_f* sec2); -extern int_f +__DLL__ int_f nh5pset_alignment_c(hid_t_f *prp_id, hsize_t_f* threshold, hsize_t_f* alignment); -extern int_f +__DLL__ int_f nh5pget_alignment_c(hid_t_f *prp_id, hsize_t_f* threshold, hsize_t_f* alignment); -extern int_f +__DLL__ int_f nh5pget_fapl_core_c (hid_t_f *prp_id, size_t_f* increment, int_f *flag); -extern int_f +__DLL__ int_f nh5pset_fapl_core_c (hid_t_f *prp_id, size_t_f* increment, int_f *flag); -extern int_f +__DLL__ int_f nh5pset_fapl_family_c (hid_t_f *prp_id, hsize_t_f* memb_size, hid_t_f* memb_plist ); -extern int_f +__DLL__ int_f nh5pget_fapl_family_c (hid_t_f *prp_id, hsize_t_f* memb_size, hid_t_f* memb_plist ); -extern int_f +__DLL__ int_f nh5pset_cache_c(hid_t_f *prp_id, int_f* mdc_nelmts, int_f* rdcc_nelmts, size_t_f* rdcc_nbytes, real_f* rdcc_w0); -extern int_f +__DLL__ int_f nh5pget_cache_c(hid_t_f *prp_id, int_f* mdc_nelmts, int_f* rdcc_nelmts, size_t_f* rdcc_nbytes, real_f* rdcc_w0); -extern int_f +__DLL__ 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); -extern int_f +__DLL__ 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); -extern int_f +__DLL__ int_f nh5pset_gc_references_c(hid_t_f *prp_id, int_f* gc_references); -extern int_f +__DLL__ int_f nh5pget_gc_references_c(hid_t_f *prp_id, int_f* gc_references); -extern int_f +__DLL__ int_f nh5pset_layout_c (hid_t_f *prp_id, int_f* layout); -extern int_f +__DLL__ int_f nh5pget_layout_c (hid_t_f *prp_id, int_f* layout); -extern int_f +__DLL__ 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 ); -extern int_f +__DLL__ int_f nh5pget_nfilters_c (hid_t_f *prp_id, int_f* nfilters); -extern int_f +__DLL__ 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); -extern int_f +__DLL__ int_f nh5pset_external_c (hid_t_f *prp_id, _fcd name, int_f* namelen, int_f* offset, hsize_t_f*bytes); -extern int_f +__DLL__ int_f nh5pget_external_count_c (hid_t_f *prp_id, int_f* count); -extern int_f +__DLL__ int_f nh5pget_external_c(hid_t_f *prp_id,int*idx, size_t_f* name_size, _fcd name, int_f* offset, hsize_t_f*bytes); -extern int_f +__DLL__ int_f nh5pset_hyper_cache_c(hid_t_f *prp_id, int_f* cache, int_f* limit); -extern int_f +__DLL__ int_f nh5pget_hyper_cache_c(hid_t_f *prp_id, int_f* cache, int_f* limit); -extern int_f +__DLL__ int_f nh5pget_btree_ratios_c(hid_t_f *prp_id, real_f* left, real_f* middle, real_f* right); -extern int_f +__DLL__ int_f nh5pset_btree_ratios_c(hid_t_f *prp_id, real_f* left, real_f* middle, real_f* right); -extern int_f +__DLL__ int_f nh5pget_fapl_mpio_c(hid_t_f *prp_id, int_f* comm, int_f* info); -extern int_f +__DLL__ int_f nh5pset_fapl_mpio_c(hid_t_f *prp_id, int_f* comm, int_f* info); -extern int_f +__DLL__ int_f nh5pget_dxpl_mpio_rc(hid_t_f *prp_id, int_f* data_xfer_mode); -extern int_f +__DLL__ int_f nh5pset_dxpl_mpio_c(hid_t_f *prp_id, int_f* data_xfer_mode); /* @@ -828,23 +828,23 @@ nh5pset_dxpl_mpio_c(hid_t_f *prp_id, int_f* data_xfer_mode); #endif /* DF_CAPFNAMES */ #endif /* H5Rf90_FNAMES */ -extern int_f +__DLL__ int_f nh5rcreate_object_c (int_f *ref, hid_t_f *loc_id, _fcd name, int_f *namelen); -extern int_f +__DLL__ int_f nh5rcreate_region_c (int_f *ref, hid_t_f *loc_id, _fcd name, int_f *namelen, hid_t_f *space_id); -extern int_f +__DLL__ int_f nh5rdereference_region_c (hid_t_f *dset_id, int_f *ref, hid_t_f *obj_id); -extern int_f +__DLL__ int_f nh5rdereference_object_c (hid_t_f *dset_id, int_f *ref, hid_t_f *obj_id); -extern int_f +__DLL__ int_f nh5rget_region_region_c (hid_t_f *dset_id, int_f *ref, hid_t_f *space_id); -extern int_f +__DLL__ int_f nh5rget_object_type_obj_c (hid_t_f *dset_id, int_f *ref, int_f *obj_type); /* @@ -859,7 +859,7 @@ nh5rget_object_type_obj_c (hid_t_f *dset_id, int_f *ref, int_f *obj_type); #endif #endif -extern int_f nh5iget_type_c(hid_t_f *obj_id, int_f *type); +__DLL__ int_f nh5iget_type_c(hid_t_f *obj_id, int_f *type); #ifndef H5Ef90_FNAMES @@ -881,12 +881,12 @@ extern int_f nh5iget_type_c(hid_t_f *obj_id, int_f *type); #endif #endif -extern int_f nh5eclear_c(); -extern int_f nh5eprint_c1(_fcd name, int_f* namelen); -extern int_f nh5eprint_c2(); -extern int_f nh5eget_major_c(int_f* error_no, _fcd name); -extern int_f nh5eget_minor_c(int_f* error_no, _fcd name); -extern int_f nh5eset_auto_c(int_f* printflag); +__DLL__ int_f nh5eclear_c(); +__DLL__ int_f nh5eprint_c1(_fcd name, int_f* namelen); +__DLL__ int_f nh5eprint_c2(); +__DLL__ int_f nh5eget_major_c(int_f* error_no, _fcd name); +__DLL__ int_f nh5eget_minor_c(int_f* error_no, _fcd name); +__DLL__ int_f nh5eset_auto_c(int_f* printflag); /* * Functions from H5f.c @@ -907,12 +907,12 @@ extern int_f nh5eset_auto_c(int_f* printflag); # define nh5init_flags_c FNAME(h5init_flags_c) #endif #endif -extern int_f nh5open_c(void); -extern int_f nh5close_c(void); -extern int_f nh5init_types_c(hid_t_f *types, hid_t_f * floatingtypes, hid_t_f * integertypes); -extern 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); +__DLL__ int_f nh5open_c(void); +__DLL__ int_f nh5close_c(void); +__DLL__ int_f nh5init_types_c(hid_t_f *types, hid_t_f * floatingtypes, hid_t_f * integertypes); +__DLL__ 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); -extern int_f nh5init_flags_c( int_f *h5d_flags, int_f *h5e_flags, int_f *h5f_flags, +__DLL__ int_f nh5init_flags_c( int_f *h5d_flags, int_f *h5e_flags, int_f *h5f_flags, int_f *h5fd_flags, int_f *h5g_flags, int_f *h5i_flags, int_f *h5p_flags, int_f *h5r_flags, int_f *h5s_flags, int_f *h5t_flags); |