summaryrefslogtreecommitdiffstats
path: root/tools/lib/h5tools.h
diff options
context:
space:
mode:
authorPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-28 15:00:29 (GMT)
committerPedro Vicente Nunes <pvn@hdfgroup.org>2006-07-28 15:00:29 (GMT)
commitc7384f49e030fb296629300ac6b2ce9981a05cfd (patch)
tree72b294fce82845ea3eeeacaee7de710643c5a209 /tools/lib/h5tools.h
parente55a2e7bd1c06ecea8b9f2ff4265dc02ebdc4dc3 (diff)
downloadhdf5-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.h3
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,