summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbitfields-1.ddl
diff options
context:
space:
mode:
authorPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-31 16:20:56 (GMT)
committerPatrick Lu <ptlu@hawkwind.ncsa.uiuc.edu>2000-05-31 16:20:56 (GMT)
commit8750cf4c3a00e908eb938319a1ade94a5eaa6f6d (patch)
treead32131c47cd14d611d1a02b3adc1ef9c47f2b94 /tools/testfiles/tbitfields-1.ddl
parent7f5c264ce487bf308b762e18e77c5c63ec43adb9 (diff)
downloadhdf5-8750cf4c3a00e908eb938319a1ade94a5eaa6f6d.zip
hdf5-8750cf4c3a00e908eb938319a1ade94a5eaa6f6d.tar.gz
hdf5-8750cf4c3a00e908eb938319a1ade94a5eaa6f6d.tar.bz2
[svn-r2306] ddl for the bitfields test file
Diffstat (limited to 'tools/testfiles/tbitfields-1.ddl')
-rw-r--r--tools/testfiles/tbitfields-1.ddl26
1 files changed, 26 insertions, 0 deletions
diff --git a/tools/testfiles/tbitfields-1.ddl b/tools/testfiles/tbitfields-1.ddl
new file mode 100644
index 0000000..038c6d3
--- /dev/null
+++ b/tools/testfiles/tbitfields-1.ddl
@@ -0,0 +1,26 @@
+#############################
+Expected output for 'h5dump tbitfields.h5'
+#############################
+HDF5 "tbitfields.h5" {
+GROUP "/" {
+ GROUP "typetests" {
+ DATASET "bitfield_1" {
+ DATATYPE { H5T_STD_B8LE }
+ DATASPACE { SIMPLE ( 32 ) / ( 32 ) }
+ DATA {
+ 0xff, 0xfe, 0xfd, 0xfc, 0xfb, 0xfa, 0xf9, 0xf8, 0xf7, 0xf6, 0xf5,
+ 0xf4, 0xf3, 0xf2, 0xf1, 0xf0, 0xef, 0xee, 0xed, 0xec, 0xeb, 0xea,
+ 0xe9, 0xe8, 0xe7, 0xe6, 0xe5, 0xe4, 0xe3, 0xe2, 0xe1, 0xe0
+ }
+ }
+ DATASET "bitfield_2" {
+ DATATYPE { H5T_STD_B16LE }
+ DATASPACE { SIMPLE ( 16 ) / ( 16 ) }
+ DATA {
+ 0xfffe, 0xfdfc, 0xfbfa, 0xf9f8, 0xf7f6, 0xf5f4, 0xf3f2, 0xf1f0,
+ 0xefee, 0xedec, 0xebea, 0xe9e8, 0xe7e6, 0xe5e4, 0xe3e2, 0xe1e0
+ }
+ }
+ }
+}
+}