mirror of
https://github.com/HDFGroup/hdf5.git
synced 2024-12-03 02:32:04 +08:00
ee9cac2af9
Features of this version of dumper * loop detection * data type ** atomic type -> H5T_INTEGER (H5T_STD_XXXXX) -> H5T_FLOAT (H5T_IEEE_XXXXX) -> H5T_STRING (H5T_C_S1, H5T_FORTRAN_S1) ** committed/transient/unamed compound type * data space ** scalar space ** simple space * dataset dumper can display dataset's ** attribute ** type ** space ** data * group dumper can display group attributes and group members which include ** named/unamed data type ** group ** dataset ** softlink * attribute dumper can display attribute's ** type ** space ** data * hard link * soft link * format of data ** fit on 80 columns ** end of line after each row (more work will be done on data.) |
||
---|---|---|
.. | ||
testfiles | ||
h5debug.c | ||
h5dump.c | ||
h5dump.h | ||
h5dumputil.c | ||
h5findshd.c | ||
h5import.c | ||
h5ls.c | ||
h5repart.c | ||
h5toh4.c | ||
h5toh4.h | ||
h5tools.c | ||
h5tools.h | ||
Makefile.in | ||
testh5dump.sh | ||
testh5toh4 |