diff options
author | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-28 15:00:29 (GMT) |
---|---|---|
committer | Pedro Vicente Nunes <pvn@hdfgroup.org> | 2006-07-28 15:00:29 (GMT) |
commit | c7384f49e030fb296629300ac6b2ce9981a05cfd (patch) | |
tree | 72b294fce82845ea3eeeacaee7de710643c5a209 /tools/lib/h5tools.h | |
parent | e55a2e7bd1c06ecea8b9f2ff4265dc02ebdc4dc3 (diff) | |
download | hdf5-c7384f49e030fb296629300ac6b2ce9981a05cfd.zip hdf5-c7384f49e030fb296629300ac6b2ce9981a05cfd.tar.gz hdf5-c7384f49e030fb296629300ac6b2ce9981a05cfd.tar.bz2 |
[svn-r12513]
new feature
h5dump binary output. use little and big endian type conversions
Diffstat (limited to 'tools/lib/h5tools.h')
-rw-r--r-- | tools/lib/h5tools.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tools/lib/h5tools.h b/tools/lib/h5tools.h index 91f238f..672d72a 100644 --- a/tools/lib/h5tools.h +++ b/tools/lib/h5tools.h @@ -374,6 +374,9 @@ extern int h5tools_dump_dset(FILE *stream, const h5tool_format_t *info, hid extern int h5tools_dump_mem(FILE *stream, const h5tool_format_t *info, hid_t obj_id, hid_t type, hid_t space, void *mem, int indentlevel); extern hid_t h5tools_get_native_type(hid_t type); +extern hid_t h5tools_get_little_endian_type(hid_t type); +extern hid_t h5tools_get_big_endian_type(hid_t type); + extern void h5tools_dump_simple_data(FILE *stream, const h5tool_format_t *info, hid_t container, h5tools_context_t *ctx/*in,out*/, unsigned flags, |