hid_t loc_id IN: Identifier of the file or group to create the table within. const char * ptable_name IN: The name of the packet table to create. hid_t dtype_id IN: The datatype of the 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. hid_t plist_id IN: Identifier of the property list. Can be used to specify the compression of the packet table. |