[ HDF5 Tutorial Top ]
[ Next ]
[ Prev ]
HDF5 Packet Table (H5PT)
The HDF5 Packet Table API is designed specifically for 'packet' data, data
that arrives in streams of packets from instruments at potentially very
high speeds. It allow records to be appended to and read from a table.
These records can be of fixed length or of variable-length, with each
record potentially having a different size on disk.
This API is available with the HDF5 1.8 release only. For information
on it, refer to the
Introduction to the HDF5 Packet Table API.
Following are example programs using this API:
- Fixed Length Example: [ C ]
[ C++ ]
- Variable Length Example: [ C ]
[ C++ ]
The HDF Group
Last Modified: August 7, 2008