summaryrefslogtreecommitdiffstats
path: root/hl/examples/ex_bitfield.c
Commit message (Collapse)AuthorAgeFilesLines
* [svn-r17169] Description:Scot Breitenfeld2009-07-081-1/+1
| | | | | | Gave unique hdf5 filenames to each example in order to avoid the contention occuring when deleting a used file as examples are run in parallel. tested: smirom
* [svn-r17090] Description:Scot Breitenfeld2009-06-221-1/+1
| | | | | | Changed the return value from the main program to 0. Tested smirom.
* [svn-r17063] This example shows how to read and write bitfieldScot Breitenfeld2009-06-171-0/+117
datatypes to a dataset. The program first writes bit fields to a dataset with a dataspace of DIM0xDIM1, then closes the file. Next, it reopens the file, and extracts the bit field using a given starting bit and number of bits in the bit-field. The values are returned as a base-10 integer. Main illustrative function: H5LTread_bitfield_value