summaryrefslogtreecommitdiffstats
path: root/src/H5Tpkg.h
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-10-17 18:38:38 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-10-17 18:38:38 (GMT)
commit1c45b31cc674a38e32a87a168d50249a6875f821 (patch)
tree8586b6f08af5bb2807f1657092c608735649c89d /src/H5Tpkg.h
parent33504deb83ded74816f659887405aecef07718bf (diff)
downloadhdf5-1c45b31cc674a38e32a87a168d50249a6875f821.zip
hdf5-1c45b31cc674a38e32a87a168d50249a6875f821.tar.gz
hdf5-1c45b31cc674a38e32a87a168d50249a6875f821.tar.bz2
[svn-r22914] I checked in 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.
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,