hid_t loc_id IN: Identifier of the file or group to create the table within. const char * dset_name IN: The name of the dataset to create. hid_t dtype_id IN: The datatype of a packet. hsize_t chunk_size IN: Chunk size, in number of table entries per chunk. Packet table datasets use HDF5 chunked storage to allow them to grow. This value allows the user to set the size of a chunk. The chunk size affects performance. int compression IN: Compression level, a value of 0 through 9. Level 0 is faster but offers the least compression; level 9 is slower but offers maximum compression. A setting of -1 indicates that no compression is desired. |