mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r2306] ddl for the bitfields test file
This commit is contained in:
parent
7f5c264ce4
commit
8750cf4c3a
26
tools/testfiles/tbitfields-1.ddl
Normal file
26
tools/testfiles/tbitfields-1.ddl
Normal file
@ -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
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user