summaryrefslogtreecommitdiffstats
path: root/src/H5Tpkg.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-10-23 18:41:50 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-10-23 18:41:50 (GMT)
commitf202def38c6fc61b934845fdc1a7c546e86089a1 (patch)
treec7cf4cfbe59233e4019a534f00431692b00f76fc /src/H5Tpkg.h
parent95a13a5fc9693baa4476493e998421d18ae36f20 (diff)
downloadhdf5-f202def38c6fc61b934845fdc1a7c546e86089a1.zip
hdf5-f202def38c6fc61b934845fdc1a7c546e86089a1.tar.gz
hdf5-f202def38c6fc61b934845fdc1a7c546e86089a1.tar.bz2
[svn-r22956] I merged from the trunk the conversion function H5T__conv_enum_numeric (numeric type means integer or floating number) and the C test for it. This is the work for Chicago. The change in fortran/ directory is only some property change.
Tested on jam, koala, and ostrich.
Diffstat (limited to 'src/H5Tpkg.h')
-rw-r--r--src/H5Tpkg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/H5Tpkg.h b/src/H5Tpkg.h
index b9364d6..8323e15 100644
--- a/src/H5Tpkg.h
+++ b/src/H5Tpkg.h
@@ -544,6 +544,10 @@ H5_DLL herr_t H5T__conv_enum(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,
size_t nelmts, size_t buf_stride,
size_t bkg_stride, void *buf, void *bkg,
hid_t dset_xfer_plist);
+H5_DLL herr_t H5T__conv_enum_numeric(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,
+ size_t nelmts, size_t buf_stride,
+ size_t bkg_stride, void *buf, void *bkg,
+ hid_t dset_xfer_plist);
H5_DLL herr_t H5T__conv_vlen(hid_t src_id, hid_t dst_id, H5T_cdata_t *cdata,
size_t nelmts, size_t buf_stride,
size_t bkg_stride, void *buf, void *bkg,