mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-01-18 15:15:56 +08:00
375e1d4d77
New Feature Description: Add -o option to h5dumper. It displays the raw data of datasets to a separate output file. Add a feature to h5tools library that it uses the FILE *rawdatastream as the stream for the display of datasets raw data. Solution: Define an "extern FILE *rawdatastream" in h5tools.h and declare it in h5tools.c. This way, it would work even if an application does not explicitely declare it. Tried to initialized it to stdout as FILE *rawdatastream = stdout; but Linux gcc rejected it though all other platforms+compilers accepted it fine. For now, put in a kludge to set it right before it is used. Need a safer way to initialize it. Platforms tested: arabica, eirene, modi4 -64. |
||
---|---|---|
.. | ||
testfiles | ||
Dependencies | ||
h4toh5anno.c | ||
h4toh5image.c | ||
h4toh5main.c | ||
h4toh5main.h | ||
h4toh5pal.c | ||
h4toh5sds.c | ||
h4toh5util.c | ||
h4toh5util.h | ||
h4toh5vdata.c | ||
h4toh5vgroup.c | ||
h5debug.c | ||
h5dump.c | ||
h5dump.h | ||
h5dumptst.c | ||
h5import.c | ||
h5ls.c | ||
h5repart.c | ||
h5toh4.c | ||
h5toh4.h | ||
h5tools.c | ||
h5tools.h | ||
Makefile.in | ||
pdb2hdf.c | ||
testh4toh5 | ||
testh5dump.sh | ||
testh5toh4 |