summaryrefslogtreecommitdiffstats
path: root/tools/testfiles/tbitfields-1.ddl
blob: 038c6d39f0dd0f03e6d620e670313c21a4d1e280 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
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
         } 
      } 
   } 
} 
}